X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.common;h=51cb0d0f38532776eda8832b28b4d3c0a978d68b;hb=40e3e110d1a943d1ba3f4abba70f3ce505ad9983;hp=f43cb493c1567a3bb2d8887c6e703ca440924f55;hpb=967e448feef5a2ec1434d67eb5f6ff211ea9ba56;p=build.git diff --git a/build.common b/build.common index f43cb493..51cb0d0f 100644 --- a/build.common +++ b/build.common @@ -25,7 +25,8 @@ function pl_getDistro() { case $(cat /etc/debian_version) in 6.*) distro=squeeze ;; 7.*) distro=wheezy ;; - 8.*) distro=jessie ;; + # might be that I'm getting 'jessie'sid' just because it's still testing.. + 8.*|jessie*) distro=jessie ;; *) distro=unknown.debian.in.build.common ;; esac fi