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/
trunk/src/
trunk/*.pkg.tar.xz
trunk/*.pkg.tar.xz.sig
version/*/bin/
......@@ -5,6 +5,8 @@ stages:
before_script:
- cp ./pacman.conf /etc/pacman.conf.builder
- mkdir -p /etc/pkg
- cp ./pkg.cfg /etc/pkg/pkg.cfg
package:
stage: build
......
......@@ -7,15 +7,16 @@ ParallelDownloads = 5
SigLevel = Required
LocalFileSigLevel = Optional
[obcore-testing]
Server = https://cloud.server.obarun.org/$repo/os/$arch/
[obcore]
Server = https://cloud.server.obarun.org/$repo/os/$arch/
[obextra]
Server = https://cloud.server.obarun.org/$repo/os/$arch/
[obcommunity]
SigLevel = Never
Server = https://cloud.server.obarun.org/$repo/os/$arch/
[observice]
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