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:04:12 -0300
commit7ffef0a2455537859de455657f385c5ac8056fe3 (patch)
treed83422c60a866cca7dae1d4432499a0ba1a15e4b /build.sh
parentb9e5fcc260451b8195214daf41978b8914e6f601 (diff)
downloadpfsense-7ffef0a2455537859de455657f385c5ac8056fe3.zip
pfsense-7ffef0a2455537859de455657f385c5ac8056fe3.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