summaryrefslogtreecommitdiff
path: root/functions/releases.sh
blob: 0efe6779787f8f92908eb111ed998f9245181ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

# releases.sh - list release information
# Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org>
#
# 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
VERSION_etch="4.0 r1"
VERSION_lenny="testing"
VERSION_sid="unstable"

# Ubuntu releases
VERSION_hoary="5.04"
VERSION_breezy="5.10"
VERSION_dapper="6.06 LTS"
VERSION_edgy="6.10"
VERSION_feisty="7.04"
VERSION_gutsy="7.10"