From 9e2dae07d4a62c88d961fed57efae88a81f08613c23df71819f818d28c93476c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 23 Mar 2012 07:46:33 +0000 Subject: [PATCH] Accepting request 107701 from home:aspiers:branches:openSUSE:Tools - Display message on successful (re)compression. OBS-URL: https://build.opensuse.org/request/show/107701 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress?expand=0&rev=11 --- obs-service-recompress.changes | 5 +++++ recompress | 1 + 2 files changed, 6 insertions(+) diff --git a/obs-service-recompress.changes b/obs-service-recompress.changes index 3f43ccf..4f5e9bd 100644 --- a/obs-service-recompress.changes +++ b/obs-service-recompress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 1 18:50:01 GMT 2012 - aspiers@suse.com + +- Display message on successful (re)compression. + ------------------------------------------------------------------- Thu Feb 14 15:52:17 UTC 2012 - aspiers@suse.com diff --git a/recompress b/recompress index ddddff1..fb8d96a 100644 --- a/recompress +++ b/recompress @@ -90,6 +90,7 @@ for i in $FILES; do # do the real work $UNCOMPRESS "$FILE" | $COMPRESS > "$MYOUTDIR/$NEWFILE" || exit 1 + echo "Compressed $FILE to $NEWFILE" # we can remove service files, no need to store them twice rm -f "$FILE"