root/branches/bud/docs/README.release

Revision 147, 0.8 kB (checked in by Gregor, 2 years ago)

dsss_build/build.d, dsss_build/Makefile.unix: Actually works now.

Line 
1 This document is intended as a reference for Gregor or, if Gregor should fail
2 to continue maintaining DSSS, whoever the current maintainer is. It contains
3 instructions on how to make a release of the current version of DSSS.
4
5 1) sss/main.d, docs/ChangeLog and docs/NEWS all need to be updated.
6
7 2) Copy to dsss-<version>
8
9 3) find dsss-<version> -name .svn | xargs rm -rf
10
11 4) In dsss.conf, set version = <version>
12
13 5) Remove mango stuff (until mango becomes a proper prerequisite)
14    rm -rf *mango*
15
16 6) Make sure the winbins/ directory is out of the way (it shouldn't be in the
17    source packages)
18
19 7) tar jcf dsss-<version>.tar.bz2 dsss-<version>/ && zip -r dsss-<version>.zip
20    dsss-<version>/
21
22 8) Add it to the downloads/ branch in SVN.
23
24 9) Update the wiki at dsource.org
25
26 10) (Optionally) post an announcement to the NG.
Note: See TracBrowser for help on using the browser.