mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
debian: wheezy is the new stable
And jessie is the new testing. The king is dead, long live the king!
This commit is contained in:
12
debian/util.sh
vendored
12
debian/util.sh
vendored
@@ -46,8 +46,9 @@ find_distro () {
|
||||
case "$1" in
|
||||
experimental) echo "sid";;
|
||||
unstable) echo "sid";;
|
||||
testing) echo "wheezy";;
|
||||
stable) echo "squeeze";;
|
||||
testing) echo "jessie";;
|
||||
stable) echo "wheezy";;
|
||||
oldstable) echo "squeeze";;
|
||||
*) echo "$1";;
|
||||
esac
|
||||
}
|
||||
@@ -55,8 +56,9 @@ find_distro () {
|
||||
find_suite () {
|
||||
case "$1" in
|
||||
sid) echo "unstable";;
|
||||
wheezy) echo "testing";;
|
||||
squeeze) echo "stable";;
|
||||
jessie) echo "testing";;
|
||||
wheezy) echo "stable";;
|
||||
squeeze) echo "oldstable";;
|
||||
*) echo "$1";;
|
||||
esac
|
||||
}
|
||||
@@ -332,7 +334,7 @@ build_all () {
|
||||
done
|
||||
shift $(($OPTIND-1))
|
||||
[ -n "$archs" ] || archs="amd64 i386"
|
||||
[ -n "$distros" ] || distros="sid wheezy squeeze"
|
||||
[ -n "$distros" ] || distros="sid jesse wheezy squeeze"
|
||||
[ -n "$orig" ] || orig="$(create_orig $orig_opts HEAD | tail -n1)"
|
||||
mkdir -p ../log
|
||||
> ../log/changes
|
||||
|
Reference in New Issue
Block a user