From 68d045c68b51d1675b3aeb72c301b00a6af10021 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 14 May 2012 14:37:52 +0100 Subject: builder: log to warnings when artifacts overlap It may be better to print it to the console, but that requires getting self.msg set --- tests.as-root/make-patch.script | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'tests.as-root/make-patch.script') diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script index 0151ef6c..172f3e07 100755 --- a/tests.as-root/make-patch.script +++ b/tests.as-root/make-patch.script @@ -19,25 +19,6 @@ set -eu -# Make a dummy kernel chunk. -mkdir "$DATADIR/kernel-repo" -cat < "$DATADIR/kernel-repo/linux.morph" -{ - "name": "linux", - "kind": "chunk", - "install-commands": [ - "mkdir -p \"\$DESTDIR/boot\"", - "touch \"\$DESTDIR\"/extlinux.conf", - "touch \"\$DESTDIR\"/boot/vmlinuz", - "touch \"\$DESTDIR\"/boot/System.map" - ] -} -EOF -"$SRCDIR/scripts/run-git-in" "$DATADIR/kernel-repo" init --quiet -"$SRCDIR/scripts/run-git-in" "$DATADIR/kernel-repo" add . -"$SRCDIR/scripts/run-git-in" "$DATADIR/kernel-repo" commit --quiet -m foo \ - > /dev/null - # Make a stratum that include hello and kernel chunks. cat < "$DATADIR/morphs-repo/hello-stratum.morph" { -- cgit v1.2.1