From 2075ae5bde40b35691f52c750b14e19fe298f1f4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 10 May 2012 21:51:52 -0400 Subject: Don't wire in what you can deduce. --- devtools/cov-scan | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'devtools') diff --git a/devtools/cov-scan b/devtools/cov-scan index 5d15ece3..1572be7f 100755 --- a/devtools/cov-scan +++ b/devtools/cov-scan @@ -11,6 +11,10 @@ DROP_SCP=esr@login.ibiblio.org:/public/html/catb/esr # # Public URL for the drop destination DROP_HTML=http://catb.org/~esr +# +# Things we can deduce +name=`git config core.name` +email=`git config core.email` echo "Rebuilding and scanning..." scons -c @@ -19,8 +23,8 @@ cov-build --dir cov-int /usr/bin/scons echo "Bundling up required metadata..." cat >/tmp/README <