diff options
l--------- | data/debian-cd/wheezy | 1 | ||||
-rwxr-xr-x | functions/releases.sh | 3 | ||||
l--------- | includes/wheezy | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/data/debian-cd/wheezy b/data/debian-cd/wheezy new file mode 120000 index 0000000..20f08b4 --- /dev/null +++ b/data/debian-cd/wheezy @@ -0,0 +1 @@ +squeeze
\ No newline at end of file diff --git a/functions/releases.sh b/functions/releases.sh index 23637f5..dce46a0 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,8 @@ # Debian releases RELEASE_lenny="5.0.5" -RELEASE_squeeze="6" +RELEASE_squeeze="6.0.0" +RELEASE_wheezy="7" RELEASE_sid="unstable" # Ubuntu releases diff --git a/includes/wheezy b/includes/wheezy new file mode 120000 index 0000000..fb5b653 --- /dev/null +++ b/includes/wheezy @@ -0,0 +1 @@ +lenny
\ No newline at end of file |