mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-20 16:42:46 +00:00
FS-8255 #resolve fix debian codename changes since jessie was released as stable
This commit is contained in:
parent
74c037b0ae
commit
c0c3c38f64
12
debian/util.sh
vendored
12
debian/util.sh
vendored
@ -46,9 +46,9 @@ find_distro () {
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
experimental) echo "sid";;
|
experimental) echo "sid";;
|
||||||
unstable) echo "sid";;
|
unstable) echo "sid";;
|
||||||
testing) echo "jessie";;
|
testing) echo "stretch";;
|
||||||
stable) echo "wheezy";;
|
stable) echo "jessie";;
|
||||||
oldstable) echo "squeeze";;
|
oldstable) echo "wheezy";;
|
||||||
*) echo "$1";;
|
*) echo "$1";;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
@ -56,9 +56,9 @@ find_distro () {
|
|||||||
find_suite () {
|
find_suite () {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
sid) echo "unstable";;
|
sid) echo "unstable";;
|
||||||
jessie) echo "testing";;
|
stretch) echo "testing";;
|
||||||
wheezy) echo "stable";;
|
jessie) echo "stable";;
|
||||||
squeeze) echo "oldstable";;
|
wheezy) echo "oldstable";;
|
||||||
*) echo "$1";;
|
*) echo "$1";;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user