summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-11 19:03:20 -0300
committerRenato Botelho <renato@netgate.com>2016-04-11 19:03:20 -0300
commitdd35daa1d01001d3cc5ed1e975897daaa41d3953 (patch)
tree5187d02c8f3f7158cffb48cc0bf275eedafa225a /build.sh
parent281e64136bb3e6e5e3ba37ee8d958ceb903cd181 (diff)
downloadpfsense-dd35daa1d01001d3cc5ed1e975897daaa41d3953.zip
pfsense-dd35daa1d01001d3cc5ed1e975897daaa41d3953.tar.gz
Explicit define pkg repo variables for release and devel
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 19d8adb..d800cf2 100755
--- a/build.sh
+++ b/build.sh
@@ -309,8 +309,11 @@ if [ -n "${SNAPSHOTS}" -a -z "${DO_NOT_UPLOAD}" ]; then
PKG_RSYNC_USERNAME \
PKG_RSYNC_SSH_PORT \
PKG_RSYNC_DESTDIR \
- PKG_REPO_SERVER \
- PKG_REPO_CONF_BRANCH"
+ PKG_REPO_SERVER_DEVEL \
+ PKG_REPO_SERVER_RELEASE \
+ PKG_REPO_SERVER_STAGING \
+ PKG_REPO_BRANCH_DEVEL \
+ PKG_REPO_BRANCH_RELEASE"
for _var in ${_required}; do
eval "_value=\${$_var}"
OpenPOWER on IntegriCloud