use rackspace apt mirrors
This commit is contained in:
parent
981f194877
commit
70d2b2c224
2 changed files with 7 additions and 6 deletions
|
@ -188,3 +188,4 @@ nova secgroup-delete $SECGROUP
|
|||
|
||||
# make sure that we can describe instances
|
||||
euca-describe-instances
|
||||
Mon Oct 31 15:18:21 PDT 2011
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
deb http://us.archive.ubuntu.com/ubuntu/ %DIST% main restricted
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ %DIST%-updates main restricted
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ %DIST% universe
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ %DIST%-updates universe
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ %DIST% multiverse
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ %DIST%-updates multiverse
|
||||
deb http://mirror.rackspace.com/ubuntu/ %DIST% main restricted
|
||||
deb http://mirror.rackspace.com/ubuntu/ %DIST%-updates main restricted
|
||||
deb http://mirror.rackspace.com/ubuntu/ %DIST% universe
|
||||
deb http://mirror.rackspace.com/ubuntu/ %DIST%-updates universe
|
||||
deb http://mirror.rackspace.com/ubuntu/ %DIST% multiverse
|
||||
deb http://mirror.rackspace.com/ubuntu/ %DIST%-updates multiverse
|
||||
deb http://security.ubuntu.com/ubuntu %DIST%-security main restricted
|
||||
deb http://security.ubuntu.com/ubuntu %DIST%-security universe
|
||||
deb http://security.ubuntu.com/ubuntu %DIST%-security multiverse
|
||||
|
|
Loading…
Reference in a new issue