]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update release readme
authorNick Clifton <nickc@redhat.com>
Tue, 27 Jan 2026 08:04:49 +0000 (08:04 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 27 Jan 2026 08:04:49 +0000 (08:04 +0000)
binutils/README-how-to-make-a-release

index 630feec27b0d6f4f453ee184524cf13449216038..358580e202a195880be177d61bbf96e48aefc7e9 100644 (file)
@@ -154,12 +154,13 @@ Approx time to complete from here: 2 hours ...
 
      d. Upload the pre-release snapshot to the sourceware FTP site:
 
-          scp binutils-2.46.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
-         
      For EVEN numbered releases:
-          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-with-gold-2.46.90.tar.xz
+          scp binutils-with-gold-2.[N].90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
+         ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-with-gold-2.[N].90.tar.xz
+         
      For ODD numbered releases:
-          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.46.90.tar.xz
+          scp binutils-2.[N].90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
+          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.[N].90.tar.xz
 
         Paranoia: Compare the checksum with the local version.