From 28127ffa868e96743debdee15903d5516d0c753e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Dec 2021 16:54:03 +0100 Subject: Skipping cub3d for it is too heavy and not getting any updates --- src/update/gitjoe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index bb668b2..8fd17b4 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -18,6 +18,7 @@ sub get_repos_index { my $i = 0; while (my $dir = readdir(DIR)) { next if ($dir =~ m/^\./); + next if ($dir =~ m/42-cub3d.git/); next if (!(-e $home_dir . $dir . '/git-daemon-export-ok')); $repos[$i] = $dir; $i += 1; -- cgit v1.2.3