Commit 67aaa481 by Joseph Myers Committed by Joseph Myers

* gcc_release: Do upload files when local.

From-SVN: r53689
parent 5302a25d
2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk> 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc_release: Do upload files when local.
* snapshot-README, snapshot-index.html: Remove chill. * snapshot-README, snapshot-index.html: Remove chill.
2002-05-08 Mark Mitchell <mark@codesourcery.com> 2002-05-08 Mark Mitchell <mark@codesourcery.com>
......
...@@ -349,9 +349,7 @@ upload_files() { ...@@ -349,9 +349,7 @@ upload_files() {
# Make sure the file will be readable on the server. # Make sure the file will be readable on the server.
chmod a+r ${x} chmod a+r ${x}
# Copy it. # Copy it.
if [ $LOCAL -eq 0 ]; then ${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}"
${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}"
fi
fi fi
done done
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment