Accepting request 111090 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/111090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-recompress?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-03-26 13:37:42 +00:00 committed by Git OBS Bridge
commit c87e8e2b81
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"