[meego-commits] 23729: Changes to Trunk:Testing/build-compare
Carsten V. Munk
no_reply at build.meego.com
Fri Aug 26 05:25:11 UTC 2011
Hi,
I have made the following changes to build-compare in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Carsten V. Munk
[This message was auto-generated]
---
Request #23729:
submit: home:cvm:branches:Trunk:Testing/build-compare(r6)(cleanup) -> Trunk:Testing/build-compare
Message:
More build churn reduction: this will aid in the work to make glibc able to generate similar builds each time, ignoring locale archive which is different each time (we'll see the changes in source and in locale anyway)
State: new 2011-08-25T22:21:18 cvm
Comment: None
changes files:
--------------
--- build-compare.changes
+++ build-compare.changes
@@ -0,0 +1,6 @@
+* Fri Aug 26 2011 Carsten Munk <carsten at maemo.org> - 2009.10.14
+- Towards similar builds of glibc in OBS, ignore
+ /usr/lib/locale/locale-archive.tmpl - we're going to see the
+ difference of locales in source changes anyway and this archive
+ always changes.
+
spec files:
-----------
other changes:
--------------
++++++ rpm-check.sh
--- rpm-check.sh
+++ rpm-check.sh
@@ -144,6 +144,10 @@
sed -i -e "s,Release:.*$release1,Release: @RELEASE@," old/$file
sed -i -e "s,Release:.*$release2,Release: @RELEASE@," new/$file
;;
+ /usr/lib/locale/locale-archive.tmpl)
+ echo "$file skipped, what matters is source files when it comes to locales."
+ return 0
+ ;;
*.exe.mdb|*.dll.mdb)
# Just debug information, we can skip them
echo "$file skipped as debug file."
More information about the MeeGo-commits
mailing list