diff options
Diffstat (limited to 'config/upload-release.sh')
-rwxr-xr-x | config/upload-release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/upload-release.sh b/config/upload-release.sh index df5e3a07..b52642ea 100755 --- a/config/upload-release.sh +++ b/config/upload-release.sh @@ -50,6 +50,8 @@ cp -r $VERSION $HOME/elfutils-$VERSION # Upload scp -r $VERSION sourceware.org:/sourceware/ftp/pub/elfutils/ ssh sourceware.org "(cd /sourceware/ftp/pub/elfutils \ + && chmod go+rx $VERSION \ + && chmod go+r $VERSION/elfutils-$VERSION.tar.bz2* \ && ln -sf $VERSION/elfutils-$VERSION.tar.bz2 elfutils-latest.tar.bz2 \ && ln -sf $VERSION/elfutils-$VERSION.tar.bz2.sig elfutils-latest.tar.bz2.sig \ && ls -lah elfutils-latest*)" |