From a0f984c962f23abf41de129f7d5f283e32df2b59 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 31 Mar 2017 19:20:20 +0000 Subject: [PATCH] add compose-utils to bodhi-backend in order to stage the release we need top have compose-utils installed we use the compose-partial-copy script to do teh syncing.The box of choice for staging is bodhi-backend do to the readily available sigul setup so we can sign the CHECKSUM files. https://pagure.io/releng/blob/master/f/scripts/stage-release.sh is the script used to stage the release. Signed-off-by: Dennis Gilmore --- roles/bodhi2/backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 4d1d93bb32..b09ee1724d 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -25,6 +25,7 @@ - python-alembic - python-scandir - python2-productmd + - compose-utils tags: - packages - bodhi