summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-11 13:08:59 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-11 13:10:27 +0100
commitc1e88e28a335b75e6911a5640e326b4e6d34569d (patch)
tree0cbe94a00e765b80cd237c02d2f453beb9297e94 /run-bootstrap-in-chroot
parent94c5759e71bac434ef2787a2b85ce1cb1e6efa02 (diff)
downloadmorph-c1e88e28a335b75e6911a5640e326b4e6d34569d.tar.gz
bootstrap: remove file copy output
When bootstrap updated morph it printed every file which moved, given this is a git repository, a lot of objects get listed. This made it harder to find real problems, so it is now removed.
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 5294677f..34a4ff82 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -37,7 +37,7 @@ update_morph()
# the morph source directory. This is useful for Jenkins jobs.
local base=$(basename $(basename "$dir"))
find . -mindepth 1 -maxdepth 1 ! -name "$base" ! -name '*.tar.gz' \
- -exec cp -av '{}' "$dir/tree/baserock/gits/morph" ';'
+ -exec cp -a '{}' "$dir/tree/baserock/gits/morph" ';'
}
run_pass()