this is now called container

This commit is contained in:
Kevin Fenzi 2017-04-12 19:38:18 +00:00
parent 36b166fa01
commit c5f8f1b84e

View file

@ -78,8 +78,8 @@ if __name__ == '__main__':
print "ERROR: no tag specified!\n"
usage()
if 'docker' in tag:
namespace='docker'
if 'container' in tag:
namespace='container'
version = tag.split('-')[0].split('f')[1]
elif tag == 'module-package-list':
# See https://pagure.io/releng/issue/6663