[master] 09c4d1fd6 [cci] add package revision

Guillaume Quintard guillaume at varnish-software.com
Mon Mar 16 17:22:02 UTC 2020


commit 09c4d1fd6480d8d57d9703b62483ce36a944227c
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Mar 16 10:12:50 2020 -0700

    [cci] add package revision

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 44fee78dc..62b2155ac 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -277,7 +277,7 @@ jobs:
                 WEEKLY=
             fi
             VERSION=$(./configure --version | awk 'NR == 1 {print $NF}')$WEEKLY~<< parameters.release >>
-            sed -i -e "s|@VERSION@|$VERSION|"  "debian/changelog"
+            sed -i -e "s|@VERSION@|$VERSION-1|"  "debian/changelog"
       - run:
           name: Install Build-Depends packages
           command: |


More information about the varnish-commit mailing list