Skip to content

Commit

Permalink
HOWTO-RELEASE: suggest using gnupload --dry-run first
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Apr 7, 2024
1 parent e8b4c3a commit 1f21b44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/HOWTO-RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@ Release procedure
Then do:

- git clone git://git.savannah.gnu.org/gnulib.git

- Copy gnulib/build-aux/gnupload to somewhere on your $PATH
- Run gnupload --to ftp.gnu.org:stow --symlink-regex stow-7.8.9.tar.{gz,bz2}

- Run gnupload --dry-run --to ftp.gnu.org:stow --symlink-regex stow-7.8.9.tar.{gz,bz2}

- Check that everything looks good, then re-run without the --dry-run option.

See https://www.gnu.org/prep/maintain/html_node/Automated-Upload-Procedure.html
for more details on the upload procedure.
Expand Down

0 comments on commit 1f21b44

Please sign in to comment.