From 82d09056fde8f01e81720481e55a98f2a5fbe57c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 26 Mar 2010 11:17:03 -0400 Subject: Another attempt at autoconfiguring the repo name. --- repo/hooks/ciabot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh index 6210f4e9..3271d39d 100755 --- a/repo/hooks/ciabot.sh +++ b/repo/hooks/ciabot.sh @@ -36,7 +36,7 @@ project="GPSD" # Name of the repository. # You can hardwire this to make the script faster. -repo="`basename $GIT_DIR`" +repo="`basename ${PWD}`" # Fully qualified domain name of the repo host. # You can hardwire this to make the script faster. -- cgit v1.2.1