From 62ac990f111d2759e010e655f76dfd5b968ff276 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 17 Sep 2010 20:23:46 +0200 Subject: [PATCH] get_parrots --- bin/get_parrots | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/bin/get_parrots b/bin/get_parrots index 2e29721..3836da9 100755 --- a/bin/get_parrots +++ b/bin/get_parrots @@ -1,23 +1,30 @@ #!/bin/sh -#dev releases -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/0.8.2/parrot-0.8.2.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/0.9.1/parrot-0.9.1.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.1.0/parrot-1.1.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.2.0/parrot-1.2.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.3.0/parrot-1.3.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.5.0/parrot-1.5.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.6.0/parrot-1.6.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.7.0/parrot-1.7.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.8.0/parrot-1.8.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.9.0/parrot-1.9.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/2.1.0/parrot-2.1.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/2.2.0/parrot-2.2.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/devel/2.4.0/parrot-2.4.0.tar.gz +#stable +#wget http://ftp.parrot.org/releases/stable/1.0.0/parrot-1.0.0.tar.gz +#wget http://ftp.parrot.org/releases/stable/1.4.0/parrot-1.4.0.tar.gz +#wget http://ftp.parrot.org/releases/stable/2.0.0/parrot-2.0.0.tar.gz +wget http://ftp.parrot.org/releases/stable/2.3.0/parrot-2.3.0.tar.gz +wget http://ftp.parrot.org/releases/stable/2.6.0/parrot-2.6.0.tar.gz -#live +#dev +#wget http://ftp.parrot.org/releases/devel/0.8.1/parrot-0.8.1.tar.gz +#wget http://ftp.parrot.org/releases/devel/0.8.2/parrot-0.8.2.tar.gz +#wget http://ftp.parrot.org/releases/devel/0.9.0/parrot-0.9.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/0.9.1/parrot-0.9.1.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.1.0/parrot-1.1.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.2.0/parrot-1.2.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.3.0/parrot-1.3.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.4.0/parrot-1.4.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.5.0/parrot-1.5.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.6.0/parrot-1.6.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.7.0/parrot-1.7.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.8.0/parrot-1.8.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/1.9.0/parrot-1.9.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/2.1.0/parrot-2.1.0.tar.gz +#wget http://ftp.parrot.org/releases/devel/2.1.1/parrot-2.1.1.tar.gz +wget http://ftp.parrot.org/releases/devel/2.2.0/parrot-2.2.0.tar.gz +wget http://ftp.parrot.org/releases/devel/2.4.0/parrot-2.4.0.tar.gz +wget http://ftp.parrot.org/releases/devel/2.5.0/parrot-2.5.0.tar.gz +wget http://ftp.parrot.org/releases/devel/2.7.0/parrot-2.7.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/stable/1.0.0/parrot-1.0.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/stable/1.4.0/parrot-1.4.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/stable/2.0.0/parrot-2.0.0.tar.gz -wget ftp://ftp.parrot.org/pub/parrot/releases/stable/2.3.0/parrot-2.3.0.tar.gz