mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 07:06:13 +01:00
1aab0a8ed9
When calling "osc creq -a prj1 foo prj2 bar -a submit prj1 bar prj2 bar", the requests that could be superseded are calculated two times for the prj2/bar package. Hence, they could end up two times in the "supersede" list (see do_createrequest) In order to avoid duplicates, use a set instead of a list. Kudos to darix for pointing this out! Note: it is a bit questionable if osc's current semantics makes sense in the above example. |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
credentials.py | ||
fetch.py | ||
grabber.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |