Skip to content

Commit 8cd320e

Browse files
committed
Set sound library docs to be built from rewrite repository
1 parent 2785a45 commit 8cd320e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

generate/reference.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ function out($output) {
3838
out("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

4345
out($shell_output);
4446
out("---------------");
@@ -84,4 +86,4 @@ function out($output) {
8486
$execution_time = round($benchmark_end - $benchmark_start, 4);
8587

8688
out("Generated files in $execution_time seconds.");
87-
?>
89+
?>

0 commit comments

Comments
 (0)