[opensuse-buildservice] inadvertant project deletion woes
Dear Buildservice Admins, I suffer from the aftermath of a very stupid inadvertant preject deletion. Of course, I tried to undelete it there after, but the result is mostly incomplete: only 1/3 of the packages were restored, and even there, many are damaged, or just empty. home:frispete:python After restoring the build targets, I tried to undelete every single package, but only harvested all kinds of HTTP errors (400, 404). Now I started to relink the missing packages to devel:languages:python, but even that doesn't work: $ osc linkpac devel:languages:python IPython home:frispete:python Server returned an error: HTTP Error 404: package 'IPython' does not exist package 'IPython' does not exist Somebody is wrong here, either me, or build service? Whom to blame? Any help is highly appreciated. Thanks, Pete -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Dienstag, 4. August 2015 12:52:45 Hans-Peter Jansen wrote:
Dear Buildservice Admins,
I suffer from the aftermath of a very stupid inadvertant preject deletion. Of course, I tried to undelete it there after, but the result is mostly incomplete: only 1/3 of the packages were restored, and even there, many are damaged, or just empty.
home:frispete:python
After restoring the build targets, I tried to undelete every single package, but only harvested all kinds of HTTP errors (400, 404).
Now I started to relink the missing packages to devel:languages:python, but even that doesn't work:
$ osc linkpac devel:languages:python IPython home:frispete:python Server returned an error: HTTP Error 404: package 'IPython' does not exist package 'IPython' does not exist
Somebody is wrong here, either me, or build service?
Whom to blame?
Nobody has mercy with me :| Even deleting a package, that is listed in the Web UI, isn't possible, e.g.: home:frispete:python:IPython I have no idea how to repair this, other than removing the whole project again, and rebuild it, package by package. Oh well, Pete -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 5. August 2015 13:12:30 Hans-Peter Jansen wrote:
On Dienstag, 4. August 2015 12:52:45 Hans-Peter Jansen wrote:
Dear Buildservice Admins,
I suffer from the aftermath of a very stupid inadvertant preject deletion. Of course, I tried to undelete it there after, but the result is mostly incomplete: only 1/3 of the packages were restored, and even there, many are damaged, or just empty.
home:frispete:python
After restoring the build targets, I tried to undelete every single package, but only harvested all kinds of HTTP errors (400, 404).
Now I started to relink the missing packages to devel:languages:python, but even that doesn't work:
$ osc linkpac devel:languages:python IPython home:frispete:python Server returned an error: HTTP Error 404: package 'IPython' does not exist package 'IPython' does not exist
Somebody is wrong here, either me, or build service?
Whom to blame?
Nobody has mercy with me :|
Even deleting a package, that is listed in the Web UI, isn't possible, e.g.:
home:frispete:python:IPython
osc rdelete -m "cleanup" home:frispete:python IPython Server returned an error: HTTP Error 404: Not Found <status code="404"> <summary>package 'IPython' does not exist in project 'home:frispete:python'</summary> <details>404 package 'IPython' does not exist in project 'home:frispete:python'</details> </status>
I have no idea how to repair this, other than removing the whole project again, and rebuild it, package by package.
Oh well, Pete
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 5. August 2015 13:21:19 Hans-Peter Jansen wrote:
Even deleting a package, that is listed in the Web UI, isn't possible,
osc rdelete -m "cleanup" home:frispete:python IPython Server returned an error: HTTP Error 404: Not Found <status code="404"> <summary>package 'IPython' does not exist in project 'home:frispete:python'</summary> <details>404 package 'IPython' does not exist in project 'home:frispete:python'</details> </status>
but it IS listed in the project: $ osc ls home:frispete:python | grep ^I IPython Boils down to: How can I get rid of packages, that are listed in the project, but cannot be deleted with osc rdelete -f nor via Web UI? I have 88 misbehaving packages like this! Pete -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, Aug 05, 2015 at 01:48:24PM +0200, Hans-Peter Jansen wrote:
On Mittwoch, 5. August 2015 13:21:19 Hans-Peter Jansen wrote:
Even deleting a package, that is listed in the Web UI, isn't possible,
osc rdelete -m "cleanup" home:frispete:python IPython Server returned an error: HTTP Error 404: Not Found <status code="404"> <summary>package 'IPython' does not exist in project 'home:frispete:python'</summary> <details>404 package 'IPython' does not exist in project 'home:frispete:python'</details> </status>
but it IS listed in the project:
$ osc ls home:frispete:python | grep ^I IPython
Boils down to:
How can I get rid of packages, that are listed in the project, but cannot be deleted with osc rdelete -f nor via Web UI?
I have 88 misbehaving packages like this!
The internal state is probably inconsistent. Adrian returns tomorrow, he will know. A workaround would be to create a new project and set this up fresh. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 5. August 2015 13:55:01 Marcus Meissner wrote:
On Wed, Aug 05, 2015 at 01:48:24PM +0200, Hans-Peter Jansen wrote:
Boils down to: How can I get rid of packages, that are listed in the project, but cannot
be deleted with osc rdelete -f nor via Web UI?
I have 88 misbehaving packages like this!
The internal state is probably inconsistent.
This is, what I imagined from here too.
Adrian returns tomorrow, he will know.
Ahh, thanks. Will suppress all bad thoughts until then...
A workaround would be to create a new project and set this up fresh.
which would create even more churn, which I'm trying to avoid. Really. Many thanks for your support, Marcus, much appreciated. Cheers, Pete -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hans-Peter Jansen <hpj@urpla.net> writes:
Boils down to:
How can I get rid of packages, that are listed in the project, but cannot be deleted with osc rdelete -f nor via Web UI?
Does it work to edit the package meta with osc meta pkg -e ... ? Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 5. August 2015 14:21:13 Andreas Schwab wrote:
Hans-Peter Jansen <hpj@urpla.net> writes:
Boils down to: How can I get rid of packages, that are listed in the project, but cannot
be deleted with osc rdelete -f nor via Web UI?
Does it work to edit the package meta with osc meta pkg -e ... ?
Yes, I can edit pkg meta. Pete -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 5. August 2015 14:50:58 Hans-Peter Jansen wrote:
On Mittwoch, 5. August 2015 14:21:13 Andreas Schwab wrote:
Hans-Peter Jansen <hpj@urpla.net> writes:
Boils down to: How can I get rid of packages, that are listed in the project, but
cannot
be deleted with osc rdelete -f nor via Web UI?
Does it work to edit the package meta with osc meta pkg -e ... ?
Yes, I can edit pkg meta.
.. and editing them makes the packages accessible/deletable. Pete -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Hans-Peter Jansen
-
Marcus Meissner