Skip to content
Snippets Groups Projects
Commit 88bbd1a1 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Mass Commit: Do not install dependencies.

parent be4d0eff
No related branches found
No related tags found
No related merge requests found
...@@ -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/
...@@ -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
......
...@@ -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/
......
makepkg_opts=( "--noconfirm" "--nosign" "--syncdeps" "--rmdeps" "--clean" "--cleanbuild" "--nodeps" )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment