chiark / gitweb /
playground refactoring: Dgit.pm: Honour $maindir in fresh_playground
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Aug 2017 14:52:41 +0000 (15:52 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 3 Aug 2017 08:57:01 +0000 (09:57 +0100)
commit15b1da549c58aed4425934594ac5fdd91222aeed
tree5993d80c74128f26b2ffc9c545705b344e3a0537
parent7ec5b74cc4587f7473a1e787d591c07eb1f48046
playground refactoring: Dgit.pm: Honour $maindir in fresh_playground

Previously, fresh_playground expected that the playground argument has
exactly the depth .git/FOO/BAR.

Now, it expects that $maindir is set.  In dgit (the only caller right
now) this is always true because dgit now uses fresh_playground.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Debian/Dgit.pm