[Pkg-debile-commits] [debile-master] 01/01: Create the admin folders when calling debile-init

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 09:38:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit 536247030935aab18e111525a96136f1d7fa8237
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 11:37:44 2013 +0200

    Create the admin folders when calling debile-init
---
 debile/master/cli/init.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/debile/master/cli/init.py b/debile/master/cli/init.py
index 6da8f23..7a35a9d 100644
--- a/debile/master/cli/init.py
+++ b/debile/master/cli/init.py
@@ -50,6 +50,8 @@ def main():
                                     admin=True)
     session.add(initialadmin)
     session.commit()
+    ur = UserRepository(initialadmin)
+    ur.create_repository()
     print "Create the pool"
     os.makedirs(pool)
     print "Create the incoming"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list