X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fupload_isos.sh;h=6166077c3bf0ff9705a62c29f1caf3053b7b6747;hp=0d89e9f5327b81e88ad22c7abf87d2da357e8c6b;hb=dc7d851927755053cdaefd3b752dc989712fecd0;hpb=74d1a6f74d05f84290497cf37e681e8aa051d1e1 diff --git a/buildd/upload_isos.sh b/buildd/upload_isos.sh index 0d89e9f..6166077 100755 --- a/buildd/upload_isos.sh +++ b/buildd/upload_isos.sh @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Dec 16 22:07:02 CET 2007 [mika] ################################################################################ . /etc/grml/grml-buildd.conf || exit 1 @@ -20,8 +19,8 @@ for file in *.iso ; do chmod 664 "${file}".md5 done -for flavour in grml-small_etch grml-small_sid grml-medium_etch grml-medium_sid grml_sid grml_etch \ - grml64-small_etch grml64-small_sid grml64-medium_etch grml64-medium_sid grml64_sid grml64_etch ; do +for flavour in grml-small_lenny grml-small_sid grml-medium_lenny grml-medium_sid grml_sid grml_lenny \ + grml64-small_lenny grml64-small_sid grml64-medium_lenny grml64-medium_sid grml64_sid grml64_lenny ; do rsync --times --partial -az --quiet $flavour* $RSYNC_MIRROR/$flavour/ done