forked from pool/build-compare
Accepting request 108558 from home:RedDwarf:branches:openSUSE:Tools
- Improve kde index.cache handling In home:RedDwarf/kdenlive makes a difference. You can see the openSUSE_Factory/x86_64 build now compares as identical, but (if you are fast) the other builds fail with the index.cache file. OBS-URL: https://build.opensuse.org/request/show/108558 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=127
This commit is contained in:
parent
ab4f8379cd
commit
7cb5d81138
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 21:44:36 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- Improve kde index.cache handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 11:12:13 UTC 2012 - aj@suse.de
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: build-compare
|
||||
Summary: Build Result Compare Script
|
||||
License: GPL-2.0+
|
||||
|
@ -372,7 +372,8 @@ check_single_file()
|
||||
sed -i -e 's%name="id[0-9]*"\([> ]\)%name="id424242"\1%g' $f
|
||||
sed -i -e 's%name="[a-z]*\.id[0-9]*"%name="ftn.id111111"%g' $f
|
||||
sed -i -e 's%\.html#id[0-9]*">%.html#id424242">%g' $f
|
||||
sed -i -e 's%href="#\([a-z]*\.\)\?id[0-9]*">%href="#\1id0000000">%g' $f
|
||||
sed -i -e 's%href="#\([a-z]*\.\)\?id[0-9]*"\([> ]\)%href="#\1id0000000"\2%g' $f
|
||||
sed -i -e 's%id="\([a-z]*\.\)\?id[0-9]*"\([> ]\)%id="\1id0000000"\2%g' $f
|
||||
done
|
||||
;;
|
||||
*/created.rid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user