Add branch to local clone path of git repositories for now.

This commit is contained in:
Rob Vermaas 2012-04-10 10:06:12 +02:00
parent 79211d5efe
commit ed23a6e6d3

View file

@ -323,7 +323,7 @@ sub fetchInputGit {
my $storePath;
mkpath(scmPath);
my $clonePath = scmPath . "/" . sha256_hex($uri);
my $clonePath = scmPath . "/" . sha256_hex($uri.$branch);
my $stdout; my $stderr;
if (! -d $clonePath) {