Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 42d69a10c234583c54535219d6e1c98bfd42858b
https://github.com/openSUSE/obs-build/commit/42d69a10c234583c54535219d6e1c9…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M Build/Helm.pm
M build-recipe-helm
Log Message:
-----------
Bring back tag parsing for helm charts
Commit 078a540d67dd04a39c1bf89000146e229d5fd934 made the code
work with the Chart.yaml file from the chart tar ball, which
is a good change. Unfortunatelly all comments are stripped in
this file, including our tag comments.
So also pass the original Chart.yaml file as --origrecipe
parameter and read the tags from this file.
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 36fc925ee062eeb7b23b09a29e69be0c4bae3f86
https://github.com/openSUSE/osc/commit/36fc925ee062eeb7b23b09a29e69be0c4bae…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M NEWS
M osc/commandline.py
M osc/core.py
Log Message:
-----------
maintainer search: lookup via package name by default and binary as fallback
This is faster in best case since the binary search does not need
to be executed on the server.
It also finds package names where no binary with that name exists.
(as for some multibuild cases)
Commit: 5bf40aa9a4e5f47d5dca0980c254b158130bfb44
https://github.com/openSUSE/osc/commit/5bf40aa9a4e5f47d5dca0980c254b158130b…
Author: Marco Strigl <lethliel(a)gmx.de>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M NEWS
M osc/commandline.py
M osc/core.py
Log Message:
-----------
Merge pull request #830 from adrianschroeter/owner
maintainer search: lookup via package name by default and binary as fallback
Compare: https://github.com/openSUSE/osc/compare/d3acec44e37b...5bf40aa9a4e5