diff options
author | Alexander Larsson <alexl@redhat.com> | 2016-04-08 13:32:26 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2016-04-08 13:32:26 +0200 |
commit | 24893f50f81d77b7fda8d0e77ec5081ecc8a1c7f (patch) | |
tree | 5e27a852a26454679d47854d1ac8d7c6175aee93 /Makefile | |
parent | 991d567ef4f0f539c7ef6641dc582a546a7c44c7 (diff) |
Sign summary when updating
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ ${FILE_REF_SDK}: metadata.sdk ${SDK_IMAGE} (cd sdk; tar --transform 's,^./usr,files,S' --transform 's,^./etc,files/etc,S' --exclude="./[!eu]*" -xvf ../${SDK_IMAGE} > /dev/null) cp metadata.sdk sdk/metadata ostree commit ${COMMIT_ARGS} ${GPG_ARGS} --branch=${REF_SDK} -s "build of ${HASH}" sdk - ostree summary -u --repo=repo + ostree summary -u --repo=repo ${GPG_ARGS} rm -rf sdk platform: ${FILE_REF_PLATFORM} @@ -48,5 +48,5 @@ ${FILE_REF_PLATFORM}: metadata.platform ${PLATFORM_IMAGE} (cd platform; tar --transform 's,^./usr,files,S' --transform 's,^./etc,files/etc,S' --exclude="./[!eu]*" -xvf ../${PLATFORM_IMAGE} > /dev/null) cp metadata.platform platform/metadata ostree commit ${COMMIT_ARGS} ${GPG_ARGS} --branch=${REF_PLATFORM} -s "build of ${HASH}" platform - ostree summary -u --repo=repo + ostree summary -u --repo=repo$ {GPG_ARGS} rm -rf platform |