[Pkg-debile-commits] [debile-master] 06/28: Adds trailing slash

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Wed Aug 21 13:36:49 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 58e197a55d4b6d77183f15e641fd8bc5f6962f83
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 16 22:59:43 2013 +0200

    Adds trailing slash
---
 lucy/archive.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/archive.py b/lucy/archive.py
index a1da2b6..62add4e 100644
--- a/lucy/archive.py
+++ b/lucy/archive.py
@@ -150,7 +150,7 @@ class UserRepository:
         for compiler in build_flavors:
             l += "# binary debile mirror of %s of packages compiled with %s\n" % (self.user.name, compiler)
             path = os.path.join(self.config.get('paths', 'pool_url'), compiler)
-            l += "deb %s sid main\n\n" % path
+            l += "deb %s/ sid main\n\n" % path
         return l
 
 

-- 
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