Changeset 1866 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Apr 3, 2014, 10:29:52 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • If using git, then do not use the version name in the URI cloned as it's in the repo in fact.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/CMS.pm

    r1850 r1866  
    9393#
    9494my $turl = "$pburl->{$ENV{'PBPROJ'}}/$tmp";
    95 $turl = $pburl->{$ENV{'PBPROJ'}} if ($scheme =~ /^(flat)|(ftp)|(http)|(file)\b/o);
     95$turl = $pburl->{$ENV{'PBPROJ'}} if ($scheme =~ /^(flat)|(ftp)|(http)|(file)|(git)\b/o);
    9696pb_vcs_compliant(undef,'PBDIR',"$ENV{'PBPROJDIR'}/$tmp",$turl,$pbinit);
    9797
Note: See TracChangeset for help on using the changeset viewer.