about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:31:42 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:56 +0000
commitd7833606ed1577dacb509d3dbac893af86e786f1 (patch)
tree9f05b25acd3216f575d71e2ea44a1a6dd43c7f72 /script
parent0d20437e59f7f1fc97e8004a30d873ea79a3a8a4 (diff)
downloadpublic-inbox-d7833606ed1577dacb509d3dbac893af86e786f1.tar.gz
The {forkgroup} directive of grokmirror 2.x manifest.js.gz
can facilitate more space savings and improved pack performance
with pack.islands.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-clone3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/public-inbox-clone b/script/public-inbox-clone
index 2900f232..59f01b54 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -14,6 +14,7 @@ usage: public-inbox-clone INBOX_URL [DESTINATION]
 options:
 
   --epoch=RANGE       range of v2 epochs to clone (e.g `2..5', `~0', `~1..')
+  --objstore [DIR]    share storage for coderepos
   --torsocks VAL      whether or not to wrap git and curl commands with
                       torsocks (default: `auto')
                       Must be one of: `auto', `no' or `yes'
@@ -23,7 +24,7 @@ options:
     -C DIR            chdir to specified directory
 EOF
 GetOptions($opt, qw(help|h quiet|q verbose|v+ C=s@ c=s@ include|I=s@ exclude=s@
-        inbox-config=s inbox-version=i
+        inbox-config=s inbox-version=i objstore:s
         dry-run|n jobs|j=i no-torsocks torsocks=s epoch=s)) or die $help;
 if ($opt->{help}) { print $help; exit };
 require PublicInbox::Admin; # loads Config