buildd: use upload_logs() instead of create_logs() 0.0.13
authorMichael Prokop <devnull@localhost>
Sun, 16 Dec 2007 21:30:20 +0000 (22:30 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 16 Dec 2007 21:30:20 +0000 (22:30 +0100)
13 files changed:
buildd/grml-live_autobuild_grml-large_etch.sh
buildd/grml-live_autobuild_grml-large_sid.sh
buildd/grml-live_autobuild_grml-medium_etch.sh
buildd/grml-live_autobuild_grml-medium_sid.sh
buildd/grml-live_autobuild_grml-small_etch.sh
buildd/grml-live_autobuild_grml-small_sid.sh
buildd/grml-live_autobuild_grml64-large_etch.sh
buildd/grml-live_autobuild_grml64-large_sid.sh
buildd/grml-live_autobuild_grml64-medium_etch.sh
buildd/grml-live_autobuild_grml64-medium_sid.sh
buildd/grml-live_autobuild_grml64-small_etch.sh
buildd/grml-live_autobuild_grml64-small_sid.sh
buildd/upload_isos.sh

index f4b7362..2648576 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=i386
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 67a6de0..1e21a89 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=i386
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 8db8a7e..c63b309 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=i386
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index aaf2eed..3b3b17c 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=i386
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 8d3cfb5..d018f66 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=i386
 # execute grml-live:
 grml_live_run -z
 
 # execute grml-live:
 grml_live_run -z
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 2e809e5..50735ac 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=i386
 # execute grml-live:
 grml_live_run -z
 
 # execute grml-live:
 grml_live_run -z
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 30d961b..8b457c9 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=amd64
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index c5cf4a2..d4f0322 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=amd64
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index e97ec47..e34ddfb 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=amd64
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 7a42a72..8fd369d 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=amd64
 # execute grml-live:
 grml_live_run
 
 # execute grml-live:
 grml_live_run
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index b76fb90..7a15871 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=amd64
 # execute grml-live:
 grml_live_run -z
 
 # execute grml-live:
 grml_live_run -z
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 688f1e0..1955800 100755 (executable)
@@ -14,8 +14,8 @@ ARCH=amd64
 # execute grml-live:
 grml_live_run -z
 
 # execute grml-live:
 grml_live_run -z
 
-create_logs
-upload_logs
+create_logs
+upload_logs
 
 iso_details
 
 
 iso_details
 
index 8b5462d..0d89e9f 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Sun Dec 09 18:10:08 CET 2007 [mika]
+# Latest change: Sun Dec 16 22:07:02 CET 2007 [mika]
 ################################################################################
 
 . /etc/grml/grml-buildd.conf || exit 1
 ################################################################################
 
 . /etc/grml/grml-buildd.conf || exit 1
@@ -20,6 +20,9 @@ for file in *.iso ; do
     chmod 664 "${file}".md5
 done
 
     chmod 664 "${file}".md5
 done
 
-rsync --times --partial -az --quiet $ISO_DIR/* $RSYNC_MIRROR
+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
+    rsync --times --partial -az --quiet $flavour* $RSYNC_MIRROR/$flavour/
+done
 
 ## END OF FILE #################################################################
 
 ## END OF FILE #################################################################