Accepting request 504639 from home:bmwiedemann:branches:Printing

call gzip -n to make build fully reproducible

OBS-URL: https://build.opensuse.org/request/show/504639
OBS-URL: https://build.opensuse.org/package/show/Printing/epson-inkjet-printer-escpr?expand=0&rev=34
This commit is contained in:
Johannes Meixner 2017-06-19 12:30:20 +00:00 committed by Git OBS Bridge
parent e0acb72e3e
commit 2d0286aa3a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 18 16:31:54 UTC 2017 - bwiedemann@suse.com
- call gzip -n to make build fully reproducible
-------------------------------------------------------------------
Mon Jun 12 22:31:03 UTC 2017 - nico.kruber@gmail.com

View File

@ -123,7 +123,7 @@ set +x
for p in *.ppd
do echo -n "$p: "
grep -E -v '^\*UIConstraints:|^\*NonUIConstraints:|^\*cupsFilter:' $p | cupstestppd - || true
gzip $p
gzip -n9 $p
done
# Switch back to the usual build log messages:
set -x