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 1QmFvO-0006M6-FK for garchives@archives.gentoo.org; Thu, 28 Jul 2011 02:02:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BB8E21C136 for ; Thu, 28 Jul 2011 02:02:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5CA9A21C325 for ; Thu, 28 Jul 2011 01:12:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA3D81B4011 for ; Thu, 28 Jul 2011 01:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 396A28003D for ; Thu, 28 Jul 2011 01:12:50 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: Subject: [gentoo-commits] proj/gentoaster:webui commit in: web/ X-VCS-Repository: proj/gentoaster X-VCS-Files: web/process.php X-VCS-Directories: web/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: cb5bbb72d305e53fded087f8df6f35be5d37188e Date: Thu, 28 Jul 2011 01:12: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 12db9007632ca2daf256c5739bbe3c36 commit: cb5bbb72d305e53fded087f8df6f35be5d37188e Author: Liam McLoughlin hexxeh net> AuthorDate: Thu Jul 28 01:12:40 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Thu Jul 28 01:12:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3Dcb5bbb72 Fix config generation double quoting --- web/process.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/process.php b/web/process.php index e0bf38a..b16f272 100644 --- a/web/process.php +++ b/web/process.php @@ -73,10 +73,10 @@ HOSTNAME=3D$hostname ROOT_PASSWORD=3D$rootPass DEFAULT_USERNAME=3D$username DEFAULT_PASSWORD=3D$password -USE_FLAGS=3D'$use' -PACKAGE_USE=3D'$puse' -FEATURES=3D'$features' -PACKAGE_ACCEPT_KEYWORDS=3D'$keywords' +USE_FLAGS=3D$use +PACKAGE_USE=3D$puse +FEATURES=3D$features +PACKAGE_ACCEPT_KEYWORDS=3D$keywords PACKAGES_LIST=3D$packagesList OUTPUT_FORMAT=3D$outputFormat"; =20 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 1Qs12D-0004ZG-Or for garchives@archives.gentoo.org; Fri, 12 Aug 2011 23:21:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39A4F21C49D; Fri, 12 Aug 2011 23:18:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE94121C49C for ; Fri, 12 Aug 2011 23:17:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 804361B4019 for ; Fri, 12 Aug 2011 23:17:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D7DFF80056 for ; Fri, 12 Aug 2011 23:17:57 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: Subject: [gentoo-commits] proj/gentoaster:master commit in: web/ X-VCS-Repository: proj/gentoaster X-VCS-Files: web/process.php X-VCS-Directories: web/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: cb5bbb72d305e53fded087f8df6f35be5d37188e Date: Fri, 12 Aug 2011 23:17:57 +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: 115c2fdf2a8603e3249d494096584ed3 Message-ID: <20110812231757.lP7mVavWvm82TJZoMe-QNC3FTN0IAf0W7rbTFcewfyA@z> commit: cb5bbb72d305e53fded087f8df6f35be5d37188e Author: Liam McLoughlin hexxeh net> AuthorDate: Thu Jul 28 01:12:40 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Thu Jul 28 01:12:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3Dcb5bbb72 Fix config generation double quoting --- web/process.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/process.php b/web/process.php index e0bf38a..b16f272 100644 --- a/web/process.php +++ b/web/process.php @@ -73,10 +73,10 @@ HOSTNAME=3D$hostname ROOT_PASSWORD=3D$rootPass DEFAULT_USERNAME=3D$username DEFAULT_PASSWORD=3D$password -USE_FLAGS=3D'$use' -PACKAGE_USE=3D'$puse' -FEATURES=3D'$features' -PACKAGE_ACCEPT_KEYWORDS=3D'$keywords' +USE_FLAGS=3D$use +PACKAGE_USE=3D$puse +FEATURES=3D$features +PACKAGE_ACCEPT_KEYWORDS=3D$keywords PACKAGES_LIST=3D$packagesList OUTPUT_FORMAT=3D$outputFormat"; =20