The following commit has been merged in the master branch:
commit 062a6862ecc53b50e9c3eed6831b6c726e8bee9c
Author: Mehdi Dogguy <me...@debian.org>
Date:   Fri Oct 5 15:39:50 2012 +0200

    dom-new-git-repo: Do not configure CIA in new Git repositories.

diff --git a/debian/changelog b/debian/changelog
index a7ca71e..98249f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 dh-ocaml (1.0.6) UNRELEASED; urgency=low
 
+  [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders
 
+  [ Mehdi Dogguy ]
+  * dom-new-git-repo: Do not configure CIA in new Git repositories.
+
  -- Sylvain Le Gall <gil...@debian.org>  Fri, 21 Sep 2012 01:13:39 +0000
 
 dh-ocaml (1.0.5) unstable; urgency=low
diff --git a/tools/dom-new-git-repo b/tools/dom-new-git-repo
index dcd0336..0e8fa12 100755
--- a/tools/dom-new-git-repo
+++ b/tools/dom-new-git-repo
@@ -45,8 +45,6 @@ cd "$REPODIR"
 chmod a+x hooks/post-update || mv hooks/post-update.sample hooks/post-update
 git config --add hooks.mailinglist "$NOTIFY_EMAIL"
 git config --add hooks.bcc "${PACKAGE}_...@packages.qa.debian.org"
-git config --add hooks.cia-project "$CIA_PROJECT"
-git config --add hooks.cia-use-rpc 1
 echo "#!/bin/sh" > hooks/post-receive
 echo "exec /usr/local/bin/git-commit-notice" >> hooks/post-receive
 chmod 775 hooks/post-receive

-- 
dh-ocaml packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to