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:
commit
c87e8e2b81
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user