about summary refs log tree commit diff
path: root/pkgs/build-support/fetchmtn
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-11-08 22:30:38 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-11-08 22:30:38 +0000
commit29b28dc3bbd1eb3935d29ffb79a04e7d73f0eaf4 (patch)
treec9fd1a4bff63215e5bace4e5bad35b156619b296 /pkgs/build-support/fetchmtn
parent6722c6c22f3d31f5b30ccd3f63e9667744c88be6 (diff)
Reduce fetchmtn verbosity
svn path=/nixpkgs/trunk/; revision=18300
Diffstat (limited to 'pkgs/build-support/fetchmtn')
-rw-r--r--pkgs/build-support/fetchmtn/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchmtn/builder.sh b/pkgs/build-support/fetchmtn/builder.sh
index 68ce69ca6c121..4e34aad052b59 100644
--- a/pkgs/build-support/fetchmtn/builder.sh
+++ b/pkgs/build-support/fetchmtn/builder.sh
@@ -11,7 +11,7 @@ header "getting revision $selector";
 
 done=;
 for source in $dbs; do
-	if mtn pull --debug --db "$cacheDB" "$source" "${branch}"; then
+	if mtn pull --db "$cacheDB" "$source" "${branch}"; then
 		revision="$(mtn --db "$cacheDB" au toposort $(mtn --db "$cacheDB" au select "$selector") | tail -1)";
 		if [ -n "$revision" ]; then
 			if mtn --db "$cacheDB" au get_revision "$revision"; then