Init the repo as shared.
[dcp.git] / dcp-init
index 7bd3d7e..6984bad 100755 (executable)
--- a/dcp-init
+++ b/dcp-init
@@ -20,9 +20,6 @@ getaptsrc() {
     mkdir "$td/apt-tmp"
     (cd "$td/apt-tmp"; apt-get source "$1") || false
     
-    echo Achtung
-    sleep 10
-
     sdir=
     for f in "$td/apt-tmp"/*; do
        if [ -d "$f" ]; then
@@ -45,7 +42,7 @@ getaptsrc() {
 }
 
 initrepo() {
-    rungit init -q
+    rungit init -q --shared
     mkdir "$td/control"
     touch "$td/control/conf"
     rungit add control