This makes it possible to specify an environment variable for a tag that will be used during builds. e.g.
koji edit-tag -x rpm.env.CC=clang
We should probably add documentation for this new feature.
Issue #2072
rebased onto 964e2213f467f97dec4f07f475f75b6d80de6140
rebased onto aa3e9f4fa63fe31f437785ae375b47a381d302b5
I've updated this patch with some documentation about the feature.
pretty please pagure-ci rebuild
after some thinking, I think this is useful feature and if it works, :shipit:
Dropping this line will fix the unittest (or fixing the test is the other option).
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
rebased onto 8527245f56dff56f92e14001986334aa5a7bfadf
Updated the patch. It seems like the newlines are there to improve readability, so I tried to preserve that while also getting the test to pass.
Metadata Update from @mfilip: - Pull-request untagged with: testing-ready
'Testing ready' tag was temporarily removed because of conflict in QE build. Will be tagged again soon
Metadata Update from @mfilip: - Pull-request tagged with: testing-ready
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit 604f2503 fixes this pull-request
Pull-Request has been merged by tkopecek
This makes it possible to specify an environment variable for a tag
that will be used during builds. e.g.
koji edit-tag -x rpm.env.CC=clang