From 87f0acbeb64b6fa8f5590884c2dc739f0b493304 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Fri, 06 Mar 2009 15:29:29 +0000 Subject: specify soas version in the build script (soas-1) --- diff --git a/build b/build index 9b4e287..8183468 100755 --- a/build +++ b/build @@ -17,7 +17,7 @@ def main(): os.mkdir(images_dir) image_date = strftime("%Y%m%d%H%M", gmtime()) - image_name = 'Soas-%s' % image_date + image_name = 'Soas1-%s' % image_date if os.path.exists(os.path.join(images_dir, image_name + '.iso')): print 'Image %s exist already' % image_name sys.exit(2) -- cgit v0.9.1