conduit r1310 - in trunk: . scripts
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1310 - in trunk: . scripts
- Date: Thu, 14 Feb 2008 06:10:05 +0000 (GMT)
Author: jstowers
Date: Thu Feb 14 06:10:04 2008
New Revision: 1310
URL: http://svn.gnome.org/viewvc/conduit?rev=1310&view=rev
Log:
2008-02-14 John Stowers <john stowers gmail com>
* scripts/maintainer.py:
* scripts/release-template.txt: Fix download URL in release template
Modified:
trunk/ChangeLog
trunk/scripts/maintainer.py
trunk/scripts/release-template.txt
Modified: trunk/scripts/maintainer.py
==============================================================================
--- trunk/scripts/maintainer.py (original)
+++ trunk/scripts/maintainer.py Thu Feb 14 06:10:04 2008
@@ -709,7 +709,7 @@
bugs = get_bugs(tag)
download = 'http://download.gnome.org/sources/%s/%s/' % (package_name.lower(),
- package_version)
+ package_version[0:3])
# Get an MD5 sum of the tarballs.
md5sums = ''
Modified: trunk/scripts/release-template.txt
==============================================================================
--- trunk/scripts/release-template.txt (original)
+++ trunk/scripts/release-template.txt Thu Feb 14 06:10:04 2008
@@ -1,8 +1,7 @@
Hey Everyone!
-I am proud to announce the release of $name $version
- * Download: $download
- $md5sums
+I am proud to announce that $name $version is now available for download from:
+ * $download
What is it?
===========
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]