From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmHUj-0004lJ-7M for garchives@archives.gentoo.org; Mon, 07 Feb 2011 03:10:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CF9E08FC; Mon, 7 Feb 2011 03:10:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E31AEE08FF for ; Mon, 7 Feb 2011 03:10:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35AE61B4099 for ; Mon, 7 Feb 2011 03:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DDAAE80074 for ; Mon, 7 Feb 2011 03:10:08 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <7d079e5058a83b809814a6585cf6bb876955c5f5.dol-sen@gentoo> Subject: [gentoo-commits] proj/overlord:master commit in: overlord/ X-VCS-Repository: proj/overlord X-VCS-Files: overlord/db.py X-VCS-Directories: overlord/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7d079e5058a83b809814a6585cf6bb876955c5f5 Date: Mon, 7 Feb 2011 03:10:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3b172974d869c0e5d3ca8f2808606eb9 commit: 7d079e5058a83b809814a6585cf6bb876955c5f5 Author: Brian Dolbec gmail com> AuthorDate: Sun Feb 6 23:37:58 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Feb 6 23:37:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/overlord.git;= a=3Dcommit;h=3D7d079e50 fix the incorrect command --- overlord/db.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/overlord/db.py b/overlord/db.py index d54efa5..a65fe8c 100644 --- a/overlord/db.py +++ b/overlord/db.py @@ -247,7 +247,7 @@ class RemoteDB(DbBase): =20 # overrider def _broken_catalog_hint(self): - return 'Try running "sudo overlord -f" to re-fetch that file' + return 'Try running "sudo lord -f" to re-fetch that file' =20 def cache(self): '''