Author: gnichols Date: 2012-01-30 13:54:52 +0000 (Mon, 30 Jan 2012) New Revision: 1169
Modified: trunk/tools/v7-release.py Log: cvs to rhpkg and git
Modified: trunk/tools/v7-release.py =================================================================== --- trunk/tools/v7-release.py 2012-01-30 13:53:55 UTC (rev 1168) +++ trunk/tools/v7-release.py 2012-01-30 13:54:52 UTC (rev 1169) @@ -52,7 +52,8 @@ print command os.system(command) # command = "make tag" -command = "git tag" +tag = ("v7-%s-%s.el%s" % (v7.version.version, v7.version.release, v7.version.rhel_version)).replace('.','_') +command = "git tag " + tag print command os.system(command)
@@ -63,7 +64,7 @@ tag = "hwcert-%sE" % v7.version.rhel_version
# command = "make build COLLECTION=%s" % tag -command = "rhpkg build COLLECTION=%s" % tag +command = "rhpkg build" print command os.system(command)
v7-commits@lists.stg.fedorahosted.org