summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-26 08:07:52 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-26 08:07:52 -0400
commit77ee0de5b1545cbafd4bc18616183807237dcf13 (patch)
tree2d192b8ff326a37b8c5b800d7f49e87c27402e9b /www
parent5e778dfe4084795b089d5d5e984d32eea86b3e03 (diff)
downloadgpsd-77ee0de5b1545cbafd4bc18616183807237dcf13.tar.gz
Finally I think we can get rid of the expliccit "rm -f revision.h".
Diffstat (limited to 'www')
-rw-r--r--www/hacking.html.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index c881bba5..e0be9d60 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -1457,20 +1457,16 @@ gpsd.spec.in is up-to-date and properly timestamped.</dd>
<dt>9. Perform a validation pass on the website content.</dt>
<dd>See the instructions near validation-list in the scons recipe.</dd>
-<dt>10. Remove revision.h (or just do <command>scons -c</command>)</dt>
-<dd>This step ensures that the release ID in the revision.h that
-goes in the tarball will look right.</dd>
-
-<dt>11. Build and ship the release</dt>
+<dt>10. Build and ship the release</dt>
<dd><code>scons release</code> will tag the release, make the tarball,
upload it to the hosting site, and refresh the website.</dd>
-<dt>12. Bump the release number and push that commit</dt>
+<dt>11. Bump the release number and push that commit</dt>
<dd>Bump the release number in SConstruct, adding a '~dev' suffix
so tarball instances pulled from the repo will be clearly
distinguishable from the next public release.</dd>
-<dt>13. Announce the release</dt>
+<dt>12. Announce the release</dt>
<dd>Announce the release on the announce list, and the resumption of
regular commits on the dev list.</dd>
</dl>