summaryrefslogtreecommitdiffstats
path: root/tcllib/README.releasemgr
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-02-15 18:19:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-02-15 18:19:17 (GMT)
commitb863b050cd0148499e6725724829e066890f518c (patch)
tree7828a9e8d84da3f73abe446fc50a9c0b0c11528a /tcllib/README.releasemgr
parent7f1623e3f658b2dc4ddad0f1b9309a156de82065 (diff)
downloadblt-b863b050cd0148499e6725724829e066890f518c.zip
blt-b863b050cd0148499e6725724829e066890f518c.tar.gz
blt-b863b050cd0148499e6725724829e066890f518c.tar.bz2
update tcllib
Diffstat (limited to 'tcllib/README.releasemgr')
-rw-r--r--tcllib/README.releasemgr65
1 files changed, 65 insertions, 0 deletions
diff --git a/tcllib/README.releasemgr b/tcllib/README.releasemgr
new file mode 100644
index 0000000..dd3e85a
--- /dev/null
+++ b/tcllib/README.releasemgr
@@ -0,0 +1,65 @@
+RCS: @(#) $Id: README.releasemgr,v 1.2 2009/07/10 16:33:31 andreas_kupries Exp $
+
+Welcome to the tcllib, the Tcl Standard Library.
+================================================
+
+Introduction
+------------
+
+This README is intended to be a guide to the tools available to a
+
+ Release manager
+
+working on the creation of a release of Tcllib.
+
+Audience
+--------
+
+The intended audience is the release manager of Tcllib, his deputies,
+and anybody else interested in the task.
+
+Basics
+------
+
+< Flesh this out >
+
+ sak.tcl validate
+ sak.tcl test run
+ sak.tcl review
+ sak.tcl readme
+ sak.tcl localdoc
+ sak.tcl release (change to include rpmspec+gentip55+yml)
+
+< Tasks, and how to perform them >
+
+ Making a release (candidate) branch.
+ Readying the release in the branch.
+ Make the release official, merging the branch back.
+
+Uploading and releasing files
+--------------------------------------------
+
+(1) Create a proper fossil event for the release, via
+
+ http://core.tcl.tk/tcllib/eventedit
+
+ See existing events (*) for a template
+
+ (Ad *) http://core.tcl.tk/tcllib/event/dac0ddcd2e990234143196b4dc438fe01e7b9817
+
+(2) Update the following web locations
+
+ (a) Home page: http://core.tcl.tk/tcllib/home
+ (b) Downloads: http://core.tcl.tk/tcllib/wiki?name=Downloads
+ (c) Past Releases: http://core.tcl.tk/tcllib/wiki?name=Past+Releases
+
+ Admin access to the fossil repository required
+
+ (d) http://www.tcl.tk/home/release.txt
+ (e) http://www.tcl.tk/software/tcllib/*.tml
+
+ ssh access to tcl.activestate.com
+ aka www.tcl.tk
+ required.
+
+ (f) http://wiki.tcl.tk/1246