From 741b08359ccf5cfacf4de1acf599b4cf88551a98 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Aug 2017 09:10:42 +0200 Subject: bin/show-dependencies: move output directory variable to conf/default.conf --- conf/default.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index ff47333..6e74bc6 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -51,6 +51,9 @@ straws_that_might_repair_failing_builds="$( ':with_build_support:clean_chroot:' )" +# where should dependency graphs be stored +graphs_directory='/srv/http/graphs' + # possibly pull in custom modifications [ -r "${base_dir}/conf/local.conf" ] && . "${base_dir}/conf/local.conf" -- cgit v1.2.3