mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 03:04:01 +08:00
* gcc_release: Do upload files when local.
From-SVN: r53689
This commit is contained in:
parent
5302a25df1
commit
67aaa4819f
@ -1,5 +1,7 @@
|
||||
2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* gcc_release: Do upload files when local.
|
||||
|
||||
* snapshot-README, snapshot-index.html: Remove chill.
|
||||
|
||||
2002-05-08 Mark Mitchell <mark@codesourcery.com>
|
||||
|
@ -349,9 +349,7 @@ upload_files() {
|
||||
# Make sure the file will be readable on the server.
|
||||
chmod a+r ${x}
|
||||
# Copy it.
|
||||
if [ $LOCAL -eq 0 ]; then
|
||||
${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}"
|
||||
fi
|
||||
${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user