1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-14 01:26:23 +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.prjname, p.name)
p.update(rev) p.update(rev)
rev = None
@cmdln.option('-f', '--force', action='store_true', @cmdln.option('-f', '--force', action='store_true',