[Pkg-haskell-commits] [tools] 01/01: Do not call broken PET2 hook

Joachim Breitner nomeata at moszumanska.debian.org
Sun Dec 21 17:42:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository tools.

commit b61d397546e0073d38f1c17e6844d5d4dfc08a9c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Dec 21 17:42:39 2014 +0000

    Do not call broken PET2 hook
---
 add-hooks.sh | 2 +-
 defaults     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/add-hooks.sh b/add-hooks.sh
index 652f1bf..a783c39 100755
--- a/add-hooks.sh
+++ b/add-hooks.sh
@@ -46,7 +46,7 @@ do
     (
     cd /darcs/pkg-haskell/$1
     /home/groups/pkg-haskell/darcs-monitor --darcs-path=/home/groups/pkg-haskell/darcs --max-diff=20000 --charset=UTF-8 email pkg-haskell-commits at lists.alioth.debian.org
-    /srv/home/groups/pet/PET2/pkg-haskell/pet-darcs-helper update $1
+#    /srv/home/groups/pet/PET2/pkg-haskell/pet-darcs-helper update $1
     )
     shift
 done
diff --git a/defaults b/defaults
index f6a99b4..03295b8 100644
--- a/defaults
+++ b/defaults
@@ -1,2 +1,2 @@
-apply posthook /home/groups/pkg-haskell/darcs-monitor --darcs-path=/home/groups/pkg-haskell/darcs --max-diff=20000 --charset=UTF-8 email pkg-haskell-commits at lists.alioth.debian.org ; /srv/home/groups/pet/PET2/pkg-haskell/pet-darcs-helper update $(basename $(pwd))
+apply posthook /home/groups/pkg-haskell/darcs-monitor --darcs-path=/home/groups/pkg-haskell/darcs --max-diff=20000 --charset=UTF-8 email pkg-haskell-commits at lists.alioth.debian.org
 apply run-posthook

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/tools.git



More information about the Pkg-haskell-commits mailing list