[Pkg-debile-commits] [debile-slave] 73/100: Remove double slash in tarball path

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:12 UTC 2013


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

sylvestre pushed a commit to branch master
in repository debile-slave.

commit c4d2d318eb27231f3d07a2e2202e561dc67cb96c
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Jul 6 02:14:30 2013 +0200

    Remove double slash in tarball path
---
 bin/create-schroot-file |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/create-schroot-file b/bin/create-schroot-file
index e5f1377..52ab409 100755
--- a/bin/create-schroot-file
+++ b/bin/create-schroot-file
@@ -3,7 +3,7 @@ set -e
 
 SUITE=$1
 MIRROR=http://debian.lcs.mit.edu/debian/
-OUTPUT="/var/lib/ethel/chroots/"
+OUTPUT="/var/lib/ethel/chroots"
 VARIANT="buildd"
 TARBALL="${OUTPUT}/${SUITE}.tar.gz"
 

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



More information about the Pkg-debile-commits mailing list