[opensuse-gnome] osc collab shows outdated info?
Hello good people, I am pretty new to the collab plugin and found something I did not fully understand. I am putting the mail here since I saw the collab plugin was heavily used by the GNOME project :-) Please let me know if this should go to the packaging list. As seen below, the version of GNOME:Next/libsigc++2 was given as 2.10.1, however the real version of the package is already 2.10.2. Is it expected? $ osc collab todo --project GNOME:Next | grep -e sig -e 'Package' Package | Parent Project | GNOME:Next | Upstream libsigc++2 | 2.10.1 | 2.10.1 | 2.10.2 libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13 $ osc ls GNOME:Next/libsigc++2 _link baselibs.conf libsigc++-2.10.2.tar.xz libsigc++-std-c11.patch libsigc++2.changes libsigc++2.spec # -> GNOME:Factory libsigc++2 (latest) baselibs.conf libsigc++-2.10.2.tar.xz libsigc++-std-c11.patch libsigc++2.changes libsigc++2.spec Thank you! Best wishes, Yifan -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
hi Yifan, On Tue, 2019-08-27 at 01:46 +0000, Yi Fan Jiang wrote:
Hello good people,
I am pretty new to the collab plugin and found something I did not fully understand. I am putting the mail here since I saw the collab plugin was heavily used by the GNOME project :-) Please let me know if this should go to the packaging list.
You're right in reaching out here - the plugin was originally created by Vincent and now mainly under maintenance by myself (more or less active).
As seen below, the version of GNOME:Next/libsigc++2 was given as 2.10.1, however the real version of the package is already 2.10.2. Is it expected?
$ osc collab todo --project GNOME:Next | grep -e sig -e 'Package'
Package | Parent Project | GNOME:Next | Upstream libsigc++2 | 2.10.1 | 2.10.1 | 2.10.2 libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13
Grr.. that's my bad - just recently I fixed the collab server to show stuff at all again (it was non-functional for a few months) and when I did so, I disabled the cronjob catching up with he OBS live content (originally we queried RSS feeds, but OBS no longer provides them, so we have to be more aggressive in querying OBS) I have no re-enabled the cron job - and thins should settle withing 20 - 30 minutes. Let me know if there is something else you encounter. Cheers, Dominique
Hi Dominique, Thank you very much for working on the tool and fixing the cronjob. It works now and `osc collab todo --project GNOME:Next | wc -l` only gives 104 result, which was 113 or so yesterday :-) Best wishes, Yifan On Tue, Aug 27, 2019 at 10:53:03AM +0200, Dominique Leuenberger / DimStar wrote:
hi Yifan,
On Tue, 2019-08-27 at 01:46 +0000, Yi Fan Jiang wrote:
Hello good people,
I am pretty new to the collab plugin and found something I did not fully understand. I am putting the mail here since I saw the collab plugin was heavily used by the GNOME project :-) Please let me know if this should go to the packaging list.
You're right in reaching out here - the plugin was originally created by Vincent and now mainly under maintenance by myself (more or less active).
As seen below, the version of GNOME:Next/libsigc++2 was given as 2.10.1, however the real version of the package is already 2.10.2. Is it expected?
$ osc collab todo --project GNOME:Next | grep -e sig -e 'Package'
Package | Parent Project | GNOME:Next | Upstream libsigc++2 | 2.10.1 | 2.10.1 | 2.10.2 libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13
Grr.. that's my bad - just recently I fixed the collab server to show stuff at all again (it was non-functional for a few months) and when I did so, I disabled the cronjob catching up with he OBS live content (originally we queried RSS feeds, but OBS no longer provides them, so we have to be more aggressive in querying OBS)
I have no re-enabled the cron job - and thins should settle withing 20 - 30 minutes. Let me know if there is something else you encounter. -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Hello Dominique, Another rookie question (sorry for bothering) :-) Is there a way to make the `unreserve` work in this command queue: $ osc collab update --project GNOME:Next libsigc++3 # Then I found I just wanted to play with upstream build instead of really # reserving it, so I wanted to release it immediately: $ osc collab todo --project GNOME:Next | grep 'libsigc++3' # it's marked as reserved libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13 (r) $ osc collab unreserve libsigc++3 Cannot unreserve package libsigc++3: Package not reserved # :-( Best wishes, Yifan On Tue, Aug 27, 2019 at 09:22:36AM +0000, Yi Fan Jiang wrote:
Hi Dominique,
Thank you very much for working on the tool and fixing the cronjob. It works now and `osc collab todo --project GNOME:Next | wc -l` only gives 104 result, which was 113 or so yesterday :-)
Best wishes, Yifan
On Tue, Aug 27, 2019 at 10:53:03AM +0200, Dominique Leuenberger / DimStar wrote:
hi Yifan,
On Tue, 2019-08-27 at 01:46 +0000, Yi Fan Jiang wrote:
Hello good people,
I am pretty new to the collab plugin and found something I did not fully understand. I am putting the mail here since I saw the collab plugin was heavily used by the GNOME project :-) Please let me know if this should go to the packaging list.
You're right in reaching out here - the plugin was originally created by Vincent and now mainly under maintenance by myself (more or less active).
As seen below, the version of GNOME:Next/libsigc++2 was given as 2.10.1, however the real version of the package is already 2.10.2. Is it expected?
$ osc collab todo --project GNOME:Next | grep -e sig -e 'Package'
Package | Parent Project | GNOME:Next | Upstream libsigc++2 | 2.10.1 | 2.10.1 | 2.10.2 libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13
Grr.. that's my bad - just recently I fixed the collab server to show stuff at all again (it was non-functional for a few months) and when I did so, I disabled the cronjob catching up with he OBS live content (originally we queried RSS feeds, but OBS no longer provides them, so we have to be more aggressive in querying OBS)
I have no re-enabled the cron job - and thins should settle withing 20 - 30 minutes. Let me know if there is something else you encounter.
- Yifan -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Update the mail title. On Wed, Aug 28, 2019 at 02:57:35PM +0800, Yifan J wrote:
Hello Dominique,
Another rookie question (sorry for bothering) :-) Is there a way to make the `unreserve` work in this command queue:
$ osc collab update --project GNOME:Next libsigc++3
# Then I found I just wanted to play with upstream build instead of really # reserving it, so I wanted to release it immediately:
$ osc collab todo --project GNOME:Next | grep 'libsigc++3' # it's marked as reserved libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13 (r)
$ osc collab unreserve libsigc++3 Cannot unreserve package libsigc++3: Package not reserved # :-(
Best wishes, Yifan
On Tue, Aug 27, 2019 at 09:22:36AM +0000, Yi Fan Jiang wrote:
Hi Dominique,
Thank you very much for working on the tool and fixing the cronjob. It works now and `osc collab todo --project GNOME:Next | wc -l` only gives 104 result, which was 113 or so yesterday :-)
Best wishes, Yifan
On Tue, Aug 27, 2019 at 10:53:03AM +0200, Dominique Leuenberger / DimStar wrote:
hi Yifan,
On Tue, 2019-08-27 at 01:46 +0000, Yi Fan Jiang wrote:
Hello good people,
I am pretty new to the collab plugin and found something I did not fully understand. I am putting the mail here since I saw the collab plugin was heavily used by the GNOME project :-) Please let me know if this should go to the packaging list.
You're right in reaching out here - the plugin was originally created by Vincent and now mainly under maintenance by myself (more or less active).
As seen below, the version of GNOME:Next/libsigc++2 was given as 2.10.1, however the real version of the package is already 2.10.2. Is it expected?
$ osc collab todo --project GNOME:Next | grep -e sig -e 'Package'
Package | Parent Project | GNOME:Next | Upstream libsigc++2 | 2.10.1 | 2.10.1 | 2.10.2 libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13
Grr.. that's my bad - just recently I fixed the collab server to show stuff at all again (it was non-functional for a few months) and when I did so, I disabled the cronjob catching up with he OBS live content (originally we queried RSS feeds, but OBS no longer provides them, so we have to be more aggressive in querying OBS)
I have no re-enabled the cron job - and thins should settle withing 20 - 30 minutes. Let me know if there is something else you encounter.
- Yifan
- Yifan -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
On Wed, 2019-08-28 at 06:57 +0000, Yi Fan Jiang wrote:
Hello Dominique,
Another rookie question (sorry for bothering) :-) Is there a way to make the `unreserve` work in this command queue:
$ osc collab update --project GNOME:Next libsigc++3
# Then I found I just wanted to play with upstream build instead of really # reserving it, so I wanted to release it immediately:
$ osc collab todo --project GNOME:Next | grep 'libsigc++3' # it's marked as reserved libsigc++3 | 2.99.12 | 2.99.12 | 2.99.13 (r)
$ osc collab unreserve libsigc++3 Cannot unreserve package libsigc++3: Package not reserved # :-(
Did you forget --project GNOME:Next on unreserve?
Best wishes, Yifan
On Wed, Aug 28, 2019 at 10:48:22AM +0200, Dominique Leuenberger / DimStar wrote:
Did you forget --project GNOME:Next on unreserve?
Ouch! Yes, I forgot it :-( Thank you Dominique! - Yifan -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
On Wed, Aug 28, 2019 at 04:56:29PM +0800, Yifan J wrote:
On Wed, Aug 28, 2019 at 10:48:22AM +0200, Dominique Leuenberger / DimStar wrote:
Did you forget --project GNOME:Next on unreserve?
Ouch! Yes, I forgot it :-( Thank you Dominique!
And I just updated the wiki in case somebody else has the same question: https://en.opensuse.org/index.php?title=openSUSE%3AOsc_Collab&type=revision&diff=136264&oldid=135032 - Yifan -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
participants (2)
-
Dominique Leuenberger / DimStar
-
Yi Fan Jiang