aboutsummaryrefslogtreecommitdiff
path: root/scripts/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/index.php')
-rw-r--r--scripts/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/index.php b/scripts/index.php
index 893e3fb..0a2e26c 100644
--- a/scripts/index.php
+++ b/scripts/index.php
@@ -73,6 +73,7 @@ $r->send();
//FIXME: define schema
$rs = new Repositories();
foreach ($rs->getList(0, 10000) as $repo) {
+ echo 'Indexing ' . $repo->id . "\n";
$r = new \HTTP_Request2(
$GLOBALS['phorkie']['cfg']['elasticsearch'] . 'repo/' . $repo->id,
\HTTP_Request2::METHOD_PUT