Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-03-06 15:27:48 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-03-06 15:27:48 (GMT)
commitcc7ae2940f5c19e37f819387a99ee0f85b521b24 (patch)
tree314dadcc1408067fbaa581d08c56afb036f58744 /build
parent4bf5a52cecb814100503e4cc2fd727063c1b0941 (diff)
specify soas version in build script (soas-2)
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 9b4e287..99053fd 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 = 'Soas2-%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)