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 1QPIfg-00072i-4F for garchives@archives.gentoo.org; Wed, 25 May 2011 18:19:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A9D1C10D; Wed, 25 May 2011 18:18:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AE831C10D for ; Wed, 25 May 2011 18:18:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1A171B4036 for ; Wed, 25 May 2011 18:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3B0948050A for ; Wed, 25 May 2011 18:18:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <6d989181b13ff77dfd4f25d6816cf533911abfd6.mgorny@gentoo> Subject: [gentoo-commits] proj/pms-test-suite:master commit in: / X-VCS-Repository: proj/pms-test-suite X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6d989181b13ff77dfd4f25d6816cf533911abfd6 Date: Wed, 25 May 2011 18:18:54 +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: 85ae3f8bcc1be5ef616bcf952e099c52 commit: 6d989181b13ff77dfd4f25d6816cf533911abfd6 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed May 25 18:18:50 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Wed May 25 18:18:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3D6d989181 Add a minimal README file. --- README | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/README b/README new file mode 100644 index 0000000..2e916bf --- /dev/null +++ b/README @@ -0,0 +1,38 @@ +PMS Test Suite +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + +A GSoC 2011 project by Micha=C5=82 G=C3=B3rny. + +http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml + + +Few words of introduction +------------------------- + +The PMS Test Suite projects aims to create a comprehensive, universal te= st suite +for Gentoo Package Managers. It is supposed to create a set of test ebui= lds, run +them using a particular Package Manager (like portage) and check their r= esults +to determine whether the PM does comply to the PMS [1]. + +[1]:http://www.gentoo.org/proj/en/qa/pms.xml + + +How to run it +------------- + +The code is currently in early stage of development, you can try out som= e +of the functions already implemented. + +First you need to clone the two necessary git repos: + + git clone git://git.overlays.gentoo.org/proj/pms-test-suite.git + git clone git://git.overlays.gentoo.org/proj/pms-test-suite-overlay.git + +Then run the `ebuild-generator` script, passing the path to the overlay = as its +only argument: + + cd pms-test-suite + ./ebuild-generator ../pms-test-suite-overlay + + +