Attention is currently required from: neels.
4 comments:
Patchset:
Personally I would find a --git-no-checkout argument more useful, which would for already cloned repositories simply not checkout and reset the branch. This has the advantage that one doesn't need to push to a remote git server first and then fetch and checkout as described in your README, but one could just directly edit the files in the cache directory.
But I get the downside, that one is then working in two repository directories. So if this is more useful to you, let's add it. (And maybe I'll add the other option in another patch when I need it.)
File scripts/obs/lib/__init__.py:
Patch Set #1, Line 20: " named like the feed, checkout this git branch",
by default the branch isn't always named like the feed:
feed latest -> latest tag
feed nightly -> master
feed 2022q1 etc. -> 2022q1
so I'd change "named like" in this help string to "based on"
File scripts/obs/lib/srcpkg.py:
Patch Set #1, Line 125: branch = feed
this breaks the logic of checkout_for_feed, if the feed is latest or nightly it isn't the branch name.
it should work as expected when just removing the "if not branch:" and "branch = feed" lines
unrelated
To view, visit change 29116. To unsubscribe, or for help writing mail filters, visit settings.