Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
1 new commit added
@clime this is the second part we talked about :)
I think, here should either be /etc/mock/simple_koji_ci.cfg or the config should be copied into the current working directory for the command.
The init call at https://pagure.io/fedora-ci/simple-koji-ci/blob/nspawn/f/simple_koji_ci/buildsys.py#_151 should probably also use the simple_koji_ci.cfg. (Or possibly it can be also dropped).
What do you think is best? Adjusting it or dropping it?
Probly I would drop it.
commands.init(prebuild=not config_opts.get('short_circuit'))
is called for each srpm being rebuilt with mock --rebuild.
mock --rebuild
What do you think is best? Adjusting it or dropping it? Probly I would drop it. commands.init(prebuild=not config_opts.get('short_circuit')) is called for each srpm being rebuilt with mock --rebuild.
Probly I would drop it. commands.init(prebuild=not config_opts.get('short_circuit'))
For mock --buildsrpm (which is actually what we call here and not mock --rebuild) it should be the same.
mock --buildsrpm
mock --init dropped and I passed the full path to the config file :)
mock --init
2 new commits added
LGTM.
Thanks!
Pull-Request has been merged by pingou
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr