mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Copy RC to final place
This commit is contained in:
parent
66c5479c60
commit
07884635bc
@ -257,7 +257,7 @@ export PKG_RSYNC_SSH_PORT=${PKG_RSYNC_SSH_PORT:-"22"}
|
||||
export PKG_RSYNC_DESTDIR=${PKG_RSYNC_DESTDIR:-"/staging/ce/packages"}
|
||||
|
||||
# Final packages server
|
||||
if [ -n "${_IS_RELEASE}" ]; then
|
||||
if [ -n "${_IS_RELEASE}" -o -n "${_IS_RC}" ]; then
|
||||
export PKG_FINAL_RSYNC_HOSTNAME=${PKG_FINAL_RSYNC_HOSTNAME:-"nfs1.nyi.netgate.com"}
|
||||
export PKG_FINAL_RSYNC_DESTDIR=${PKG_FINAL_RSYNC_DESTDIR:-"/storage/files/pkg"}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user