about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-03-21 23:07:27 +0000
committerEric Wong <e@80x24.org>2023-03-25 09:37:49 +0000
commit82eb71f8d43da1be6c6e021dfe487b7593770e57 (patch)
tree6587e38f64eaf47eabf52c0dfc3b738dc1dbccb8 /script
parentd00087bcdf3a4c2411ecdf75b4f7ee583db530fb (diff)
downloadpublic-inbox-82eb71f8d43da1be6c6e021dfe487b7593770e57.tar.gz
This is to ensure we can exclude certain repos which are
expensive-to-index (e.g. `**/deps.git', `**/transparency-logs/**').
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-cindex2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-cindex b/script/public-inbox-cindex
index 166c8261..420ef4de 100755
--- a/script/public-inbox-cindex
+++ b/script/public-inbox-cindex
@@ -26,7 +26,7 @@ EOF
 my $opt = { fsync => 1, scan => 1 }; # --no-scan is hidden
 GetOptions($opt, qw(quiet|q verbose|v+ reindex jobs|j=i fsync|sync! dangerous
                 indexlevel|index-level|L=s batch_size|batch-size=s
-                project-list=s
+                project-list=s exclude=s@
                 d=s update|u scan! prune dry-run|n C=s@ help|h))
         or die $help;
 if ($opt->{help}) { print $help; exit 0 };