Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2008-12-17 10:15:50 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2008-12-17 10:15:50 (GMT)
commit1c72cf86cfce916633a91493e9d2566a64bbc71c (patch)
treedd3f2b80d8b7ac21647ee6d13f057d497397b8bd
parent1607f8950d1b49bb1d38cd0ea6006b803a0c5290 (diff)
Correct upload server.
-rwxr-xr-xsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync b/sync
index d63332d..8200c5f 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')
-dest_dir = 'marco@sugarlabs.org:/var/www-sugarlabs/download/soas/'
+dest_dir = 'marcopg@shell.sugarlabs.org:/pub/sugarlabs/soas/'
def main():
subprocess.check_call(['rsync', '-rv', '--progress', '--delete',