1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

osc update: after update, reset the revision when updating multiple package.

Fixes "404: Not Found" type errors when updating an entire project. [bnc#399177]
This commit is contained in:
Dr. Peter Poeml 2008-06-11 08:29:27 +00:00
parent 61e4cf6798
commit 693987ac49

View File

@ -1273,6 +1273,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
p.prjname, p.name)
p.update(rev)
rev = None
@cmdln.option('-f', '--force', action='store_true',