From: Mark Wooding Date: Thu, 11 Jul 2024 11:19:17 +0000 (+0100) Subject: bin/mdw-sbuild-server: Update the default targets to stretch(!) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/a7745e71c726e079089c410290f6086e16ce34db bin/mdw-sbuild-server: Update the default targets to stretch(!) --- diff --git a/bin/mdw-sbuild-server b/bin/mdw-sbuild-server index e4c919f..1ad6a9c 100755 --- a/bin/mdw-sbuild-server +++ b/bin/mdw-sbuild-server @@ -32,7 +32,7 @@ do if [ -f "$i" ]; then . "$i"; fi done : ${buildroot=$HOME/build} -: ${default_targets="wheezy-amd64 wheezy-i386"} +: ${default_targets="stretch-amd64 stretch-i386"} : ${DEB_BUILD_OPTIONS=parallel=4}; export DEB_BUILD_OPTIONS ###--------------------------------------------------------------------------