diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-07-13 15:41:57 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2016-07-13 15:48:26 -0400 |
commit | 2bfd92884d8f6b754329d639bc4b18e1bbf55303 (patch) | |
tree | edb0d86f92f96230141f9fc1e7d181a3f4649128 /utils/gpg_import_key.sh | |
parent | ba319020129a6d072f2f9a522053bc98701d8a07 (diff) |
Enable Artifact signing for Compass
The change to gpg_import_key is just so that I could +x it.
Change-Id: I647d0586e7c5f653f6c1a479db2b1c75c4620064
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'utils/gpg_import_key.sh')
-rwxr-xr-x[-rw-r--r--] | utils/gpg_import_key.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gpg_import_key.sh b/utils/gpg_import_key.sh index 3afeda839..80b7c397e 100644..100755 --- a/utils/gpg_import_key.sh +++ b/utils/gpg_import_key.sh @@ -40,3 +40,4 @@ else rm -f "$NODE_NAME"-subkey fi fi + |