28 Aug
2019
28 Aug
'19
08:48
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