#!/bin/sh # releases.sh - list release information # Copyright (C) 2006-2007 Daniel Baumann # # 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 r0" 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"