NetBSD: Remove 2.0.3; use HTTP
I forgot I had firewalled port 443 on prod system, heh. Remaining NetBSD versions have now been indexed.
This commit is contained in:
parent
f92639d22c
commit
ab721c97b9
1 changed files with 7 additions and 6 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
. ./common.sh
|
. ./common.sh
|
||||||
|
|
||||||
CMIRROR=https://cdn.netbsd.org/pub/NetBSD/
|
CMIRROR=http://cdn.netbsd.org/pub/NetBSD/
|
||||||
AMIRROR=https://archive.netbsd.org/pub/NetBSD-archive/
|
AMIRROR=http://archive.netbsd.org/pub/NetBSD-archive/
|
||||||
|
|
||||||
# NetBSD's distribution format has been delightfully stable across the years.
|
# NetBSD's distribution format has been delightfully stable across the years.
|
||||||
# This directory structure and the exact list of sets has been pretty much the
|
# This directory structure and the exact list of sets has been pretty much the
|
||||||
|
|
@ -84,9 +84,10 @@ case $1 in
|
||||||
index_base 2.0.2 2005-04-14 tgz $AMIRROR i386
|
index_base 2.0.2 2005-04-14 tgz $AMIRROR i386
|
||||||
;;
|
;;
|
||||||
|
|
||||||
2.0.3)
|
# Archive has no binary files for this release :(
|
||||||
index_base 2.0.3 2005-10-31 tgz $AMIRROR i386
|
#2.0.3)
|
||||||
;;
|
# index_base 2.0.3 2005-10-31 tgz $AMIRROR i386
|
||||||
|
# ;;
|
||||||
|
|
||||||
2.1)
|
2.1)
|
||||||
index_base 2.1 2005-11-02 tgz $AMIRROR i386
|
index_base 2.1 2005-11-02 tgz $AMIRROR i386
|
||||||
|
|
@ -293,7 +294,7 @@ case $1 in
|
||||||
$0 1.6.2
|
$0 1.6.2
|
||||||
$0 2.0
|
$0 2.0
|
||||||
$0 2.0.2
|
$0 2.0.2
|
||||||
$0 2.0.3
|
#$0 2.0.3
|
||||||
$0 2.1
|
$0 2.1
|
||||||
$0 3.0
|
$0 3.0
|
||||||
$0 3.0.1
|
$0 3.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue