[Pkg-haskell-commits] darcs: tools: Use patched darcs with darcs-monitor.

Marco Túlio Gontijo e Silva marcot at debian.org
Sun Mar 7 19:09:35 UTC 2010


Sun Mar  7 19:08:44 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Use patched darcs with darcs-monitor.
  Ignore-this: d3d69b2b1683dd6d80cd78e3c60b0361

    M ./add-hooks.sh -1 +1
    M ./defaults -1 +1

Sun Mar  7 19:08:44 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Use patched darcs with darcs-monitor.
  Ignore-this: d3d69b2b1683dd6d80cd78e3c60b0361
diff -rN -u old-tools/add-hooks.sh new-tools/add-hooks.sh
--- old-tools/add-hooks.sh	2010-03-07 19:09:35.464185616 +0000
+++ new-tools/add-hooks.sh	2010-03-07 19:09:35.472186053 +0000
@@ -45,7 +45,7 @@
     # Actually run the post-hook
     (
     cd /darcs/pkg-haskell/$1
-    /home/groups/pkg-haskell/darcs-monitor --max-diff=20000 --charset=UTF-8 email pkg-haskell-commits at lists.alioth.debian.org
+    /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
     PERL5LIB=/home/users/nomeata/pet /home/users/nomeata/pet/fetchdata --conf /home/users/nomeata/pet/pet.conf $1
     )
     shift
diff -rN -u old-tools/defaults new-tools/defaults
--- old-tools/defaults	2010-03-07 19:09:35.464185616 +0000
+++ new-tools/defaults	2010-03-07 19:09:35.472186053 +0000
@@ -1,2 +1,2 @@
-apply posthook /home/groups/pkg-haskell/darcs-monitor --max-diff=20000 --charset=UTF-8 email pkg-haskell-commits at lists.alioth.debian.org ; PERL5LIB=/home/users/nomeata/pet /home/users/nomeata/pet/fetchdata --conf /home/users/nomeata/pet/pet.conf $(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 ; PERL5LIB=/home/users/nomeata/pet /home/users/nomeata/pet/fetchdata --conf /home/users/nomeata/pet/pet.conf $(basename $(pwd))
 apply run-posthook





More information about the Pkg-haskell-commits mailing list