summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Berg2016-01-01 20:04:34 +0000
committerChristoph Berg2016-01-01 20:04:34 +0000
commitf3cfe139c38821ffb0ab8d7fd85bf628240be8a6 (patch)
tree338f05ebe1aea768f18c6bba8cb22f6277cdec26
parent5df96fa5f4cfd9967cd1455f1905c4684bacf2e6 (diff)
chmod a+r files after changestool
-rwxr-xr-xjenkins/dput-pgdg3
1 files changed, 1 insertions, 2 deletions
diff --git a/jenkins/dput-pgdg b/jenkins/dput-pgdg
index 94f8f5a..c218a45 100755
--- a/jenkins/dput-pgdg
+++ b/jenkins/dput-pgdg
@@ -13,8 +13,6 @@ set -eux
CHANGES="$(find . -name '*.changes')"
-dcmd chmod a+r $CHANGES
-
# work around reprepro #808558
perl -i -pe 's/ (\S+)/ $1 $1-dbgsym/g if /^Binary:/' $CHANGES
@@ -29,6 +27,7 @@ if [ "${upload:-all}" = "extension-only" ]; then
done
fi
+dcmd chmod a+r $CHANGES
dcmd rsync -av $CHANGES $HOST:/srv/apt/$QUEUE
# call processincoming once for all packages uploaded