mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-17 05:11:18 +00:00
* update ubuntu-sync and ubuntu-cd to gutsy
This commit is contained in:
parent
dd9ca04ef8
commit
aaad2bcd58
18
ubuntu-cd
18
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user