Skip to content

Commit

Permalink
Send packages to files03 too
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Nov 28, 2016
1 parent 8505ccf commit cacbc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export PKG_RSYNC_LOGS=${PKG_RSYNC_LOGS:-"/staging/ce/packages/logs/${POUDRIERE_B

# Final packages server
if [ -n "${_IS_RELEASE}" ]; then
export PKG_FINAL_RSYNC_HOSTNAME=${PKG_FINAL_RSYNC_HOSTNAME:-"files01.nyi.netgate.com files02.nyi.netgate.com"}
export PKG_FINAL_RSYNC_HOSTNAME=${PKG_FINAL_RSYNC_HOSTNAME:-"files01.nyi.netgate.com files02.nyi.netgate.com files03.nyi.netgate.com"}
export PKG_FINAL_RSYNC_DESTDIR=${PKG_FINAL_RSYNC_DESTDIR:-"/usr/local/www/pkg"}
else
export PKG_FINAL_RSYNC_HOSTNAME=${PKG_FINAL_RSYNC_HOSTNAME:-"beta.pfsense.org"}
Expand Down

0 comments on commit cacbc2c

Please sign in to comment.