Hello! Is it possible to mash repositories from tags without using some bash magic around mash tool? I've installed koji-1.10.1-10.fc24.noarch on my Fedora 24 and can't find anything related to mashing in koji help --all
On Mon, 2016-07-25 at 21:32 +0000, Александр Костырев wrote:
Hello! Is it possible to mash repositories from tags without using some bash magic around mash tool? I've installed koji-1.10.1-10.fc24.noarch on my Fedora 24 and can't find anything related to mashing in koji help --all
A while ago I had written a Koji plugin to do just that:
https://github.com/bochecha/koji-mash
I ended up not using it, so it might or might not work any more with recent Koji.
There is also a more generic "run any command as root" plugin, which can be used (among other things) to mash repositories:
https://git.fedorahosted.org/cgit/koji/tree/plugins/builder
-- Mathieu
On Monday, July 25, 2016 11:49:08 PM CDT Mathieu Bridon wrote:
On Mon, 2016-07-25 at 21:32 +0000, Александр Костырев wrote:
Hello! Is it possible to mash repositories from tags without using some bash magic around mash tool? I've installed koji-1.10.1-10.fc24.noarch on my Fedora 24 and can't find anything related to mashing in koji help --all
A while ago I had written a Koji plugin to do just that:
https://github.com/bochecha/koji-mash
I ended up not using it, so it might or might not work any more with recent Koji.
There is also a more generic "run any command as root" plugin, which can be used (among other things) to mash repositories:
additinally we are currently reviewing code to add a signed-repos command to koji that will integrate the functionality of mash into koji
Dennis
additinally we are currently reviewing code to add a signed-repos command
to
koji that will integrate the functionality of mash into koji
yes, I've seen it in one of Fedora Release Tools demos, so I'll wait for it to land in mainstream 'cause other options mentioned are not looking so promising.
thanks guys!
buildsys@lists.fedoraproject.org