aboutsummaryrefslogtreecommitdiffstats
path: root/files/usr/local
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-30 10:03:27 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-30 10:04:06 +0000
commit21107be91d027295273c8daa1194eaa08e255172 (patch)
treeb7feda736e617a977abd2dfa207d975a3a7605bf /files/usr/local
parenta4348d40c8247bb2fb8fc938859e3622e38a6d3f (diff)
downloadalpine-drone-ci-21107be91d027295273c8daa1194eaa08e255172.tar.bz2
alpine-drone-ci-21107be91d027295273c8daa1194eaa08e255172.tar.xz
build: include non-free to CI
ref: alpinelinux/aports#7352
Diffstat (limited to 'files/usr/local')
-rwxr-xr-xfiles/usr/local/bin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/usr/local/bin/build.sh b/files/usr/local/bin/build.sh
index 8b5ad67..583a557 100755
--- a/files/usr/local/bin/build.sh
+++ b/files/usr/local/bin/build.sh
@@ -4,7 +4,7 @@ set -eu
readonly APORTSDIR=$HOME/aports
readonly REPODEST=$HOME/packages
-readonly REPOS="main community testing"
+readonly REPOS="main community testing non-free"
readonly MIRROR=http://dl-cdn.alpinelinux.org/alpine
readonly REPOURL=https://github.com/alpinelinux/aports