[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4.1-29-gc3be084

Stephane Glondu steph at glondu.net
Sat Jun 20 16:05:43 UTC 2009


The following commit has been merged in the master branch:
commit c3be0840175fa62eb9d56ecb596c8b045290450c
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jun 20 18:05:14 2009 +0200

    dom-safe-pull: update remote branches at startup

diff --git a/tools/dom-safe-pull b/tools/dom-safe-pull
index 2f9b6cc..74492ff 100755
--- a/tools/dom-safe-pull
+++ b/tools/dom-safe-pull
@@ -63,6 +63,7 @@ sub update_if_fastforward ($) {
 
 my $current = `git log -1 --pretty="%H"`;
 chomp $current;
+update_remotes();
 for (`git branch`) {
     chomp;
     if (s/^\*\s+//) {

-- 
dh-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list