From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF9EF138334 for ; Sat, 16 Feb 2019 16:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00DEFE08AA; Sat, 16 Feb 2019 16:25:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1950E08AA for ; Sat, 16 Feb 2019 16:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65CA8335CFB for ; Sat, 16 Feb 2019 16:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCDE0501 for ; Sat, 16 Feb 2019 16:25:23 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1550334319.e1e944999a765117e98f7df775a5d5e16051a84c.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/roundup/roundup-1.6.0.ebuild X-VCS-Directories: www-apps/roundup/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: e1e944999a765117e98f7df775a5d5e16051a84c X-VCS-Branch: master Date: Sat, 16 Feb 2019 16:25:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55144675-dd75-41ae-9c95-eea8a1f9739f X-Archives-Hash: d615a31e8a2179eb32e3269b0f5ab5ae commit: e1e944999a765117e98f7df775a5d5e16051a84c Author: Cédric Krier gentoo org> AuthorDate: Sat Feb 16 16:24:51 2019 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Feb 16 16:25:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e94499 www-apps/roundup: Update post install warnings Signed-off-by: Cédric Krier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-apps/roundup/roundup-1.6.0.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/www-apps/roundup/roundup-1.6.0.ebuild b/www-apps/roundup/roundup-1.6.0.ebuild index 93f94d136de..bb623df0658 100644 --- a/www-apps/roundup/roundup-1.6.0.ebuild +++ b/www-apps/roundup/roundup-1.6.0.ebuild @@ -25,14 +25,6 @@ python_install_all() { } pkg_postinst() { - ewarn "As a non privileged user! (not root)" - ewarn "Run 'roundup-admin install' to set up a roundup instance" - ewarn "Then edit your config.ini file in the tracker home you setup" - ewarn "Run 'roundup-admin initialise' to setup the admin pass" - ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!" - ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server" - ewarn "log is in [tracker home]/roundup.log" - ewarn "pid file is in [tracker home]/roundup.pid" - ewarn + ewarn "See installation.txt for initialisation instructions." ewarn "See upgrading.txt for upgrading instructions." }