aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-17 18:00:30 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-17 18:00:30 +0000
commitc4b0ef7a998796dee6095d61120e6249488cb908 (patch)
treef380de5ca02e0142aa000b82c02e536e2b1d3d95
parent1469dda33398b0926a3ca752fb8b7f669c152dbb (diff)
downloadshflags-c4b0ef7a998796dee6095d61120e6249488cb908.tar.gz
few tweaks post-1.0.2 release
-rw-r--r--source/1.0/README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/1.0/README.txt b/source/1.0/README.txt
index 3567ef6..68f7740 100644
--- a/source/1.0/README.txt
+++ b/source/1.0/README.txt
@@ -101,18 +101,17 @@ Export the Release
.../shflags/builds
$ svn export https://shflags.googlecode.com/svn/tags/1.0.0 shflags-1.0.0
-Create Tarball
---------------
+Create the tarball
+------------------
::
$ tar cfz ../releases/shflags-1.0.0.tgz shflags-1.0.0
-md5sum the Tarball and Sign With gpg
-------------------------------------
+Sign the tarball with gpg
+-------------------------
::
$ cd ../releases
- $ md5sum shflags-1.0.0.tgz >shflags-1.0.0.tgz.md5
$ gpg --default-key kate.ward@forestent.com --detach-sign shflags-1.0.0.tgz
Post the release
@@ -122,9 +121,10 @@ To post the release, the ProjectInfo page needs to be updated with the release
info (release, date, and MD5), and the release with GPG signature needs to
uploaded.
-Post to Freshmeat
------------------
+Post to the Web
+---------------
+- http://shflags.googlecode.com/
- http://freshmeat.net/
@@ -146,5 +146,5 @@ parsable into an HTML file.
.. generate HTML using rst2html from Docutils of
.. http://docutils.sourceforge.net/
..
-.. vim:syntax=rst:textwidth=80
+.. vim:fileencoding=latin1:ft=rst:spell:tw=80
.. $Revision$