diff options
author | Renato Botelho <renato@netgate.com> | 2015-11-25 11:55:42 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-11-25 12:00:28 -0200 |
commit | 7f330caa6545b1a0e2ac2cea97992295bdfc1d97 (patch) | |
tree | 8fbf898ab44d2a492d9f66cd0440411c2b1ef1d3 /tools | |
parent | 5fdd4a041985a453c4eece5229ae0c77b552d032 (diff) | |
download | pfsense-7f330caa6545b1a0e2ac2cea97992295bdfc1d97.zip pfsense-7f330caa6545b1a0e2ac2cea97992295bdfc1d97.tar.gz |
We don't need author
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build_snapshots.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh index b9b07fd..1903e6e 100755 --- a/tools/build_snapshots.sh +++ b/tools/build_snapshots.sh @@ -93,7 +93,6 @@ git_last_commit() { && git -C "${BUILDER_ROOT}" reset --hard >/dev/null 2>&1 git -C "${BUILDER_ROOT}" pull -q export CURRENT_COMMIT=$(git -C ${BUILDER_ROOT} log -1 --format='%H') - export CURRENT_AUTHOR=$(git -C ${BUILDER_ROOT} log -1 --format='%an') } restart_build() { @@ -142,7 +141,7 @@ snapshots_sleep_between_runs() { git_last_commit if [ "${LAST_COMMIT}" != "${CURRENT_COMMIT}" ]; then snapshot_update_status ">>> New commit: " \ - "$CURRENT_AUTHOR - $CURRENT_COMMIT " \ + "$CURRENT_COMMIT " \ ".. No longer sleepy." COUNTER=$(($maxsleepvalue + 60)) export LAST_COMMIT="${CURRENT_COMMIT}" |