From aaad2bcd583159c1318379f22e8fe3d10174819d Mon Sep 17 00:00:00 2001 From: Michael Bienia Date: Thu, 7 Jun 2007 17:39:26 +0200 Subject: [PATCH] * update ubuntu-sync and ubuntu-cd to gutsy --- ubuntu-cd | 18 ++++++++++-------- ubuntu-sync | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ubuntu-cd b/ubuntu-cd index c42743c..974948d 100755 --- a/ubuntu-cd +++ b/ubuntu-cd @@ -2,8 +2,8 @@ # Get the latest CD snapshot release. Distro=$1 -Ver=feisty -Code=herd +Ver=gutsy +Code=tribe cd ~/distros/ubuntu/${Distro}/${Ver} mkdir -p ${Code}-$2 @@ -13,12 +13,14 @@ cp ../*.iso . if [ "${Distro}" == "ubuntu" ]; then rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$2/${Ver}-alternate-i386.iso ${Ver}-alternate-i386.iso - rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$1/${Ver}-desktop-i386.iso ${Ver}-desktop-i386.iso - #rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$1/${Ver}-alternate-powerpc.iso ${Ver}-alternate-powerpc.iso - #rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$1/${Ver}-desktop-powerpc.iso ${Ver}-desktop-powerpc.iso + rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$2/${Ver}-desktop-i386.iso ${Ver}-desktop-i386.iso + #rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$2/${Ver}-server-i386.iso ${Ver}-server-i386.iso + #rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$2/${Ver}-alternate-amd64.iso ${Ver}-alternate-amd64.iso + #rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$2/${Ver}-desktop-amd64.iso ${Ver}-desktop-amd64.iso + #rsync rsync://cdimage.ubuntu.com/cdimage/releases/${Ver}/${Code}-$2/${Ver}-server-amd64.iso ${Ver}-server-amd64.iso else rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$2/${Ver}-alternate-i386.iso ${Ver}-alternate-i386.iso - rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$1/${Ver}-desktop-i386.iso ${Ver}-desktop-i386.iso - #rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$1/${Ver}-alternate-powerpc.iso ${Ver}-alternate-powerpc.iso - #rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$1/${Ver}-desktop-powerpc.iso ${Ver}-desktop-powerpc.iso + rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$2/${Ver}-desktop-i386.iso ${Ver}-desktop-i386.iso + #rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$2/${Ver}-alternate-amd64.iso ${Ver}-alternate-amd64.iso + #rsync rsync://cdimage.ubuntu.com/cdimage/${Distro}/releases/${Ver}/${Code}-$2/${Ver}-desktop-amd64.iso ${Ver}-desktop-amd64.iso fi diff --git a/ubuntu-sync b/ubuntu-sync index d311f81..1d6c244 100755 --- a/ubuntu-sync +++ b/ubuntu-sync @@ -9,7 +9,7 @@ if [ -e /tmp/ubuntu-sync.01532-lock ]; then fi Ubuntu_Distro_Dir=$HOME/distros/ubuntu -Dist=feisty +Dist=gutsy # Only sync the oldest images, and only i386 images if low bandwidth. Low_Bandwidth=1