projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3098540
)
SCRIPTS: publish-release: update the umask to keep group write access
author
Willy Tarreau
<w@1wt.eu>
Wed, 24 May 2023 20:48:14 +0000
(22:48 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 24 May 2023 20:49:12 +0000
(22:49 +0200)
This is to avoid the occasional error that arises when a release is
first done by another maintainer.
scripts/publish-release
patch
|
blob
|
history
diff --git
a/scripts/publish-release
b/scripts/publish-release
index
3cf32d8
..
9066d4a
100755
(executable)
--- a/
scripts/publish-release
+++ b/
scripts/publish-release
@@
-22,6
+22,9
@@
NEW=
DIR=
DOC=( )
+# need to have group write on emitted files for others to update
+umask 002
+
die() {
[ "$#" -eq 0 ] || echo "$*" >&2
exit 1