Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-06-28 12:48:54 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-28 12:48:54 (GMT)
commit9e28a579d6430b3e1ae6f4fd9f21b26af6d2b23e (patch)
treec28a6dc6aa8b1ec52658131b93ed650482e8a140 /sync
parent0826657aa51e33b3f522592bc5c84ea2fc123be5 (diff)
move to new build directories for new release
Diffstat (limited to 'sync')
-rwxr-xr-xsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync b/sync
index 8a9d3df..f3c101a 100755
--- a/sync
+++ b/sync
@@ -5,7 +5,7 @@ import subprocess
base_dir = os.path.dirname(__file__)
images_dir = os.path.join(base_dir, 'images')
-livedest_dir = 'soas@sunjammer.sugarlabs.org:/srv/upload/soas/snapshots/2/'
+livedest_dir = 'soas@sunjammer.sugarlabs.org:/srv/upload/soas/snapshots/3/'
appliances_dir = os.path.join(base_dir, 'appliances')
appdest_dir = 'soas@sunjammer.sugarlabs.org:/srv/upload/soas/appliances/'