- Timestamp:
- Apr 3, 2019, 9:26:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/VCS.pm
r2349 r2403 422 422 } 423 423 my ($pborigin) = pb_conf_get("pbgitremote"); 424 # Default git remote location called origin by default 425 $pborigin->{$ENV{'PBPROJ'}} = "origin" if ((not defined $pborigin) || (not defined $pborigin->{$ENV{'PBPROJ'}})); 424 426 while (<GIT>) { 425 427 next unless (/^$pborigin->{$ENV{'PBPROJ'}}\s+(\S+) \(push\)$/); … … 832 834 pb_vcs_checkout($scheme,$uri,$exportdir); 833 835 if ((defined $pbinit) && ($scheme =~ /git/)) { 834 # And now created the potentially missin gpbconf dir836 # And now created the potentially missing pbconf dir 835 837 pb_mkdir_p("$exportdir/pbconf"); 836 838 }
Note:
See TracChangeset
for help on using the changeset viewer.