diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-22 14:56:24 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-22 14:56:24 -0800 |
commit | 59a3fe0d9a06188047bf0865515df9cc020d5a88 (patch) | |
tree | 6f05e4eec4dac49429b4f42e3d543844d908e75b /snapshots-create.sh | |
parent | snapshots-create.sh: support alt vars source (diff) | |
download | mastermirror-scripts-59a3fe0d9a06188047bf0865515df9cc020d5a88.tar.gz mastermirror-scripts-59a3fe0d9a06188047bf0865515df9cc020d5a88.tar.bz2 mastermirror-scripts-59a3fe0d9a06188047bf0865515df9cc020d5a88.zip |
snapshots-create.sh: missed label update
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'snapshots-create.sh')
-rwxr-xr-x | snapshots-create.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapshots-create.sh b/snapshots-create.sh index 1123422..9727b2c 100755 --- a/snapshots-create.sh +++ b/snapshots-create.sh @@ -182,7 +182,7 @@ write_time_log "END TARBALL(umd5,old) $(date -u)" # 1c) Also create new-style tarball, # but do it via transformation of old tarball -write_time_log "START TARBALL(transform,new) $(date -u)" +write_time_log "START TARBALL(tar,new) $(date -u)" if [ ! -f "${FILENAME_NEW%.xz}" ]; then @@ -221,7 +221,7 @@ if [ ! -f "${FILENAME_NEW%.xz}" ]; then exit 1 fi fi -write_time_log "END TARBALL(transform,new) $(date -u)" +write_time_log "END TARBALL(tar,new) $(date -u)" write_time_log "START TARBALL(umd5,new) $(date -u)" if [ ! -f " ${FILENAME_NEW}.umd5sum" ]; then md5sum ${FILENAME_NEW%.xz} > ${FILENAME_NEW}.umd5sum |