summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 11:17:03 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 11:17:03 -0400
commit82d09056fde8f01e81720481e55a98f2a5fbe57c (patch)
tree18e2306325cb64eb7e17460d59cfe9efd779be1a /repo
parent6bf664860dedbfd462067c77ae8430bb88ab8951 (diff)
downloadgpsd-82d09056fde8f01e81720481e55a98f2a5fbe57c.tar.gz
Another attempt at autoconfiguring the repo name.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh2
1 files changed, 1 insertions, 1 deletions
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.