Revision 47c6eddd
Added by Renato Botelho almost 8 years ago
tools/builder_common.sh | ||
---|---|---|
712 | 712 |
# staging server during build phase |
713 | 713 |
if [ -n "${USE_PKG_REPO_STAGING}" ]; then |
714 | 714 |
_read_cmd="select value from repodata where key='packagesite'" |
715 |
if [ -n "${_IS_RELEASE}" ]; then |
|
715 |
if [ -n "${_IS_RELEASE}" -o -n "${_IS_RC}" ]; then
|
|
716 | 716 |
local _tgt_server="${PKG_REPO_SERVER_RELEASE}" |
717 | 717 |
else |
718 | 718 |
local _tgt_server="${PKG_REPO_SERVER_DEVEL}" |
Also available in: Unified diff
Consider RC as RELEASE