diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-03-26 11:17:03 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-03-26 11:17:03 -0400 |
commit | 82d09056fde8f01e81720481e55a98f2a5fbe57c (patch) | |
tree | 18e2306325cb64eb7e17460d59cfe9efd779be1a /repo/hooks | |
parent | 6bf664860dedbfd462067c77ae8430bb88ab8951 (diff) | |
download | gpsd-82d09056fde8f01e81720481e55a98f2a5fbe57c.tar.gz |
Another attempt at autoconfiguring the repo name.
Diffstat (limited to 'repo/hooks')
-rwxr-xr-x | repo/hooks/ciabot.sh | 2 |
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. |