this is now called container
This commit is contained in:
parent
36b166fa01
commit
c5f8f1b84e
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ if __name__ == '__main__':
|
||||||
print "ERROR: no tag specified!\n"
|
print "ERROR: no tag specified!\n"
|
||||||
usage()
|
usage()
|
||||||
|
|
||||||
if 'docker' in tag:
|
if 'container' in tag:
|
||||||
namespace='docker'
|
namespace='container'
|
||||||
version = tag.split('-')[0].split('f')[1]
|
version = tag.split('-')[0].split('f')[1]
|
||||||
elif tag == 'module-package-list':
|
elif tag == 'module-package-list':
|
||||||
# See https://pagure.io/releng/issue/6663
|
# See https://pagure.io/releng/issue/6663
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue