diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 16:53:06 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 16:53:06 +0200 |
commit | 2ec2b5fa7475260b164914339f2480c2635f6348 (patch) | |
tree | d71084166ccf5a6ed6cf5af1c66e063864bde135 | |
parent | Test (diff) | |
download | joe-scripts-2ec2b5fa7475260b164914339f2480c2635f6348.tar.gz joe-scripts-2ec2b5fa7475260b164914339f2480c2635f6348.tar.bz2 joe-scripts-2ec2b5fa7475260b164914339f2480c2635f6348.tar.xz joe-scripts-2ec2b5fa7475260b164914339f2480c2635f6348.tar.zst joe-scripts-2ec2b5fa7475260b164914339f2480c2635f6348.zip |
Cool
-rwxr-xr-x | src/update/gitjoe.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index 93eac79..4021abd 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -47,8 +47,9 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - '/usr/local/bin/stagit ' . $home_dir . $repos[$i] . '/' + '/usr/local/bin/stagit -l 400 ' . $home_dir . $repos[$i] . '/' ); + print "repoed\n"; copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); $i += 1; @@ -59,7 +60,6 @@ sub stagit_generate { '-c', '/usr/local/bin/stagit-index ' . $repos_line . '> index.html' ); - print "/usr/bin/sed 's/<td>" . $user . "<\\/td>/<td class=\"td_author\">" . $user . "<\\/td>/g' index.html >sedded_index.html"; system( '/usr/local/bin/dash', '-c', |