forked from pool/obs-service-recompress
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:
parent
60b9a48385
commit
9e2dae07d4
@ -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
|
Thu Feb 14 15:52:17 UTC 2012 - aspiers@suse.com
|
||||||
|
|
||||||
|
@ -90,6 +90,7 @@ for i in $FILES; do
|
|||||||
|
|
||||||
# do the real work
|
# do the real work
|
||||||
$UNCOMPRESS "$FILE" | $COMPRESS > "$MYOUTDIR/$NEWFILE" || exit 1
|
$UNCOMPRESS "$FILE" | $COMPRESS > "$MYOUTDIR/$NEWFILE" || exit 1
|
||||||
|
echo "Compressed $FILE to $NEWFILE"
|
||||||
|
|
||||||
# we can remove service files, no need to store them twice
|
# we can remove service files, no need to store them twice
|
||||||
rm -f "$FILE"
|
rm -f "$FILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user