Mailing List Archive

[master] df3994c3a [cci] get the dsc file too
commit df3994c3a2e19f36498c4f71f889fee6bc075776
Author: Guillaume Quintard <guillaume@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/
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit