Revision e3998059
Added by Renato Botelho over 7 years ago
tools/builder_defaults.sh | ||
---|---|---|
329 | 329 |
if [ -n "${_IS_RELEASE}" ]; then |
330 | 330 |
export RSYNCIP=${RSYNCIP:-"release-staging.netgate.com"} |
331 | 331 |
export RSYNCUSER=${RSYNCUSER:-"wwwsync"} |
332 |
export RSYNCPATH=${RSYNCPATH:-"/storage/ce"}
|
|
332 |
export RSYNCPATH=${RSYNCPATH:-"/staging/ce"}
|
|
333 | 333 |
else |
334 | 334 |
export RSYNCIP=${RSYNCIP:-"nfs1.nyi.netgate.com"} |
335 | 335 |
export RSYNCUSER=${RSYNCUSER:-"wwwsync"} |
Also available in: Unified diff
Fix path