Author: gnichols Date: 2009-12-22 18:18:19 +0000 (Tue, 22 Dec 2009) New Revision: 280
Added: tags/v7-V1-0R21/ Modified: tags/v7-V1-0R21/tools/v7-release.py tags/v7-V1-0R21/v7/version.py Log: tag version
Copied: tags/v7-V1-0R21 (from rev 279, trunk)
Modified: tags/v7-V1-0R21/tools/v7-release.py =================================================================== --- trunk/tools/v7-release.py 2009-12-22 18:09:20 UTC (rev 279) +++ tags/v7-V1-0R21/tools/v7-release.py 2009-12-22 18:18:19 UTC (rev 280) @@ -26,9 +26,9 @@
sourceTar = "%s/v7-%s-%s.el%s.tar.bz2" % (buildDir, v7.version.version, v7.version.release, v7.version.rhel_version)
-print "building for RHEL %u" % v7.version.rhel_version +print "building for RHEL %s" % v7.version.rhel_version
-distSubdir = "RHEL-%u-HWCert" % v7.version.rhel_version +distSubdir = "RHEL-%s-HWCert" % v7.version.rhel_version distVersionDir = "%s/%s" % (distDir, distSubdir) os.chdir(distVersionDir)
@@ -46,7 +46,7 @@ os.system(command)
# build it -command = "make build COLLECTION=hwcert-%uE" % v7.version.rhel_version +command = "make build COLLECTION=hwcert-%sE" % v7.version.rhel_version print command os.system(command)
Modified: tags/v7-V1-0R21/v7/version.py =================================================================== --- trunk/v7/version.py 2009-12-22 18:09:20 UTC (rev 279) +++ tags/v7-V1-0R21/v7/version.py 2009-12-22 18:18:19 UTC (rev 280) @@ -1,4 +1,5 @@
# v7/version.py is automatically-generated - DO NOT EDIT version = '1.0' -release = '20' +release = '21' +rhel_version = '5'
v7-commits@lists.stg.fedorahosted.org