From d82c19690884d3a645cc13aefd3de0a7fc8f4d12 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 22 Oct 2007 19:32:37 +0200 Subject: [PATCH] Fix buildd/buildd typo --- buildd/cleanup.sh | 2 +- buildd/functions.sh | 2 +- buildd/grml-buildd.conf | 2 +- buildd/grml-live_autobuild_grml-large_etch.sh | 2 +- buildd/grml-live_autobuild_grml-large_sid.sh | 2 +- buildd/grml-live_autobuild_grml-medium_etch.sh | 2 +- buildd/grml-live_autobuild_grml-medium_sid.sh | 2 +- buildd/grml-live_autobuild_grml-small_etch.sh | 2 +- buildd/grml-live_autobuild_grml-small_sid.sh | 2 +- buildd/grml-live_autobuild_grml64-large_etch.sh | 2 +- buildd/grml-live_autobuild_grml64-large_sid.sh | 2 +- buildd/grml-live_autobuild_grml64-medium_etch.sh | 2 +- buildd/grml-live_autobuild_grml64-medium_sid.sh | 2 +- buildd/grml-live_autobuild_grml64-small_etch.sh | 2 +- buildd/grml-live_autobuild_grml64-small_sid.sh | 2 +- buildd/upload_isos.sh | 4 ++-- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/buildd/cleanup.sh b/buildd/cleanup.sh index 43d36cf..2f16549 100755 --- a/buildd/cleanup.sh +++ b/buildd/cleanup.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Filename: /usr/share/grml-live/buildd/buildd/cleanup.sh +# Filename: /usr/share/grml-live/buildd/cleanup.sh # Purpose: clean up daily builds directory - remove old files # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ diff --git a/buildd/functions.sh b/buildd/functions.sh index 3a5366c..3198273 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Filename: /usr/share/grml-live/buildd/buildd/functions.sh +# Filename: /usr/share/grml-live/buildd/functions.sh # Purpose: main function file for grml-live buildd # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ diff --git a/buildd/grml-buildd.conf b/buildd/grml-buildd.conf index df185b7..05fe9f9 100644 --- a/buildd/grml-buildd.conf +++ b/buildd/grml-buildd.conf @@ -18,7 +18,7 @@ #FROM=root@localhost # which directory should be cleaned up? -# used for example inside /usr/share/grml-live/buildd/buildd/cleanup.sh +# used for example inside /usr/share/grml-live/buildd/cleanup.sh #MIRROR_DIRECTORY=/home/ftp/www.grml.org/daily ## END OF FILE ################################################################# diff --git a/buildd/grml-live_autobuild_grml-large_etch.sh b/buildd/grml-live_autobuild_grml-large_etch.sh index 39bfdd5..bf81709 100755 --- a/buildd/grml-live_autobuild_grml-large_etch.sh +++ b/buildd/grml-live_autobuild_grml-large_etch.sh @@ -9,7 +9,7 @@ NAME=grml SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml-large_sid.sh b/buildd/grml-live_autobuild_grml-large_sid.sh index 6ada83e..94863d0 100755 --- a/buildd/grml-live_autobuild_grml-large_sid.sh +++ b/buildd/grml-live_autobuild_grml-large_sid.sh @@ -9,7 +9,7 @@ NAME=grml SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml-medium_etch.sh b/buildd/grml-live_autobuild_grml-medium_etch.sh index 2513e76..772816e 100755 --- a/buildd/grml-live_autobuild_grml-medium_etch.sh +++ b/buildd/grml-live_autobuild_grml-medium_etch.sh @@ -9,7 +9,7 @@ NAME=grml-medium SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml-medium_sid.sh b/buildd/grml-live_autobuild_grml-medium_sid.sh index 33e8891..27bff66 100755 --- a/buildd/grml-live_autobuild_grml-medium_sid.sh +++ b/buildd/grml-live_autobuild_grml-medium_sid.sh @@ -9,7 +9,7 @@ NAME=grml-medium SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml-small_etch.sh b/buildd/grml-live_autobuild_grml-small_etch.sh index 8a22d7c..5d967f2 100755 --- a/buildd/grml-live_autobuild_grml-small_etch.sh +++ b/buildd/grml-live_autobuild_grml-small_etch.sh @@ -9,7 +9,7 @@ NAME=grml-small SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml-small_sid.sh b/buildd/grml-live_autobuild_grml-small_sid.sh index f29b217..08783fc 100755 --- a/buildd/grml-live_autobuild_grml-small_sid.sh +++ b/buildd/grml-live_autobuild_grml-small_sid.sh @@ -9,7 +9,7 @@ NAME=grml-small SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml64-large_etch.sh b/buildd/grml-live_autobuild_grml64-large_etch.sh index 2c99c57..98c185d 100755 --- a/buildd/grml-live_autobuild_grml64-large_etch.sh +++ b/buildd/grml-live_autobuild_grml64-large_etch.sh @@ -9,7 +9,7 @@ NAME=grml64 SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml64-large_sid.sh b/buildd/grml-live_autobuild_grml64-large_sid.sh index b85cef8..5467a29 100755 --- a/buildd/grml-live_autobuild_grml64-large_sid.sh +++ b/buildd/grml-live_autobuild_grml64-large_sid.sh @@ -9,7 +9,7 @@ NAME=grml64 SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml64-medium_etch.sh b/buildd/grml-live_autobuild_grml64-medium_etch.sh index 21f6ad3..132651f 100755 --- a/buildd/grml-live_autobuild_grml64-medium_etch.sh +++ b/buildd/grml-live_autobuild_grml64-medium_etch.sh @@ -9,7 +9,7 @@ NAME=grml64-medium SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml64-medium_sid.sh b/buildd/grml-live_autobuild_grml64-medium_sid.sh index 9459673..0844239 100755 --- a/buildd/grml-live_autobuild_grml64-medium_sid.sh +++ b/buildd/grml-live_autobuild_grml64-medium_sid.sh @@ -9,7 +9,7 @@ NAME=grml64-medium SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml64-small_etch.sh b/buildd/grml-live_autobuild_grml64-small_etch.sh index 742af42..9edb820 100755 --- a/buildd/grml-live_autobuild_grml64-small_etch.sh +++ b/buildd/grml-live_autobuild_grml64-small_etch.sh @@ -9,7 +9,7 @@ NAME=grml64-small SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/grml-live_autobuild_grml64-small_sid.sh b/buildd/grml-live_autobuild_grml64-small_sid.sh index a728f12..3c87def 100755 --- a/buildd/grml-live_autobuild_grml64-small_sid.sh +++ b/buildd/grml-live_autobuild_grml64-small_sid.sh @@ -9,7 +9,7 @@ NAME=grml64-small SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run diff --git a/buildd/upload_isos.sh b/buildd/upload_isos.sh index 9755452..02630f5 100755 --- a/buildd/upload_isos.sh +++ b/buildd/upload_isos.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Filename: /usr/share/grml-live/buildd/buildd/upload_isos.sh +# Filename: /usr/share/grml-live/buildd/upload_isos.sh # Purpose: upload grml ISOs to a rsync server # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ @@ -7,7 +7,7 @@ # Latest change: Mon Oct 22 19:11:33 CEST 2007 [mika] ################################################################################ -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 [ -n "$RSYNC_MIRROR" ] || exit 2 cd $ISO_DIR || exit 3 -- 2.1.4