aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-03-12 18:30:16 +0100
committerJakub Jelinek <jakub@redhat.com>2020-03-12 18:30:16 +0100
commitc56871dd15a258c8775740194e6ed960a1f3d850 (patch)
treee2945f6104a4878deb48149f191ce58ad2e5f425 /maintainer-scripts/ChangeLog
parenta0ae4cbe9d1430b32f674b862a6d8dce0ed81f2a (diff)
downloadgcc-c56871dd15a258c8775740194e6ed960a1f3d850.zip
gcc-c56871dd15a258c8775740194e6ed960a1f3d850.tar.gz
gcc-c56871dd15a258c8775740194e6ed960a1f3d850.tar.bz2
maintainer-scripts: Fix up gcc_release without -l, where mkdir was using umask 077 after migration
2020-03-12 Jakub Jelinek <jakub@redhat.com> * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir command invoked through ssh.
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r--maintainer-scripts/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 0467eba..7153c90 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,5 +1,8 @@
2020-03-12 Jakub Jelinek <jakub@redhat.com>
+ * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
+ command invoked through ssh.
+
* update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
2020-02-27 Jakub Jelinek <jakub@redhat.com>