mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
Adjust maintainer instructions
This commit is contained in:
parent
15629dc772
commit
e1ff8863bb
11
README.maint
11
README.maint
@ -1,4 +1,4 @@
|
|||||||
Notes for the GnuPG maintainer (SVN only)
|
Notes for the GnuPG maintainer (GIT only)
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
Here are some notes on how to maintain GnuPG.
|
Here are some notes on how to maintain GnuPG.
|
||||||
@ -28,8 +28,7 @@ Release process:
|
|||||||
* Write NEWS entries and set the release date in NEWS.
|
* Write NEWS entries and set the release date in NEWS.
|
||||||
* In configure.ac set "my_issvn" to "no".
|
* In configure.ac set "my_issvn" to "no".
|
||||||
* Put a "Release <version>" line into the top level ChangeLog.
|
* Put a "Release <version>" line into the top level ChangeLog.
|
||||||
* Commit all changes to the SVN.
|
* Commit all changes to GIT and push them.
|
||||||
* Update the SVN then (to sync the release number of all files).
|
|
||||||
* Run "./autogen.sh --force"
|
* Run "./autogen.sh --force"
|
||||||
(--force is required for the svn magic in configure.ac and a good
|
(--force is required for the svn magic in configure.ac and a good
|
||||||
idea in any case)
|
idea in any case)
|
||||||
@ -42,11 +41,7 @@ Release process:
|
|||||||
* Get the previous tarball and run "mkdiff gnupg".
|
* Get the previous tarball and run "mkdiff gnupg".
|
||||||
You might need to set a different signature key than mine. mkdiff
|
You might need to set a different signature key than mine. mkdiff
|
||||||
has an option for this.
|
has an option for this.
|
||||||
* If you are satisfied with the result tag the release. Use "svn
|
* If you are satisfied with the result commit a tag for the release.
|
||||||
info" to get the current URL and use an svn cp command similar to
|
|
||||||
"svn cp svn+ssh://host/gnupg/trunk svn+ssh://host/gnupg/tags/gnupg-2.n.m"
|
|
||||||
(for 1.4 you should see "branches/STABLE-BRANCH-1-4" instead of "trunk",
|
|
||||||
however tags are all below tags).
|
|
||||||
* Copy the files to the FTP server
|
* Copy the files to the FTP server
|
||||||
* Update the webpages - at least the file swdb.wml needs an update.
|
* Update the webpages - at least the file swdb.wml needs an update.
|
||||||
* Add a new headline to NEWS.
|
* Add a new headline to NEWS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user