Hello community, here is the log from the commit of package beagle-index checked in at Tue Sep 25 21:40:29 CEST 2007. -------- --- GNOME/beagle-index/beagle-index.changes 2007-09-19 13:48:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/beagle-index/beagle-index.changes 2007-09-21 22:59:37.667144000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 21 22:58:56 CEST 2007 - joeshaw@suse.de + +- Build indexes synchronously, and bail out if building one of + them fails for whatever reason. (part of bnc #326808) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ beagle-index.spec ++++++ --- /var/tmp/diff_new_pack.H12963/_old 2007-09-25 21:40:04.000000000 +0200 +++ /var/tmp/diff_new_pack.H12963/_new 2007-09-25 21:40:04.000000000 +0200 @@ -12,6 +12,7 @@ Name: beagle-index BuildRequires: beagle +BuildRequires: beagle-debuginfo # Patterns generated from patterns-openSUSE 10.2-157 # Please try to keep it in sync, and please keep things grouped by pattern. # Add extra deps at the end, with the reason why. @@ -458,7 +459,7 @@ Group: Productivity/Other AutoReqProv: on Version: 10.3_20070203 -Release: 104 +Release: 116 Source0: beagle-crawl-system Source1: beagle-merge-indexes PreReq: beagle @@ -480,13 +481,6 @@ %build mkdir -p $RPM_BUILD_ROOT/usr/share/beagle/mergables ./beagle-crawl-system -OLD="" -while true ; do - NEW=`/usr/sbin/beagle-manage-index $RPM_BUILD_ROOT/usr/share/beagle/mergables/documentation info` - test "$NEW" = "$OLD" && break - OLD=$NEW - sleep 20 -done %install mkdir -p $RPM_BUILD_ROOT/usr/sbin @@ -503,8 +497,10 @@ %dir /usr/share/beagle %attr(755,beagleindex,root) /usr/share/beagle/mergables /usr/sbin/* - %changelog +* Fri Sep 21 2007 - joeshaw@suse.de +- Build indexes synchronously, and bail out if building one of + them fails for whatever reason. (part of bnc #326808) * Wed Sep 19 2007 - stbinner@suse.de - update several packages to reflect default 10.3 installation * Tue Sep 11 2007 - aj@suse.de ++++++ beagle-crawl-system ++++++ --- GNOME/beagle-index/beagle-crawl-system 2006-11-02 00:23:40.000000000 +0100 +++ /mounts/work_src_done/STABLE/STABLE/beagle-index/beagle-crawl-system 2007-09-21 20:21:02.582547000 +0200 @@ -63,7 +63,9 @@ OPTIONS="$OPTIONS `test -n "$CRAWL_DENY_PATTERNS" && \ echo --deny-pattern $CRAWL_DENY_PATTERNS`" - MONO_SHARED_DIR=$MONO_SHARED_DIR /usr/sbin/beagle-build-index --target $RPM_BUILD_ROOT/usr/share/beagle/mergables/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS + MONO_SHARED_DIR=$MONO_SHARED_DIR /usr/sbin/beagle-build-index --disable-restart --target $RPM_BUILD_ROOT/usr/share/beagle/mergables/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS + + if [ $? -ne 0 ]; then exit 1; fi fi fi done ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de