mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
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:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user