Skip to content

Commit 4905628

Browse files
committed
Adjusting library scripts for testing
1 parent c658333 commit 4905628

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

generate/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function showloading()
7777
Dan: <a href="#" onclick="remote_link('tutorials.php'); return false;">Tutorials</a><br />
7878
<br />
7979
Elie: <a href="#" onclick="remote_link('libraries.php', 'lang=en'); return false;">Libraries</a>
80-
(<a href="https://github.com/contrib_generate/build.log">view log</a> <a href="#" onclick="remote_link('libraries_log_delete.php', 'lang=en'); return false;">delete log</a>) \
80+
(<a href="https://github.com/contrib_generate/build.log">view log</a> | <a href="#" onclick="remote_link('libraries_log_delete.php', 'lang=en'); return false;">delete log</a>) \
8181
<a href="#" onclick="remote_link('tools.php', 'lang=en'); return false;">Tools</a> \
8282
<a href="#" onclick="remote_link('contributions_data.php', 'lang=en'); return false;">Contributions Data</a> \
8383
Modes (to come...)<br />

generate/libraries_log_delete.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,17 @@
66

77
$path = BASEDIR;
88

9-
// Update the files on the server
10-
putenv('HOME=' . CONTENTDIR);
11-
$where = CONTENTDIR . 'static/';
129

13-
//`cd $where && /usr/bin/svn update libraries.html`;
1410

1511

16-
echo "$path is " . $path;
17-
echo "$where is " . $where;
18-
1912
// Switch from SVN to GIT, 14 FEB 2013
2013
//`cd $path && /usr/bin/git pull https://github.com/processing/processing-docs/`;
2114
//`cd $referencepath && python build_listing.py`;
2215

16+
$path = $path . 'contrib_generate';
17+
18+
`cd $path && rm build.log`;
19+
//`pwd`;
2320

2421

2522

0 commit comments

Comments
 (0)