#2713 set correct import_type for volume policy in completeImageBuild
Merged 3 years ago by tkopecek. Opened 3 years ago by mikem.
mikem/koji image-import-type  into  master

file modified
+1 -1
@@ -13853,7 +13853,7 @@ 

              'build': build_info,

              'package': build_info['name'],

              'import': True,

-             'import_type': 'maven',

+             'import_type': 'image',

          }

          policy_data.update(policy_data_from_task(task_id))

          vol = check_volume_policy(policy_data, strict=False, default='DEFAULT')

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

3 years ago

Commit 81c3720 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

3 years ago
Metadata