[checksum] Add arch to file name
This allows the checksum file to include the architecture. Fixes: #243 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
861a4f5823
commit
1ebb9d1773
5 changed files with 57 additions and 49 deletions
|
|
@ -23,9 +23,11 @@ class DummyCompose(object):
|
|||
self.supported = True
|
||||
self.compose_date = '20151203'
|
||||
self.compose_type_suffix = '.t'
|
||||
self.compose_type = 'test'
|
||||
self.compose_respin = 0
|
||||
self.compose_id = 'Test-20151203.0.t'
|
||||
self.compose_label = None
|
||||
self.compose_label_major_version = None
|
||||
self.image_release = '20151203.t.0'
|
||||
self.ci_base = mock.Mock(
|
||||
release_id='Test-1.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue