3
0
forked from pool/build-compare

Accepting request 39689 from openSUSE:Tools

Copy from openSUSE:Tools/build-compare based on submit request 39689 from user a_jaeger

OBS-URL: https://build.opensuse.org/request/show/39689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=27
This commit is contained in:
OBS User autobuild 2010-05-11 17:00:09 +00:00 committed by Git OBS Bridge
parent 1f0657e35f
commit f752efbdc4
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 8 19:41:30 UTC 2010 - aj@suse.de
- Fix typo in last change - thanks Dirk Müller.
-------------------------------------------------------------------
Fri May 7 13:05:57 UTC 2010 - aj@suse.de

View File

@ -24,7 +24,7 @@ Group: Development/Tools/Building
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
Release: 8
Release: 9
Source: same-build-result.sh
Source1: rpm-check.sh
Source2: COPYING

View File

@ -414,7 +414,7 @@ check_single_file()
# from sendmail package
for f in old/$file new/$file; do
# - ##### built by abuild@build33 on Thu May 6 11:21:17 UTC 2010
sed -i -e 's|built by abuild@[a-z0-0]* on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild@build42 on Thu May 6 11:21:17 UTC 2010|'; $f
sed -i -e 's|built by abuild@[a-z0-9]* on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild@build42 on Thu May 6 11:21:17 UTC 2010|'; $f
done
;;
esac