From 4886ffc4243ed6e9309481d12d0835cc4f5edd37 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 27 Jan 2009 15:42:24 +0000 Subject: Exclude geode update which breaks on the XO. --- 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', -- cgit v0.9.1