Support GPG signing in the containerized RPM jobs.

- 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.
This commit is contained in:
Shane McDonald 2016-09-22 14:19:28 -04:00
parent 64944393d3
commit 049d8a7bd6

View File

@ -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