[master] df3994c3a [cci] get the dsc file too

Guillaume Quintard guillaume at varnish-software.com
Tue May 26 14:34:08 UTC 2020


commit df3994c3a2e19f36498c4f71f889fee6bc075776
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Tue May 26 07:32:51 2020 -0700

    [cci] get the dsc file too

diff --git a/.circleci/make-deb-packages.sh b/.circleci/make-deb-packages.sh
index a2b84f223..f4939ec1e 100755
--- a/.circleci/make-deb-packages.sh
+++ b/.circleci/make-deb-packages.sh
@@ -49,4 +49,4 @@ dpkg-buildpackage -us -uc -j16
 
 echo "Prepare the packages for storage..."
 mkdir -p packages/$PARAM_DIST/$PARAM_RELEASE/
-mv ../*.deb packages/$PARAM_DIST/$PARAM_RELEASE/
+mv ../*.deb ../*.dsc packages/$PARAM_DIST/$PARAM_RELEASE/


More information about the varnish-commit mailing list