summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-21 13:20:23 +0100
committerAlexander Larsson <alexl@redhat.com>2016-01-21 13:20:23 +0100
commitabff6b0646445770b664fad0fe3eee131b538d98 (patch)
tree09f84a25b7c56d8d7b7179b0990a34a39ec0f225
parent182ebac6c01d90719444f9a816b07116ffb72192 (diff)
Don't generate sizes on untag, as this breaks ostree
-rwxr-xr-xbin/untag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/untag.sh b/bin/untag.sh
index a35d76f..973236f 100755
--- a/bin/untag.sh
+++ b/bin/untag.sh
@@ -6,7 +6,7 @@ export ARCH=$3
export VERSION=$4
export TAG=$5
-COMMIT_ARGS="--generate-sizes --repo=${REPO}"
+COMMIT_ARGS="--repo=${REPO}"
if [ "x${GPG_KEY}" != "x" ]; then
COMMIT_ARGS="${COMMIT_ARGS} --gpg-sign=${GPG_KEY}"
fi