summaryrefslogtreecommitdiffstats
path: root/build.conf.sample
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 14:08:41 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:58 -0300
commit6921fd5ab37337621b63f0ab7902fca95d778a0c (patch)
treedf2670d36981a893e3149d284fea05794d645de0 /build.conf.sample
parent1c4415347bfa2294d6662afa71a58b1cb1400ab8 (diff)
downloadpfsense-6921fd5ab37337621b63f0ab7902fca95d778a0c.zip
pfsense-6921fd5ab37337621b63f0ab7902fca95d778a0c.tar.gz
Add more options to builder.conf.sample and also add missing export
Diffstat (limited to 'build.conf.sample')
-rw-r--r--build.conf.sample20
1 files 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"
OpenPOWER on IntegriCloud