summaryrefslogtreecommitdiffstats
path: root/build.conf.sample
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.conf.sample
parentb9e5fcc260451b8195214daf41978b8914e6f601 (diff)
downloadpfsense-7ffef0a2455537859de455657f385c5ac8056fe3.zip
pfsense-7ffef0a2455537859de455657f385c5ac8056fe3.tar.gz
Explicit define pkg repo variables for release and devel
Diffstat (limited to 'build.conf.sample')
-rw-r--r--build.conf.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.conf.sample b/build.conf.sample
index 1d1a247..1881605 100644
--- a/build.conf.sample
+++ b/build.conf.sample
@@ -75,7 +75,10 @@ export PRODUCT_URL="https://PRODUCT_URL/"
#export PKG_RSYNC_DESTDIR="/usr/local/www/beta/packages"
# pkg repo URL
-#export PKG_REPO_SERVER="pkg+http://beta.pfsense.org/packages"
+#export PKG_REPO_SERVER_DEVEL="pkg+http://beta.pfsense.org/packages"
+#export PKG_REPO_SERVER_RELEASE="pkg+http://pkg.pfsense.org/packages"
+#export PKG_REPO_SERVER_STAGING="pkg+http://release-staging.netgate.com/packages"
# Branch to replace pkg.conf template, defaults to $GIT_REPO_BRANCH_OR_TAG
-#export PKG_REPO_CONF_BRANCH="BRANCH"
+#export PKG_REPO_BRANCH_DEVEL="BRANCH"
+#export PKG_REPO_BRANCH_RELEASE="BRANCH"
OpenPOWER on IntegriCloud