* gcc_release: Do upload files when local.
authorJoseph Myers <jsm28@cam.ac.uk>
Tue, 21 May 2002 16:36:11 +0000 (17:36 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 21 May 2002 16:36:11 +0000 (17:36 +0100)
From-SVN: r53689

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 9d3ea2b3b9665a369c21426664635134120ce4c8..657a1312982648307409f5aee32a54f91b2bd4e3 100644 (file)
@@ -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>
index 850525f4b93d798858c7c5c7864e0194223af474..bc3ed18ac4c2e7376f9596ee46c52dbc78025647 100755 (executable)
@@ -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
 }