Changeset 2024 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder


Ignore:
Timestamp:
Dec 8, 2015, 7:16:32 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix previous commit not tested (should use even more pb !!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/VCS.pm

    r2023 r2024  
    206206            }
    207207            $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/HEAD from 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 ");
    209209        } else {
    210210            $uri = pb_vcs_mod_htftp($uri,"git");
Note: See TracChangeset for help on using the changeset viewer.