From 6921fd5ab37337621b63f0ab7902fca95d778a0c Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 14:08:41 -0300 Subject: Add more options to builder.conf.sample and also add missing export --- build.conf.sample | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/build.conf.sample b/build.conf.sample index 2cb6e84..1d1a247 100644 --- a/build.conf.sample +++ b/build.conf.sample @@ -63,7 +63,19 @@ export PRODUCT_URL="https://PRODUCT_URL/" #export NO_CLEAN_FREEBSD_SRC=YES # rsync data to upload snapshots -#RSYNCIP="your.snapshot.server" -#RSYNCUSER="username" -#RSYNCPATH="/usr/local/www/snapshots" -#RSYNCLOGS="/usr/local/www/snapshots/logs" +#export RSYNCIP="your.snapshot.server" +#export RSYNCUSER="username" +#export RSYNCPATH="/usr/local/www/snapshots" +#export RSYNCLOGS="/usr/local/www/snapshots/logs" + +# rsync data to upload pkg repo +#export PKG_RSYNC_HOSTNAME="pkg_repo_hostname" +#export PKG_RSYNC_USERNAME="username" +#export PKG_RSYNC_SSH_PORT="22" +#export PKG_RSYNC_DESTDIR="/usr/local/www/beta/packages" + +# pkg repo URL +#export PKG_REPO_SERVER="pkg+http://beta.pfsense.org/packages" + +# Branch to replace pkg.conf template, defaults to $GIT_REPO_BRANCH_OR_TAG +#export PKG_REPO_CONF_BRANCH="BRANCH" -- cgit v1.1