1
0

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
This commit is contained in:
Adrian Schröter 2012-03-23 07:46:33 +00:00 committed by Git OBS Bridge
parent 60b9a48385
commit 9e2dae07d4
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"