diff options
author | Renato Botelho <renato@netgate.com> | 2016-04-11 20:20:15 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-04-11 20:20:15 -0300 |
commit | cb4056a26e64397dc19b2ed6627d95703fce13e4 (patch) | |
tree | 7099565db157e310d50d0c46664938fcba31556c /build.conf.sample | |
parent | 9c9cab28092d881e0c3710736963b6f19f13ecc4 (diff) | |
download | pfsense-cb4056a26e64397dc19b2ed6627d95703fce13e4.zip pfsense-cb4056a26e64397dc19b2ed6627d95703fce13e4.tar.gz |
Fix staging path
Diffstat (limited to 'build.conf.sample')
-rw-r--r-- | build.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.conf.sample b/build.conf.sample index 1881605..7000fce 100644 --- a/build.conf.sample +++ b/build.conf.sample @@ -77,7 +77,7 @@ export PRODUCT_URL="https://PRODUCT_URL/" # pkg repo URL #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" +#export PKG_REPO_SERVER_STAGING="pkg+http://release-staging.netgate.com/ce/packages" # Branch to replace pkg.conf template, defaults to $GIT_REPO_BRANCH_OR_TAG #export PKG_REPO_BRANCH_DEVEL="BRANCH" |