One more debug statement.
This commit is contained in:
parent
5e05399be1
commit
5f907b63db
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ def handle(content):
|
||||||
body = content.strip('`').strip()
|
body = content.strip('`').strip()
|
||||||
body = json.loads(body)
|
body = json.loads(body)
|
||||||
package = body['repo']
|
package = body['repo']
|
||||||
|
print("Operating on {package}".format(package=package))
|
||||||
# XXX If you modify this taglist. Please also modify the other copy in
|
# XXX If you modify this taglist. Please also modify the other copy in
|
||||||
# bodhi2/backend/tasks/main.yml
|
# bodhi2/backend/tasks/main.yml
|
||||||
taglist = 'f28 f27 f26 f25 f28-container f27-container f26-container f25-container f28-docker f27-docker f26-docker f25-docker epel7 dist-6E-epel module-package-list'
|
taglist = 'f28 f27 f26 f25 f28-container f27-container f26-container f25-container f28-docker f27-docker f26-docker f25-docker epel7 dist-6E-epel module-package-list'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue