[Pkg-ocaml-maint-commits] r5454 - in /trunk/projects/git-guide: checkout-d-o-m-git-repo new-d-o-m-git-repo notes.mdwn

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed Apr 9 08:13:19 UTC 2008


Author: zack
Date: Wed Apr  9 08:13:18 2008
New Revision: 5454

URL: http://svn.debian.org/wsvn/?sc=1&rev=5454
Log:
add TODO items

Modified:
    trunk/projects/git-guide/checkout-d-o-m-git-repo
    trunk/projects/git-guide/new-d-o-m-git-repo
    trunk/projects/git-guide/notes.mdwn

Modified: trunk/projects/git-guide/checkout-d-o-m-git-repo
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/checkout-d-o-m-git-repo?rev=5454&op=diff
==============================================================================
--- trunk/projects/git-guide/checkout-d-o-m-git-repo (original)
+++ trunk/projects/git-guide/checkout-d-o-m-git-repo Wed Apr  9 08:13:18 2008
@@ -1,5 +1,8 @@
 #!/bin/bash
 set -e
+
+# TODO compare the procedures with http://wiki.debian.org/Alioth/Git and fix
+#      unwanted differences
 
 PACKAGE="$1"
 if [ -z "$PACKAGE" ] ; then

Modified: trunk/projects/git-guide/new-d-o-m-git-repo
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/new-d-o-m-git-repo?rev=5454&op=diff
==============================================================================
--- trunk/projects/git-guide/new-d-o-m-git-repo (original)
+++ trunk/projects/git-guide/new-d-o-m-git-repo Wed Apr  9 08:13:18 2008
@@ -1,5 +1,11 @@
 #!/bin/bash
 set -e
+
+# TODO compare the procedures with http://wiki.debian.org/Alioth/Git and fix
+#      unwanted differences
+# TODO automatically set hooks for mail notifications to d-o-m at lists.d.o
+# TODO automatically set mail notifications to the PTS
+# TODO automatically set hooks for CIA notifications to d-o-m at lists.d.o
 
 PACKAGE="$1"
 TARBALL="$2"

Modified: trunk/projects/git-guide/notes.mdwn
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/notes.mdwn?rev=5454&op=diff
==============================================================================
--- trunk/projects/git-guide/notes.mdwn (original)
+++ trunk/projects/git-guide/notes.mdwn Wed Apr  9 08:13:18 2008
@@ -78,3 +78,8 @@
     Branch upstream set up to track remote branch refs/remotes/origin/upstream.
     # repeat as desired for other branches
 
+More info
+=========
+
+* The *Using Git on Alioth* guide: <http://wiki.debian.org/Alioth/Git>
+




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