Changeset 2024 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Dec 8, 2015, 7:16:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/VCS.pm
r2023 r2024 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 $source/HEADfrom GIT to $tmp ");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 "); 209 209 } else { 210 210 $uri = pb_vcs_mod_htftp($uri,"git");
Note:
See TracChangeset
for help on using the changeset viewer.