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 1SZPw5-0001eN-MJ for garchives@archives.gentoo.org; Tue, 29 May 2012 17:10:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9186E066E; Tue, 29 May 2012 17:09:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79BE0E0654 for ; Tue, 29 May 2012 17:09:34 +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 D25291B4052 for ; Tue, 29 May 2012 17:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 488E3E5431 for ; Tue, 29 May 2012 17:09:32 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1338310990.205a0fe164142e4b9c2328672e27f98b9b76a013.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/tmpconst.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 205a0fe164142e4b9c2328672e27f98b9b76a013 X-VCS-Branch: master Date: Tue, 29 May 2012 17:09:32 +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: 1b91b898-d0ff-4ee8-810f-b14ae21f213a X-Archives-Hash: 6429a0a335d1ce183860183bd2a4466e commit: 205a0fe164142e4b9c2328672e27f98b9b76a013 Author: Andre Erdmann mailerd de> AuthorDate: Tue May 29 17:03:10 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Tue May 29 17:03:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3D205a0fe1 temporary files, tmpconst: add allowed_values --- roverlay/tmpconst.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/roverlay/tmpconst.py b/roverlay/tmpconst.py index 3f10aaa..8519aad 100644 --- a/roverlay/tmpconst.py +++ b/roverlay/tmpconst.py @@ -15,7 +15,8 @@ DESCRIPTION_LIST_SPLIT_REGEX =3D '\s*[,;]{1}\s*' =20 DESCRIPTION_FILE_NAME =3D 'DESCRIPTION' =20 -DESCRIPTION_VALID_OS_TYPES =3D [ "unix" ] +# moved to -> 'allowed_values' +##DESCRIPTION_VALID_OS_TYPES =3D [ "unix" ] =20 =20 # note for 2012-05-25: make this struct more organized, assign real valu= es @@ -99,6 +100,7 @@ DESCRIPTION_FIELD_MAP =3D { 'alias' : { 'nocase' : [ 'OS_TYPE' ] }, + 'allowed_values' : [ 'unix' ], }, 'test-default' : { 'default_value' : 'some default value'