Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osc-plugin-collab for openSUSE:Factory checked in at 2022-01-11 21:20:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osc-plugin-collab (Old) and /work/SRC/openSUSE:Factory/.osc-plugin-collab.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osc-plugin-collab" Tue Jan 11 21:20:26 2022 rev:20 rq:945644 version:0.104+20 Changes: -------- --- /work/SRC/openSUSE:Factory/osc-plugin-collab/osc-plugin-collab.changes 2021-09-28 19:17:50.116275896 +0200 +++ /work/SRC/openSUSE:Factory/.osc-plugin-collab.new.1892/osc-plugin-collab.changes 2022-01-11 21:24:37.285184685 +0100 @@ -1,0 +2,8 @@ +Tue Jan 11 17:57:23 UTC 2022 - dims...@opensuse.org + +- Update to version 0.104+20: + * osc-collab-runner: self-heal when runaway task is detected + * openSUSE config: Track GNOME:Factory as GNOME Stable project + * gnome-versions: arrive in 2022, where GNOME >= 40 + +------------------------------------------------------------------- Old: ---- osc-plugin-collab-0.104+17.obscpio New: ---- osc-plugin-collab-0.104+20.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osc-plugin-collab.spec ++++++ --- /var/tmp/diff_new_pack.tslvp3/_old 2022-01-11 21:24:37.781185034 +0100 +++ /var/tmp/diff_new_pack.tslvp3/_new 2022-01-11 21:24:37.785185037 +0100 @@ -1,7 +1,7 @@ # # spec file for package osc-plugin-collab # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2009 Vincent Untz <vu...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ %define oscplugindir %{_localstatedir}/lib/osc-plugins %endif Name: osc-plugin-collab -Version: 0.104+17 +Version: 0.104+20 Release: 0 Summary: Plugin to make collaboration easier with osc License: BSD-3-Clause ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.tslvp3/_old 2022-01-11 21:24:37.825185065 +0100 +++ /var/tmp/diff_new_pack.tslvp3/_new 2022-01-11 21:24:37.829185068 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/osc-plugin-collab.git</param> - <param name="changesrevision">567b682b962707e3070edc95e5192e95e97fd21c</param></service></servicedata> + <param name="changesrevision">47722dc77c9cca282e7abf1642b314aa76a3a4b2</param></service></servicedata> (No newline at EOF) ++++++ osc-plugin-collab-0.104+17.obscpio -> osc-plugin-collab-0.104+20.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osc-plugin-collab-0.104+17/server/obs-db/data/opensuse.conf new/osc-plugin-collab-0.104+20/server/obs-db/data/opensuse.conf --- old/osc-plugin-collab-0.104+17/server/obs-db/data/opensuse.conf 2021-09-28 16:31:25.000000000 +0200 +++ new/osc-plugin-collab-0.104+20/server/obs-db/data/opensuse.conf 2022-01-11 18:55:50.000000000 +0100 @@ -17,6 +17,9 @@ parent = openSUSE:Factory checkout-devel-projects = True +[Project GNOME:Factory] +branches = gnome-stable, gnome-stable-extras + # For Factory + 1 [Project GNOME:Next] branches = gnome-unstable, gnome-unstable-extras diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osc-plugin-collab-0.104+17/server/openSUSE-setup/osc-collab-runner new/osc-plugin-collab-0.104+20/server/openSUSE-setup/osc-collab-runner --- old/osc-plugin-collab-0.104+17/server/openSUSE-setup/osc-collab-runner 2021-09-28 16:31:25.000000000 +0200 +++ new/osc-plugin-collab-0.104+20/server/openSUSE-setup/osc-collab-runner 2022-01-11 18:55:50.000000000 +0100 @@ -2,6 +2,9 @@ LIBEXEC=/usr/lib/osc-collab-server +# self-heal if runaway task detected: none can run longer than a day +find /var/lib/osc-collab/.cache -name running -mtime +1 -delete -print + # Find out what the latest gnome-versions are ${LIBEXEC}/run-gnome-versions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osc-plugin-collab-0.104+17/server/upstream/gnome-versions/update-versions new/osc-plugin-collab-0.104+20/server/upstream/gnome-versions/update-versions --- old/osc-plugin-collab-0.104+17/server/upstream/gnome-versions/update-versions 2021-09-28 16:31:25.000000000 +0200 +++ new/osc-plugin-collab-0.104+20/server/upstream/gnome-versions/update-versions 2022-01-11 18:55:50.000000000 +0100 @@ -32,8 +32,8 @@ } -DOWNLOAD_STABLE="3.`curl --tlsv1 --silent --fail https://download.gnome.org/core/ | grep 'a href=".*/"' | sed 's/.*href="//g;s/\/".*//g' | grep "^3\." | sed "s/^3\.//g" | sort -g | tail -n 2 | grep [02468]$ | tail -n 1`" -#TEMPORARY_STABLE="3.4" +DOWNLOAD_STABLE="`curl --tlsv1 --silent --fail https://download.gnome.org/core/ | grep 'a href=".*/"' | sed 's/.*href="//g;s/\/".*//g' | grep -P "^(3\.|4)" | sort -g | tail -n 1`" +#TEMPORARY_STABLE="41" if test -z "$DOWNLOAD_STABLE"; then echo "Cannot find stable release from download.gnome.org." @@ -51,15 +51,9 @@ fi STABLE_MAJOR=`echo $STABLE | sed "s/\(^[0-9]\+\.\).*/\1/g"` -STABLE_MINOR=`echo $STABLE | sed "s/^[0-9]\+\.//g"` -UNSTABLE_MINOR=`echo "$STABLE_MINOR + 2" | bc` -UNSTABLE="$STABLE_MAJOR$UNSTABLE_MINOR" +UNSTABLE="$(echo $STABLE_MAJOR +1 | bc)" -if test "x`echo "$UNSTABLE_MINOR - $STABLE_MINOR" | bc`" != "x2"; then - echo "Cannot find current stable/unstable versions" - exit 1 -fi echo_verbose "Stable: $STABLE - Unstable: $UNSTABLE" mkdir -p $DESTDIR ++++++ osc-plugin-collab.obsinfo ++++++ --- /var/tmp/diff_new_pack.tslvp3/_old 2022-01-11 21:24:37.981185175 +0100 +++ /var/tmp/diff_new_pack.tslvp3/_new 2022-01-11 21:24:37.985185178 +0100 @@ -1,6 +1,5 @@ name: osc-plugin-collab -version: 0.104+17 -mtime: 1632839485 -commit: 567b682b962707e3070edc95e5192e95e97fd21c - +version: 0.104+20 +mtime: 1641923750 +commit: 47722dc77c9cca282e7abf1642b314aa76a3a4b2