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-06-28 12:48:54 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-28 12:48:54 (GMT)
commit9e28a579d6430b3e1ae6f4fd9f21b26af6d2b23e (patch)
treec28a6dc6aa8b1ec52658131b93ed650482e8a140
parent0826657aa51e33b3f522592bc5c84ea2fc123be5 (diff)
move to new build directories for new release
-rw-r--r--repo4
-rwxr-xr-xsync2
2 files changed, 3 insertions, 3 deletions
diff --git a/repo b/repo
index 3818168..1360927 100644
--- a/repo
+++ b/repo
@@ -22,12 +22,12 @@ import subprocess
import tempfile
target_repo = \
- 'soas@shell.sugarlabs.org:/upload/soas/repositories/2'
+ 'soas@shell.sugarlabs.org:/upload/soas/repositories/3'
def fetch(packages):
for pkg in packages:
subprocess.check_call(['koji', 'download-build', '--arch=i586', '--arch=noarch',
- '--latestfrom=dist-f11', pkg])
+ '--latestfrom=dist-f12', pkg])
def _createrepo(repo_path):
rpms = os.listdir('.')
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/'