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>2009-01-27 15:42:24 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-27 15:42:24 (GMT)
commit4886ffc4243ed6e9309481d12d0835cc4f5edd37 (patch)
tree86e83582fd18d8f244757ac63ae70893adea6e16
parentf139cf28fd96e47175ba3bddce6aefdd8d92b0b3 (diff)
Exclude geode update which breaks on the XO.
-rw-r--r--fedora-live-base.ks2
-rwxr-xr-xsync2
2 files changed, 2 insertions, 2 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index d406fd8..0ce883b 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -21,7 +21,7 @@ services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default)
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=i386
# To include updates, use the following "repo" (enabled by default)
-repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=i386
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=i386 --excludepkgs=xorg-x11-drv-geode
# To compose against rawhide, use the following "repo" (disabled by default)
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
diff --git a/sync b/sync
index d63332d..a83ae49 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 = 'soas@sunjammer.sugarlabs.org:/srv/upload/soas/snapshots/1/'
def main():
subprocess.check_call(['rsync', '-rv', '--progress', '--delete',