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:
parent
e0acb72e3e
commit
2d0286aa3a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user