mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
The Case of the Mysterious Dist Tag
We ran into a crazy bug in stg today where the `disttag` of every component build .. for every module .. was the same! (duh duh duh). Turns out this had to do with the way we were writing the name, stream, and version values back into the yaml file we recorded. More correctly, how we *weren't* writing those values back.
This commit is contained in:
@@ -292,7 +292,7 @@ class TestBuild(unittest.TestCase):
|
||||
# Check that the components are added to buildroot after the batch
|
||||
# is built.
|
||||
buildroot_groups = []
|
||||
buildroot_groups.append(set([u'module-build-macros-0.1-1.module+24957a32.src.rpm-1-1']))
|
||||
buildroot_groups.append(set([u'module-build-macros-0.1-1.module+fc4ed5f7.src.rpm-1-1']))
|
||||
buildroot_groups.append(set([u'perl-Tangerine?#f24-1-1', u'perl-List-Compare?#f25-1-1']))
|
||||
buildroot_groups.append(set([u'tangerine?#f23-1-1']))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user