forked from pool/build-compare
- Remove warning about python mtime mismatch, a republish will not help
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=229
This commit is contained in:
parent
ecf3198024
commit
26135823bb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 08:44:11 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
- Remove warning about python mtime mismatch, a republish will not help
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 06:48:22 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/build-compare
|
||||
Version: 20161109T075305.eed6e97
|
||||
Version: 20161214T094424.afc1c75
|
||||
Release: 0
|
||||
Source1: COPYING
|
||||
Source2: same-build-result.sh
|
||||
|
@ -140,9 +140,11 @@ if test -n "$OTHERDIR"; then
|
||||
# Remove release from files
|
||||
sort -u $OLDDIR/rpmlint.log|sed -e "s,$ver_rel1,@VERSION@-@RELEASE@,g" -e "s|/tmp/rpmlint\..*spec|.spec|g" > $file1
|
||||
sort -u $OTHERDIR/rpmlint.log|sed -e "s,$ver_rel2,@VERSION@-@RELEASE@,g" -e "s|/tmp/rpmlint\..*spec|.spec|g" > $file2
|
||||
# Remove warning about python mtime mismatch, a republish will not help
|
||||
# Remove odd warning about filenames, they contain VERSION-RELEASE
|
||||
# Remove durations from progress reports
|
||||
sed -i -e "
|
||||
/: W: python-bytecode-inconsistent-mtime /d
|
||||
/: W: filename-too-long-for-joliet /d
|
||||
/: I: \(filelist-initialization\|check-completed\) /s| [0-9]\+\.[0-9] s| x.x s|
|
||||
" $file1 $file2
|
||||
|
Loading…
Reference in New Issue
Block a user