]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils: do not consider squeeze anymore
authorKefu Chai <kchai@redhat.com>
Tue, 8 Dec 2020 05:24:21 +0000 (13:24 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 8 Dec 2020 05:24:22 +0000 (13:24 +0800)
we don't build debian squeeze, a.k.a debian 6.0 anymore. squeeze was EOL
in February 2016. see https://www.debian.org/releases/squeeze/

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index cb934421976ba31c56214bd9b0902bfec6b7844e..482df7ed340ee858670405e71ef3a81bbb34cc74 100644 (file)
@@ -758,7 +758,7 @@ build_debs() {
     # HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK
     # FIXME: I don't think we need this 'hack' anymore
     # Dirty Hack:
-    baddist=$(echo $DIST | grep -ic -e squeeze -e wheezy || true)
+    baddist=$(echo $DIST | grep -ic -e wheezy || true)
     if [ $baddist -eq 1 ]; then
         sed -i 's/ libbabeltrace-ctf-dev, libbabeltrace-dev,//g' ceph_${vers}-1.dsc || true
         sed -i 's/ liblttng-ust-dev//g' ceph_${vers}-1.dsc || true