diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:23:44 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:23:44 +0200 |
commit | 245fe11647dafae21da9927b97e9a204cf3493ce (patch) | |
tree | c968b8ca672b2bb70ed7e533a03ceba00b84ac8b | |
parent | Update (diff) | |
download | joe-scripts-245fe11647dafae21da9927b97e9a204cf3493ce.tar.gz joe-scripts-245fe11647dafae21da9927b97e9a204cf3493ce.tar.bz2 joe-scripts-245fe11647dafae21da9927b97e9a204cf3493ce.tar.xz joe-scripts-245fe11647dafae21da9927b97e9a204cf3493ce.tar.zst joe-scripts-245fe11647dafae21da9927b97e9a204cf3493ce.zip |
Limited commits to 20
-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 61908d8..a0f4e59 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -48,11 +48,11 @@ sub stagit_generate { } chdir($site_dir . $user . '/' . $repos[$i] . '/'); $repos[$i] = $repos[$i] . '.git'; - print "Repoing " . $repos[$i] . "\n"; + print "Indexing " . $user . '/' . $repos[$i] . ".\n"; system( '/usr/local/bin/dash', '-c', - '/usr/local/bin/stagit ' . $home_dir . $repos[$i] . '/' + '/usr/local/bin/stagit -l 20 ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); |