]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/create-release.py
OvmfPkg/create-release.py: Remove '-alpha' from filename
[mirror_edk2.git] / OvmfPkg / create-release.py
index 6a6017a9f2d5cead0e123aa7e848bf7e4c861a45..f23a77438ff68eb7bdb87f360e78609e6447d388 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python\r
 #\r
-# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -11,8 +11,6 @@
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 \r
-release_type = 'alpha'\r
-\r
 import os\r
 import re\r
 import StringIO\r
@@ -210,7 +208,7 @@ def build(arch):
 \r
 def create_zip(arch):\r
     global build_info\r
-    filename = 'OVMF-%s-r%d-%s.zip' % (arch, revision, release_type)\r
+    filename = 'OVMF-%s-r%d.zip' % (arch, revision)\r
     print 'Creating', filename, '...',\r
     sys.stdout.flush()\r
     if os.path.exists(filename):\r