summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-11 13:37:39 -0300
committerRenato Botelho <renato@netgate.com>2016-10-11 13:38:09 -0300
commitbd4e01942dec4788eff97b744907f8c93fdbdcaf (patch)
tree52641284c0c03f1d286efb62677a0e8cd000218d
parent4fd1130f7587e6c1f13e15283134ce3e0939bfc9 (diff)
downloadpfsense-bd4e01942dec4788eff97b744907f8c93fdbdcaf.zip
pfsense-bd4e01942dec4788eff97b744907f8c93fdbdcaf.tar.gz
Remove unused variable
-rw-r--r--tools/builder_defaults.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index b5a6395..eeec00d 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -274,7 +274,6 @@ export PKG_RSYNC_HOSTNAME=${PKG_RSYNC_HOSTNAME:-${STAGING_HOSTNAME}}
export PKG_RSYNC_USERNAME=${PKG_RSYNC_USERNAME:-"wwwsync"}
export PKG_RSYNC_SSH_PORT=${PKG_RSYNC_SSH_PORT:-"22"}
export PKG_RSYNC_DESTDIR=${PKG_RSYNC_DESTDIR:-"/staging/ce/packages"}
-export PKG_RSYNC_LOGS=${PKG_RSYNC_LOGS:-"/staging/ce/packages/logs/${POUDRIERE_BRANCH}/${TARGET}"}
# Final packages server
if [ -n "${_IS_RELEASE}" ]; then
OpenPOWER on IntegriCloud