Added and indexed Debian Wheezy

This commit is contained in:
Yorhel 2013-05-10 15:14:44 +02:00
parent 9346e4d794
commit dbc2cac13b
3 changed files with 10 additions and 1 deletions

View file

@ -337,6 +337,12 @@ debian_squeeze() {
syncrepo 28 "http://ftp.nl.debian.org/debian/" "squeeze-updates" "main contrib non-free"
}
debian_wheezy() {
syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy" "main contrib non-free"
# No updates yet
#syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy-updates" "main contrib non-free"
}
debian_old() {
debian_buzz
debian_rex
@ -352,6 +358,7 @@ debian_old() {
debian_active() {
debian_squeeze
debian_wheezy
}
debian() {