diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/release-guide.txt | 19 |
2 files changed, 2 insertions, 19 deletions
@@ -9,6 +9,8 @@ ChangeLog for eselect * libs/output.bash.in: fixed bug in nocolour handling that caused literal interpretation of '*' in $(highlight '*') thus causing the contents of the ${PWD} to be displayed instead. + * doc/release-guide.txt: Removed the now irrelevant section on + doing the release on berlios. 2005-06-15 Shyam Mani <fox2mike@gentoo.org> * doc/developer-guide.txt: Removed redundant sections and fixed up a diff --git a/doc/release-guide.txt b/doc/release-guide.txt index 9686ae3..57d0cc3 100644 --- a/doc/release-guide.txt +++ b/doc/release-guide.txt @@ -43,23 +43,4 @@ Sign it (there may be a dist-sign target in the future). :: $ gpg --armor --detach-sign ${P}.tar.bz2 -Release. - -1) Log into your berlios account. -2) Go to the Admin section of eselect project page. -3) Go to Edit/Add File Releases -4) Scroll to bottom and find eselect project. click on 'Add Release'. -5) Upload tarball and gpg signature to ftp.berlios.de/incoming (login - as anonymous) via your favorite ftp client. -6) In 'New release name:' text box, put ${PV}. 'Of which package' should - be eselect. Click on Create This Release. -7) Paste the summary you added to NEWS in the ChangeLog box and select - 'Preserve my pre-formatted text' -8) Scroll down and find the two files you uploaded and select them. Click - 'Add files and/or Refresh View'. -9) Scroll down to Step 3 and select 'Any' Processor and 'Text' for the - signature and 'Any' Processor 'Source .bz2' for the tarball (can only - do one at a time though inbetween updating). -10) If you're doing the ebuild, then follow normal version bump steps from here. - .. vim: set ft=glep tw=80 sw=4 et spell spelllang=en : .. |