2007-09-23 08:05:13 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# releases.sh - list release information
|
2008-03-06 14:43:00 -01:00
|
|
|
# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>
|
2007-09-23 08:05:13 +00:00
|
|
|
#
|
|
|
|
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
|
|
|
# This is free software, and you are welcome to redistribute it
|
|
|
|
# under certain conditions; see COPYING for details.
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
# Debian releases
|
2008-08-07 17:38:39 +00:00
|
|
|
VERSION_etch="4.0 r4"
|
|
|
|
VERSION_lenny="5.0 r0"
|
2008-09-01 11:47:52 +00:00
|
|
|
VERSION_squeeze="testing"
|
2007-09-23 11:59:19 +00:00
|
|
|
VERSION_sid="unstable"
|