summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index b31428c..27f4766 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2088,20 +2088,6 @@ snapshots_update_status() {
fi
}
-# Copy the current log file to $filename.old on
-# the snapshot www server (real time logs)
-snapshots_rotate_logfile() {
- if [ -z "${DO_NOT_UPLOAD}" -a -n "${SNAPSHOTS_RSYNCIP}" ]; then
- scp -q $SNAPSHOTSLOGFILE \
- ${SNAPSHOTS_RSYNCUSER}@${SNAPSHOTS_RSYNCIP}:${SNAPSHOTS_RSYNCLOGS}/build.log.old
- fi
-
- # Cleanup log file
- rm -f $SNAPSHOTSLOGFILE; touch $SNAPSHOTSLOGFILE
- rm -f $SNAPSHOTSLASTUPDATE; touch $SNAPSHOTSLASTUPDATE
-
-}
-
create_sha256() {
local _file="${1}"
OpenPOWER on IntegriCloud