- Ignore /etc/machine-id

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=227
This commit is contained in:
Olaf Hering 2016-11-09 06:53:46 +00:00 committed by Git OBS Bridge
parent 52b31cab87
commit ecf3198024
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
Wed Nov 9 06:48:22 UTC 2016 - olaf@aepfle.de
- Ignore /etc/ld.so.cache
- Ignore /etc/machine-id
-------------------------------------------------------------------
Tue Nov 8 08:06:30 UTC 2016 - olaf@aepfle.de

View File

@ -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: 20161109T074834.ab7f1f0
Version: 20161109T075305.eed6e97
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -735,7 +735,7 @@ check_single_file()
sed -i '/^InitrdID:/s@^.*@InitrdID: something@' "old/$file"
sed -i '/^InitrdID:/s@^.*@InitrdID: something@' "new/$file"
;;
*/ld.so.cache)
*/ld.so.cache|*/etc/machine-id)
# packaged by libguestfs
return 0
;;