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 1QwbFD-0003aR-Ee for garchives@archives.gentoo.org; Thu, 25 Aug 2011 14:49:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 299B221C262; Thu, 25 Aug 2011 14:49:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB6DA21C262 for ; Thu, 25 Aug 2011 14:49:05 +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 4D11E1B401D for ; Thu, 25 Aug 2011 14:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A1E6B80040 for ; Thu, 25 Aug 2011 14:49:04 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: <2f635ddfbd7983a85cddadb5e6acabd88bf8c991.vikraman@gentoo> Subject: [gentoo-commits] proj/gentoostats:master commit in: client/ X-VCS-Repository: proj/gentoostats X-VCS-Files: client/payload.cfg X-VCS-Directories: client/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: 2f635ddfbd7983a85cddadb5e6acabd88bf8c991 Date: Thu, 25 Aug 2011 14:49:04 +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: 149c387195ea1b5bcb25a254c3dd3364 commit: 2f635ddfbd7983a85cddadb5e6acabd88bf8c991 Author: Vikraman Choudhury gmail com> AuthorDate: Thu Aug 25 14:48:40 2011 +0000 Commit: Vikraman Choudhury gmail com> CommitDate: Thu Aug 25 14:48:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoostats.g= it;a=3Dcommit;h=3D2f635ddf ConfigParser hates leading spaces before items --- client/payload.cfg | 46 +++++++++++++++++++++++----------------------- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/client/payload.cfg b/client/payload.cfg index a90a7c8..1ed0c3b 100644 --- a/client/payload.cfg +++ b/client/payload.cfg @@ -1,29 +1,29 @@ =20 [ENV] =20 -# PLATFORM =3D yes -# PROFILE =3D yes -# LASTSYNC =3D yes -# ARCH =3D yes -# CHOST =3D yes -# CFLAGS =3D yes -# CXXFLAGS =3D yes -# FFLAGS =3D yes -# LDFLAGS =3D yes -# MAKEOPTS =3D yes -# SYNC =3D yes -# ACCEPT_KEYWORDS =3D yes -# GENTOO_MIRRORS =3D yes -# FEATURES =3D yes -# USE =3D yes +#PLATFORM =3D yes +#PROFILE =3D yes +#LASTSYNC =3D yes +#ARCH =3D yes +#CHOST =3D yes +#CFLAGS =3D yes +#CXXFLAGS =3D yes +#FFLAGS =3D yes +#LDFLAGS =3D yes +#MAKEOPTS =3D yes +#SYNC =3D yes +#ACCEPT_KEYWORDS =3D yes +#GENTOO_MIRRORS =3D yes +#FEATURES =3D yes +#USE =3D yes =20 [PACKAGES] =20 -# REPO =3D yes -# KEYWORD =3D yes -# USE_PLUS =3D yes -# USE_MINUS =3D yes -# USE_UNSET =3D yes -# COUNTER =3D yes -# SIZE =3D yes -# BUILD_TIME =3D yes +#REPO =3D yes +#KEYWORD =3D yes +#USE_PLUS =3D yes +#USE_MINUS =3D yes +#USE_UNSET =3D yes +#COUNTER =3D yes +#SIZE =3D yes +#BUILD_TIME =3D yes