Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
crond-66serv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
observice
crond-66serv
Commits
88bbd1a1
Commit
88bbd1a1
authored
3 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
Mass Commit: Do not install dependencies.
parent
be4d0eff
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
pacman.conf
+4
-3
4 additions, 3 deletions
pacman.conf
pkg.cfg
+1
-0
1 addition, 0 deletions
pkg.cfg
with
8 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
88bbd1a1
...
@@ -3,4 +3,4 @@ trunk/pkg/
...
@@ -3,4 +3,4 @@ trunk/pkg/
trunk/src/
trunk/src/
trunk/*.pkg.tar.xz
trunk/*.pkg.tar.xz
trunk/*.pkg.tar.xz.sig
trunk/*.pkg.tar.xz.sig
version/*/bin/
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
0
View file @
88bbd1a1
...
@@ -5,6 +5,8 @@ stages:
...
@@ -5,6 +5,8 @@ stages:
before_script
:
before_script
:
-
cp ./pacman.conf /etc/pacman.conf.builder
-
cp ./pacman.conf /etc/pacman.conf.builder
-
mkdir -p /etc/pkg
-
cp ./pkg.cfg /etc/pkg/pkg.cfg
package
:
package
:
stage
:
build
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
pacman.conf
+
4
−
3
View file @
88bbd1a1
...
@@ -7,15 +7,16 @@ ParallelDownloads = 5
...
@@ -7,15 +7,16 @@ ParallelDownloads = 5
SigLevel
=
Required
SigLevel
=
Required
LocalFileSigLevel
=
Optional
LocalFileSigLevel
=
Optional
[
obcore
-
testing
]
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
[
obcore
]
[
obcore
]
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
[
obextra
]
[
obextra
]
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
[
obcommunity
]
SigLevel
=
Never
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
[
observice
]
[
observice
]
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
Server
=
https
://
cloud
.
server
.
obarun
.
org
/$
repo
/
os
/$
arch
/
...
...
This diff is collapsed.
Click to expand it.
pkg.cfg
0 → 100644
+
1
−
0
View file @
88bbd1a1
makepkg_opts
=
( "--noconfirm" "--nosign" "--syncdeps" "--rmdeps" "--clean" "--cleanbuild" "--nodeps" )
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment