[master] b277667ac circleci: Stop pretending CentOS is dpkg-based

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jul 27 17:10:06 UTC 2022


commit b277667acc95ce5e39c950cedf0f0bc5e7bb2d0d
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Mar 18 10:32:18 2022 +0100

    circleci: Stop pretending CentOS is dpkg-based
    
    Everyone knows its package manager is APPX.

diff --git a/.circleci/make-deb-packages.sh b/.circleci/make-deb-packages.sh
index 8437de094..2f05e99d2 100755
--- a/.circleci/make-deb-packages.sh
+++ b/.circleci/make-deb-packages.sh
@@ -12,10 +12,10 @@ echo "PARAM_DIST: $PARAM_DIST"
 
 
 if [ -z "$PARAM_RELEASE" ]; then
-    echo "Env variable PARAM_RELEASE is not set! For example PARAM_RELEASE=8, for CentOS 8"
+    echo "Env variable PARAM_RELEASE is not set! For example PARAM_RELEASE=focal for Ubuntu 20.04"
     exit 1
 elif [ -z "$PARAM_DIST" ]; then
-    echo "Env variable PARAM_DIST is not set! For example PARAM_DIST=centos"
+    echo "Env variable PARAM_DIST is not set! For example PARAM_DIST=debian"
     exit 1
 fi
 


More information about the varnish-commit mailing list