Hello Stephen, how about this :-)
Adrian
xemacs-builds ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: stephen/ChangeLog
Index: stephen/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs-builds/stephen/ChangeLog,v
retrieving revision 1.12
diff -u -U0 -r1.12 ChangeLog
--- stephen/ChangeLog 25 Feb 2006 13:39:16 -0000 1.12
+++ stephen/ChangeLog 25 May 2006 21:33:18 -0000
@@ -0,0 +1,6 @@
+2006-05-25 Adrian Aichner <adrian(a)xemacs.org>
+
+ * xre.py (Release.writeAnnouncements): Use agreed-upon
+ r%d-%d-latest-beta in announcements.
+ * xre.py (tag): Ditto.
+
xemacs-builds source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: stephen/xre.py
Index: stephen/xre.py
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs-builds/stephen/xre.py,v
retrieving revision 1.9
diff -u -w -r1.9 xre.py
--- stephen/xre.py 25 Feb 2006 13:39:16 -0000 1.9
+++ stephen/xre.py 25 May 2006 21:31:50 -0000
@@ -1009,7 +1009,7 @@
map['domain'] = self.project.mailDomain
#### This won't work for 21.4!
map['releaseSpec'] = "-r r%d-%d-%d" % self.version
- map['currentSpec'] = "-r r%d-%d-current-beta" %
self.version[:2]
+ map['currentSpec'] = "-r r%d-%d-latest-beta" %
self.version[:2]
map['branchSpec'] = "-A"
ordinals = [ 'first', 'second', 'third',
'fourth', 'fifth', 'sixth',
'seventh', 'eighth', 'ninth',
'tenth', 'eleventh',
@@ -1512,7 +1512,7 @@
rtag.fragment = releaseTag
# cvs rtag is currently broken; doesn't chase symlinks to Root
rtag.query = "tag -F"
- movingTag = "r%d-%d-current-beta" % self.version[:2]
+ movingTag = "r%d-%d-latest-beta" % self.version[:2]
commit = copy(tag)
commit.query = "commit -m'%s'" % (self.herald,)
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/