|
Revision 654, 0.8 kB
(checked in by Gregor, 2 years ago)
|
MERGE: trunk r653
|
| 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 |
and rebuild/rebuild_choosedc.exe all need to be updated. |
|---|
| 7 |
|
|---|
| 8 |
2) svn export to dsss-<version> |
|---|
| 9 |
|
|---|
| 10 |
3) In dsss.conf, set version = <version> |
|---|
| 11 |
|
|---|
| 12 |
4) Make sure the winbins/ directory is out of the way (it shouldn't be in the |
|---|
| 13 |
source packages) |
|---|
| 14 |
|
|---|
| 15 |
5) tar jcf dsss-<version>.tar.bz2 dsss-<version>/ && zip -r dsss-<version>.zip |
|---|
| 16 |
dsss-<version>/ |
|---|
| 17 |
|
|---|
| 18 |
6) Make binaries for supported platforms. |
|---|
| 19 |
|
|---|
| 20 |
7) Add it to the downloads/ branch in SVN. |
|---|
| 21 |
|
|---|
| 22 |
8) Update the wiki at dsource.org |
|---|
| 23 |
|
|---|
| 24 |
9) Update the source info at http://dsss.codu.org |
|---|
| 25 |
|
|---|
| 26 |
10) (Optionally) post an announcement to the NG. |
|---|