|
Revision 936, 1.0 kB
(checked in by Gregor, 3 months ago)
|
docs/README.release: Mention README-BINARIES.txt
|
| 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, docs/NEWS, rebuild/mars.c, rebuild/rebuild.exe, |
|---|
| 6 |
rebuild/rebuild_choosedc.exe and scripts/dsss.spec all need to be updated. |
|---|
| 7 |
$ vim sss/main.d docs/ChangeLog docs/NEWS rebuild/mars.c scripts/dsss.spec |
|---|
| 8 |
|
|---|
| 9 |
2) svn export to dsss-<version> |
|---|
| 10 |
|
|---|
| 11 |
3) In dsss.conf, set version = <version> |
|---|
| 12 |
|
|---|
| 13 |
4) Make sure the winbins/ directory is out of the way (it shouldn't be in the |
|---|
| 14 |
source packages) |
|---|
| 15 |
|
|---|
| 16 |
5) tar jcf dsss-<version>.tar.bz2 dsss-<version>/ && zip -r dsss-<version>.zip |
|---|
| 17 |
dsss-<version>/ |
|---|
| 18 |
|
|---|
| 19 |
6) Make binaries for supported platforms. |
|---|
| 20 |
|
|---|
| 21 |
7) Add it to the downloads/ branch in SVN, with README-BINARIES.txt. |
|---|
| 22 |
|
|---|
| 23 |
8) Update the wiki at dsource.org |
|---|
| 24 |
|
|---|
| 25 |
9) Update the source info at http://dsss.codu.org |
|---|
| 26 |
|
|---|
| 27 |
10) (Optionally) post an announcement to the NG. |
|---|