Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-12-28 18:10:04 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-12-28 18:10:04 (GMT)
commit87b8615bd485fcc757e8b7b4775a4513b8e71029 (patch)
tree0ccd81408505323c181fb3d745e145fa9ada2094
parentf5aa1bcd8b9bee84d92c2ebf13483552359151a9 (diff)
adjust build script to use same naming scheme
-rw-r--r--live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/live.py b/live.py
index 940fdca..b6beca6 100644
--- a/live.py
+++ b/live.py
@@ -17,7 +17,7 @@ def main():
if not os.path.exists(images_dir):
os.mkdir(images_dir)
- image_date = strftime("%Y%m%d%H%M", gmtime())
+ image_date = strftime("%Y%m%d", gmtime())
image_name = 'soas-3-%s' % image_date
if os.path.exists(os.path.join(images_dir, image_name + '.iso')):
print 'Image %s exists already' % image_name