提交 94b1dfab authored 作者: William King's avatar William King

FS-8255 #resolve fix debian codename changes since jessie was released as stable

上级 47902dd8
......@@ -46,9 +46,9 @@ find_distro () {
case "$1" in
experimental) echo "sid";;
unstable) echo "sid";;
testing) echo "jessie";;
stable) echo "wheezy";;
oldstable) echo "squeeze";;
testing) echo "stretch";;
stable) echo "jessie";;
oldstable) echo "wheezy";;
*) echo "$1";;
esac
}
......@@ -56,9 +56,9 @@ find_distro () {
find_suite () {
case "$1" in
sid) echo "unstable";;
jessie) echo "testing";;
wheezy) echo "stable";;
squeeze) echo "oldstable";;
stretch) echo "testing";;
jessie) echo "stable";;
wheezy) echo "oldstable";;
*) echo "$1";;
esac
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论