Merge pull request #2690 from Vogtinator/morestaging

Include :Staging in :adi images and containerfile repo paths
This commit is contained in:
Fabian Vogt 2022-02-09 12:22:46 +01:00 committed by GitHub
commit e936910b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1397,6 +1397,7 @@ class StagingAPI(object):
<repository name="images"> <repository name="images">
<path project="{name}" repository="standard"/> <path project="{name}" repository="standard"/>
{containerfile_path} {containerfile_path}
<path project="{self.cstaging}" repository="standard"/>
<path project="{self.project}" repository="images"/> <path project="{self.project}" repository="images"/>
<arch>x86_64</arch> <arch>x86_64</arch>
</repository>""" </repository>"""
@ -1411,6 +1412,7 @@ class StagingAPI(object):
<repository name="containerfile"> <repository name="containerfile">
<path project="{name}" repository="standard"/> <path project="{name}" repository="standard"/>
{images_path} {images_path}
<path project="{self.cstaging}" repository="standard"/>
<path project="{self.project}" repository="containerfile"/> <path project="{self.project}" repository="containerfile"/>
<arch>x86_64</arch> <arch>x86_64</arch>
</repository>""" </repository>"""