summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-02 13:56:05 -0300
committerRenato Botelho <renato@netgate.com>2016-08-02 13:56:05 -0300
commitba84d2fc4000c6d4d0066158b97d718d1ef9d5ac (patch)
tree208f0fa6fe461e77ab73c3f3ecda803d14410047 /tools/builder_defaults.sh
parent5925de171cf61a0f338472195a4b9314d42655d8 (diff)
downloadpfsense-ba84d2fc4000c6d4d0066158b97d718d1ef9d5ac.zip
pfsense-ba84d2fc4000c6d4d0066158b97d718d1ef9d5ac.tar.gz
Do not scp log files
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 1357b5f..3a8c2b7 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -349,7 +349,6 @@ export NANOBSD_IMG_TEMPLATE=${NANOBSD_IMG_TEMPLATE:-"${PRODUCT_NAME}${PRODUCT_NA
# Rsync data to send snapshots
export RSYNCUSER=${RSYNCUSER:-"snapshots"}
export RSYNCPATH=${RSYNCPATH:-"/usr/local/www/snapshots/${TARGET}/${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}"}
-export RSYNCLOGS=${RSYNCLOGS:-"/usr/local/www/snapshots/logs/${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}/${TARGET}"}
export RSYNCKBYTELIMIT=${RSYNCKBYTELIMIT:-"248000"}
export SNAPSHOTSLOGFILE=${SNAPSHOTSLOGFILE:-"${SCRATCHDIR}/snapshots-build.log"}
@@ -358,11 +357,9 @@ export SNAPSHOTSLASTUPDATE=${SNAPSHOTSLASTUPDATE:-"${SCRATCHDIR}/snapshots-lastu
if [ -n "${POUDRIERE_SNAPSHOTS}" ]; then
export SNAPSHOTS_RSYNCIP=${PKG_RSYNC_HOSTNAME}
export SNAPSHOTS_RSYNCUSER=${PKG_RSYNC_USERNAME}
- export SNAPSHOTS_RSYNCLOGS=${PKG_RSYNC_LOGS}
else
export SNAPSHOTS_RSYNCIP=${RSYNCIP}
export SNAPSHOTS_RSYNCUSER=${RSYNCUSER}
- export SNAPSHOTS_RSYNCLOGS=${RSYNCLOGS}
fi
if [ "${PRODUCT_NAME}" = "pfSense" ]; then
OpenPOWER on IntegriCloud