[6.0] b3ed6495c Update make-deb-packages.sh from 7.2

Martin Blix Grydeland martin at varnish-software.com
Tue Nov 8 10:03:09 UTC 2022


commit b3ed6495c4f6b063f0a29001aba589753a96b9a6
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Oct 12 15:06:11 2022 +0200

    Update make-deb-packages.sh from 7.2

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