Edgewall Software

Changes between Version 122 and Version 123 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Jul 20, 2018, 12:22:39 AM (6 years ago)
Author:
Ryan J Ollos
Comment:

Use new shell scripts.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v122 v123  
    127127}}}
    128128 * Upload to https://ftp.edgewall.org/pub/trac.
    129   * Upload to `dist` in your home directory using `make upload version=...`
    130   * Move the files to `/var/ftp/pub/trac`
    131   * Run `update_latest.sh` in `/var/ftp/pub/trac`.
    132    * For older stable release: `./update_latest.sh <version> 1.0`
    133    * For latest stable release: `./update_latests.sh <version>`
    134    * For dev release: `./update_latest.sh <version> dev`
     129  * Upload to `dist` in your home directory:
     130  {{{#!sh
     131$ make upload version=...
     132}}}
     133  * SSH to the edgewall server, move the files to the public FTP directory and update the links:
     134  {{{#!sh
     135$ VER=...  # Example: VER=1.3.3
     136$ cd /var/ftp/pub/trac
     137$ ./copy-from-user $VER
     138# For older stable release
     139$ ./update_latest.sh $VER 1.0
     140# For latest stable release
     141$ ./update_latests.sh $VER
     142# For dev release
     143$ ./update_latest.sh $VER dev
     144}}}
    135145
    136146=== Finalize the release