[SCM] Debian Science Policy Manual branch, master, updated. 8654765293378d13cf3a79eb90bdd6caacfaea95

Manuel Prinz debian at pinguinkiste.de
Fri Jul 4 17:11:46 UTC 2008


The following commit has been merged in the master branch:
commit db8ba30bc5f7b5e9ee459d2bc498bf20bb1006b9
Author: Manuel Prinz <debian at pinguinkiste.de>
Date:   Fri Jul 4 18:51:48 2008 +0200

    Added "--shared=all" to example of repository publishing
    
    This sets the permissions of the repository explicitly, so we will not end up
    with unaccessible repositories.

diff --git a/debian-science-policy.xml b/debian-science-policy.xml
index d093cc4..ab1e5d2 100644
--- a/debian-science-policy.xml
+++ b/debian-science-policy.xml
@@ -321,7 +321,7 @@ $ git checkout -b bug-123456 upstream/1.0
       <screen><![CDATA[
 $ cd /git/debian-science/packages/
 $ mkdir foo.git && cd foo.git
-$ git --bare init
+$ git --bare init --shared=all
 ]]></screen>
       <para>You should also active the post-update-hook to allow checkouts via HTTP.</para>
       <screen><![CDATA[

-- 
Debian Science Policy Manual



More information about the debian-science-commits mailing list