File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,9 @@ function out($output) {
3838out ("Pulling in latest changes from processing/processing-sound/... " );
3939
4040$ soundRepoPath = "{$ path }../processing-sound " ;
41- $ shell_output = shell_exec ("cd $ soundRepoPath && /usr/bin/git pull https://github.com/processing/processing-sound/ 2>&1 " );
41+ //$shell_output = shell_exec("cd $soundRepoPath && /usr/bin/git pull https://github.com/processing/processing-sound/ 2>&1");
42+ // clone new processing-sound library from work-in-progress repository instead
43+ $ shell_output = shell_exec ("rm -rf $ soundRepoPath && mkdir $ soundRepoPath && cd $ soundRepoPath && /usr/bin/git clone https://github.com/kevinstadler/processing-sound.git . 2>&1 " );
4244
4345out ($ shell_output );
4446out ("--------------- " );
@@ -84,4 +86,4 @@ function out($output) {
8486$ execution_time = round ($ benchmark_end - $ benchmark_start , 4 );
8587
8688out ("Generated files in $ execution_time seconds. " );
87- ?>
89+ ?>
You can’t perform that action at this time.
0 commit comments