[6.4] ff719b22b [cci] fix rpm revision too

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


commit ff719b22bbeed635a1a848b4b58d2c23c4790209
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Mar 16 10:53:10 2020 -0700

    [cci] fix rpm revision too

diff --git a/.circleci/config.yml b/.circleci/config.yml
index cba211128..7d4462e6a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -367,7 +367,7 @@ jobs:
                 	--define "_srcrpmdir $CUR_DIR/${RESULT_DIR}" \
                 	--define "_rpmdir $CUR_DIR/${RESULT_DIR}" \
             		--define "versiontag ${RPMVERSION}" \
-            		--define "releasetag 0.0" \
+                        --define "releasetag 1" \
             		--define "srcname $DIST_DIR" \
             		--define "nocheck 1" \
             		"$@"


More information about the varnish-commit mailing list