summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-21 14:40:26 -0300
committerRenato Botelho <renato@netgate.com>2017-08-21 14:40:29 -0300
commitf3800174aa437bf82f9e3f1061d211304f4b0a33 (patch)
tree2fc87dd2b5576c94fc87095011894a6f768701f8 /tools/builder_common.sh
parent07884635bc7d9dca1536c64f6a83da513e52730d (diff)
downloadpfsense-f3800174aa437bf82f9e3f1061d211304f4b0a33.zip
pfsense-f3800174aa437bf82f9e3f1061d211304f4b0a33.tar.gz
Consider RC as RELEASE
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index b5b504e..1c86116 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -712,7 +712,7 @@ customize_stagearea_for_image() {
# staging server during build phase
if [ -n "${USE_PKG_REPO_STAGING}" ]; then
_read_cmd="select value from repodata where key='packagesite'"
- if [ -n "${_IS_RELEASE}" ]; then
+ if [ -n "${_IS_RELEASE}" -o -n "${_IS_RC}" ]; then
local _tgt_server="${PKG_REPO_SERVER_RELEASE}"
else
local _tgt_server="${PKG_REPO_SERVER_DEVEL}"
OpenPOWER on IntegriCloud