aboutsummaryrefslogtreecommitdiff
path: root/scripts/index.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-05-03 12:21:33 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-05-03 12:21:33 +0200
commit35764754559c893569625c115707eb3bf73d1cfd (patch)
treecfdfb712eccdd59d65edafb619294749cfe3b188 /scripts/index.php
parentc5283c6e978990dd1dae0de2084f085e8755bedd (diff)
downloadphorkie-35764754559c893569625c115707eb3bf73d1cfd.tar.gz
phorkie-35764754559c893569625c115707eb3bf73d1cfd.zip
show which repository gets indexed
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