From 049d8a7bd6c7958c62fbb95995164b0be1814c09 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 22 Sep 2016 14:19:28 -0400 Subject: [PATCH] Support GPG signing in the containerized RPM jobs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added a script that allows for piping signing keys into the container’s stdin stream. - Got sign.exp working - I ended up getting mock to run as root, which means both RPM and DEB jobs both use —unsafe-perm now, so I added that back to the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd0ef0228b..fd9d87cd2e 100644 --- a/Makefile +++ b/Makefile @@ -483,7 +483,7 @@ test_jenkins : test_coverage # -------------------------------------- ui-deps-built: awx/ui/package.json - $(NPM_BIN) --prefix awx/ui install awx/ui + $(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui touch awx/ui/.deps_built ui-docker-machine: ui-deps-built