From 2ec2b5fa7475260b164914339f2480c2635f6348 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Thu, 9 Jul 2020 16:53:06 +0200
Subject: Cool

---
 src/update/gitjoe.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/update/gitjoe.pl')

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',
-- 
cgit v1.2.3