From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 56797138A87 for ; Tue, 24 Feb 2015 02:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A202E0856; Tue, 24 Feb 2015 02:46:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29117E0856 for ; Tue, 24 Feb 2015 02:46:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16B9E340960 for ; Tue, 24 Feb 2015 02:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7227126B0 for ; Tue, 24 Feb 2015 02:46:50 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1424744734.b83134255c9633a3fa3213c30c018a7e56dea2b0.robbat2@gentoo> Subject: [gentoo-commits] proj/ag:master commit in: / X-VCS-Repository: proj/ag X-VCS-Files: ag X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: b83134255c9633a3fa3213c30c018a7e56dea2b0 X-VCS-Branch: master Date: Tue, 24 Feb 2015 02:46:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 72e7bf8f-bea5-49c6-8578-5fa85777cd58 X-Archives-Hash: 006ff7a8daf7c1039074cc11352d533b commit: b83134255c9633a3fa3213c30c018a7e56dea2b0 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Feb 24 02:25:34 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Feb 24 02:25:34 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=b8313425 Leave a note about reindex. Signed-off-by: Robin H. Johnson gentoo.org> --- ag | 1 + 1 file changed, 1 insertion(+) diff --git a/ag b/ag index 6c5dde1..96e3195 100755 --- a/ag +++ b/ag @@ -205,6 +205,7 @@ def do_delete_index end def do_reindex + # http://babinho.net/2014/07/refresh-your-elasticsearch-index-with-zero-downtime/ abort 'Come back later.' end