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 B24F813827E for ; Wed, 1 Jan 2014 01:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C589E0A7D; Wed, 1 Jan 2014 01:09:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D289EE0A7D for ; Wed, 1 Jan 2014 01:09:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B37C33F586 for ; Wed, 1 Jan 2014 01:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D535E54AB for ; Wed, 1 Jan 2014 01:09:17 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1388538225.f55ff6ec821d0f7aa6f097aa40867d3d59537013.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/ebuild.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: f55ff6ec821d0f7aa6f097aa40867d3d59537013 X-VCS-Branch: master Date: Wed, 1 Jan 2014 01:09:17 +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: 4c07d12d-537f-4d95-8e99-702c51f4e014 X-Archives-Hash: 859355eee9f97f205f39c92c91e5a39f commit: f55ff6ec821d0f7aa6f097aa40867d3d59537013 Author: Devan Franchini gentoo org> AuthorDate: Wed Jan 1 01:03:45 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Wed Jan 1 01:03:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=f55ff6ec WebappConfig/ebuild.py: Alters doctest output to default values. On line 232 on ebuild.py the testing of the documentation was failing due to not returning full variables and instead returning a varaible along with "..." in the place of any part of a variable that can change. The placement of the "..." was causing the doctest to fail upon emerge. X-Gentoo-Bug: 430010 X-Gentoo-Bug-URL: https://bugs.gentoo.org/430010 --- WebappConfig/ebuild.py | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/WebappConfig/ebuild.py b/WebappConfig/ebuild.py index 03c0c57..363d144 100644 --- a/WebappConfig/ebuild.py +++ b/WebappConfig/ebuild.py @@ -235,27 +235,27 @@ class Ebuild: POST-INSTALL INSTRUCTIONS ================================================================= - MY_HOSTROOTDIR: .../tests/testfiles/share-webapps/horde/3.0.5/hostroot - MY_HTDOCSDIR: .../tests/testfiles/share-webapps/horde/3.0.5/htdocs - MY_CGIBINDIR: .../tests/testfiles/share-webapps/horde/3.0.5/hostroot/cgi-bin + MY_HOSTROOTDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/hostroot + MY_HTDOCSDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/htdocs + MY_CGIBINDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/hostroot/cgi-bin MY_INSTALLDIR: / - MY_ICONSDIR: .../tests/testfiles/share-webapps/horde/3.0.5/hostroot/icons - MY_SERVERCONFIGDIR: .../tests/testfiles/share-webapps/horde/3.0.5/conf - MY_ERRORSDIR: .../tests/testfiles/share-webapps/horde/3.0.5/hostroot/error - MY_SQLSCRIPTSDIR: .../tests/testfiles/share-webapps/horde/3.0.5/sqlscripts - VHOST_ROOT: /var/www/... - VHOST_HTDOCSDIR: /var/www/.../htdocs - VHOST_CGIBINDIR: /var/www/.../cgi-bin - VHOST_CONFDIR: /var/www/.../ - VHOST_ERRORSDIR: /var/www/.../error - VHOST_ICONSDIR: /var/www/.../icons - VHOST_HOSTNAME: ... + MY_ICONSDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/hostroot/icons + MY_SERVERCONFIGDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/conf + MY_ERRORSDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/hostroot/error + MY_SQLSCRIPTSDIR: /var/tmp/portage/app-admin/webapp-config-9999/work/webapp-config-9999/WebappConfig/tests/testfiles/share-webapps/horde/3.0.5/sqlscripts + VHOST_ROOT: /var/www/66-152-109-110.tvc-ip.com + VHOST_HTDOCSDIR: /var/www/66-152-109-110.tvc-ip.com/htdocs + VHOST_CGIBINDIR: /var/www/66-152-109-110.tvc-ip.com/cgi-bin + VHOST_CONFDIR: /var/www/66-152-109-110.tvc-ip.com/conf + VHOST_ERRORSDIR: /var/www/66-152-109-110.tvc-ip.com/error + VHOST_ICONSDIR: /var/www/66-152-109-110.tvc-ip.com/icons + VHOST_HOSTNAME: 66-152-109-110.tvc-ip.com VHOST_SERVER: apache VHOST_APPDIR: / - VHOST_CONFIG_UID: ... - VHOST_CONFIG_GID: ... - VHOST_SERVER_UID: ... - VHOST_SERVER_GID: ... + VHOST_CONFIG_UID: 250 + VHOST_CONFIG_GID: 250 + VHOST_SERVER_UID: root + VHOST_SERVER_GID: root VHOST_DEFAULT_UID: 0 VHOST_DEFAULT_GID: 0 VHOST_PERMS_SERVEROWNED_DIR: 0775