Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
apt-parrot
Commits
c0fa355a
Commit
c0fa355a
authored
May 21, 2016
by
EclipseSpark
Browse files
add UMU mirror and fix an error syntax
parent
24ed210a
Changes
2
Hide whitespace changes
Inline
Side-by-side
apt-parrot/apt-parrot/usr/bin/parrot-mirror-selector
View file @
c0fa355a
...
@@ -17,6 +17,7 @@ MIRRORS
...
@@ -17,6 +17,7 @@ MIRRORS
euro4 - 1 Gbps - europe - england (WARWICK)
euro4 - 1 Gbps - europe - england (WARWICK)
euro5 - 10 Gbps - europe - netherland (NLUUG)
euro5 - 10 Gbps - europe - netherland (NLUUG)
euro6 - 10 Gbps - europe - poland (ONET)
euro6 - 10 Gbps - europe - poland (ONET)
euro7 - 4 Gbps - europe - sweden (UMA)
asia - 1 Gbps - asia - russia (YANDEX)
asia - 1 Gbps - asia - russia (YANDEX)
asia2 - 1 Gbps - asia - bangladesh (AMBERIT)
asia2 - 1 Gbps - asia - bangladesh (AMBERIT)
asia3 - 10 Mbps - asia - china (YFGAO)
asia3 - 10 Mbps - asia - china (YFGAO)
...
@@ -88,7 +89,7 @@ case $1 in
...
@@ -88,7 +89,7 @@ case $1 in
usa4
)
usa4
)
base
=
"http://mirror.clarkson.edu/parrot/"
base
=
"http://mirror.clarkson.edu/parrot/"
;;
;;
usa5
usa5
)
base
=
"http://mirrors.ocf.berkeley.edu/parrot/"
base
=
"http://mirrors.ocf.berkeley.edu/parrot/"
;;
;;
euro
)
euro
)
...
@@ -103,12 +104,15 @@ case $1 in
...
@@ -103,12 +104,15 @@ case $1 in
euro4
)
euro4
)
base
=
"http://anorien.csc.warwick.ac.uk/mirrors/parrot/"
base
=
"http://anorien.csc.warwick.ac.uk/mirrors/parrot/"
;;
;;
euro5
euro5
)
base
=
"http://ftp.nluug.nl/os/Linux/distr/parrot/"
base
=
"http://ftp.nluug.nl/os/Linux/distr/parrot/"
;;
;;
euro6
euro6
)
base
=
"http://mirror.onet.pl/pub/mirrors/parrot/"
base
=
"http://mirror.onet.pl/pub/mirrors/parrot/"
;;
;;
euro7
)
base
=
"http://ftp.acc.umu.se/mirror/parrotsec.org/parrot/"
;;
asia
)
asia
)
base
=
"http://asia.archive.parrotsec.org/mirrors/parrot/"
base
=
"http://asia.archive.parrotsec.org/mirrors/parrot/"
;;
;;
...
...
apt-parrot/debian/changelog
View file @
c0fa355a
apt-parrot (2.7.3+parrot0) testing; urgency=high
* Fix syntax error
* Add new mirror offereb by the Academic Computer Club - Umeå University
-- Lorenzo "Palinuro" Faletra <eclipse@parrotsec.org> Sat, 21 May 2016 19:13:46 +0200
apt-parrot (2.7.2) testing; urgency=medium
apt-parrot (2.7.2) testing; urgency=medium
* Add new mirrors
* Add new mirrors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment