An alternate approach to #3903
Related: https://pagure.io/koji/issue/3875
2 new commits added
also use in appliance/livecd/liveimage
rename var
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Metadata Update from @relias-redhat: - Pull-request untagged with: testing-ready
Metadata Update from @relias-redhat: - Pull-request tagged with: testing-ready
Rebased onto current head, 025196192. Minor conflict with the new get_repo_dir() method from the draft builds PR.
get_repo_dir()
+ self.single_log(configfile, name='mock_config.log') + + def get_repo_dir(self): + pathinfo = koji.PathInfo(topdir='') + return pathinfo.repo(self.repoid, self.tag_name) +
unit tests passing
rebased onto b2c37233f1f5e5c69ee5134b6258634f7c2e4cdb
side note: pagure lists the wrong ref in its "rebased onto" messages. https://pagure.io/pagure/issue/4504
1 new commit added
typo in BuildMavenTask
Closing this. All the changes are included in #4023
Pull-Request has been closed by mikem
An alternate approach to #3903
Related: https://pagure.io/koji/issue/3875