chiark / gitweb /
bin/mdw-sbuild-server: Update the default targets to stretch(!)
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jul 2024 11:19:17 +0000 (12:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jul 2024 11:19:17 +0000 (12:19 +0100)
bin/mdw-sbuild-server

index e4c919f6dc7e1bdd4eb803e10d148545c8d61b71..1ad6a9c8f651926efcfda3970cbe2b9e4580ac86 100755 (executable)
@@ -32,7 +32,7 @@ do
   if [ -f "$i" ]; then . "$i"; fi
 done
 : ${buildroot=$HOME/build}
   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
 
 ###--------------------------------------------------------------------------
 : ${DEB_BUILD_OPTIONS=parallel=4}; export DEB_BUILD_OPTIONS
 
 ###--------------------------------------------------------------------------