Skip to content

Commit

Permalink
HOWTO-RELEASE: add link to gnupload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Apr 7, 2024
1 parent 1e25134 commit e8b4c3a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/HOWTO-RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,16 @@ Release procedure
git push github master
git push --tags github

- Upload the new release to ftp.gnu.org. This is easiest using gnupload:
- Upload the new release to ftp.gnu.org. This is easiest using gnupload.
First ensure you have ncftp installed, since gnupload requires this.
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.*
- Run gnupload --to ftp.gnu.org:stow --symlink-regex stow-7.8.9.tar.{gz,bz2}

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

- Regenerate the documentation for the website:

Expand Down

0 comments on commit e8b4c3a

Please sign in to comment.