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-03-06 15:29:29 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-03-06 15:29:29 (GMT)
commit87f0acbeb64b6fa8f5590884c2dc739f0b493304 (patch)
treebe2e06acae8cccbfff9eeba9b8a24c6e38d03891
parent95d465577087c10d093eb9a70db36a6b7607c3d1 (diff)
specify soas version in the build script (soas-1)
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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)