Changeset 2025 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Dec 11, 2015, 7:36:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/VCS.pm
r2024 r2025 206 206 } 207 207 $source = pb_vcs_mod_htftp($source,"git"); 208 pb_system("cd $source ; stid=`$vcscmd stash create` ; $vcscmd archive --format=tar \$ stid| (mkdir $tmp && cd $tmp && tar xf -)","Exporting current $source from GIT to $tmp ");208 pb_system("cd $source ; stid=`$vcscmd stash create` ; $vcscmd archive --format=tar \$\{stid:=HEAD\} | (mkdir $tmp && cd $tmp && tar xf -)","Exporting current $source from GIT to $tmp "); 209 209 } else { 210 210 $uri = pb_vcs_mod_htftp($uri,"git"); … … 712 712 return; 713 713 } 714 # Remove git+ part if only in scheme 715 $uri =~ s/^git\+// if (($scheme =~ /^git\+/) && ($scheme2 !~ /^git\+/)); 714 716 715 717 if ($cmsurl ne $uri) {
Note:
See TracChangeset
for help on using the changeset viewer.