From: "Liam McLoughlin" <hexxeh@hexxeh.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoaster:webui commit in: web/ Date: Thu, 28 Jul 2011 01:12:50 +0000 (UTC) [thread overview] Message-ID: <cb5bbb72d305e53fded087f8df6f35be5d37188e.hexxeh@gentoo> (raw) commit: cb5bbb72d305e53fded087f8df6f35be5d37188e Author: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> AuthorDate: Thu Jul 28 01:12:40 2011 +0000 Commit: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> CommitDate: Thu Jul 28 01:12:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=cb5bbb72 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=$hostname ROOT_PASSWORD=$rootPass DEFAULT_USERNAME=$username DEFAULT_PASSWORD=$password -USE_FLAGS='$use' -PACKAGE_USE='$puse' -FEATURES='$features' -PACKAGE_ACCEPT_KEYWORDS='$keywords' +USE_FLAGS=$use +PACKAGE_USE=$puse +FEATURES=$features +PACKAGE_ACCEPT_KEYWORDS=$keywords PACKAGES_LIST=$packagesList OUTPUT_FORMAT=$outputFormat";
WARNING: multiple messages have this Message-ID (diff)
From: "Liam McLoughlin" <hexxeh@hexxeh.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoaster:master commit in: web/ Date: Fri, 12 Aug 2011 23:17:57 +0000 (UTC) [thread overview] Message-ID: <cb5bbb72d305e53fded087f8df6f35be5d37188e.hexxeh@gentoo> (raw) Message-ID: <20110812231757.lP7mVavWvm82TJZoMe-QNC3FTN0IAf0W7rbTFcewfyA@z> (raw) commit: cb5bbb72d305e53fded087f8df6f35be5d37188e Author: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> AuthorDate: Thu Jul 28 01:12:40 2011 +0000 Commit: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> CommitDate: Thu Jul 28 01:12:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=cb5bbb72 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=$hostname ROOT_PASSWORD=$rootPass DEFAULT_USERNAME=$username DEFAULT_PASSWORD=$password -USE_FLAGS='$use' -PACKAGE_USE='$puse' -FEATURES='$features' -PACKAGE_ACCEPT_KEYWORDS='$keywords' +USE_FLAGS=$use +PACKAGE_USE=$puse +FEATURES=$features +PACKAGE_ACCEPT_KEYWORDS=$keywords PACKAGES_LIST=$packagesList OUTPUT_FORMAT=$outputFormat";
next reply other threads:[~2011-07-28 2:02 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-07-28 1:12 Liam McLoughlin [this message] 2011-08-12 23:17 ` [gentoo-commits] proj/gentoaster:master commit in: web/ Liam McLoughlin -- strict thread matches above, loose matches on Subject: below -- 2011-08-12 23:17 Liam McLoughlin 2011-08-02 17:22 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin 2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin 2011-07-28 1:08 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin 2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin 2011-07-27 22:13 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin 2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin 2011-07-27 20:04 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin 2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin 2011-07-24 2:43 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin 2011-08-06 0:14 Liam McLoughlin 2011-08-04 21:04 Liam McLoughlin 2011-08-02 17:31 Liam McLoughlin 2011-07-28 1:02 Liam McLoughlin 2011-07-28 0:56 Liam McLoughlin 2011-07-27 22:11 Liam McLoughlin 2011-07-27 22:11 Liam McLoughlin 2011-07-27 22:04 Liam McLoughlin 2011-07-27 22:02 Liam McLoughlin 2011-07-27 20:25 Liam McLoughlin 2011-07-27 20:11 Liam McLoughlin 2011-07-15 19:59 Liam McLoughlin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cb5bbb72d305e53fded087f8df6f35be5d37188e.hexxeh@gentoo \ --to=hexxeh@hexxeh.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox