From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF5241381F3 for ; Mon, 15 Jul 2013 00:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52EB4E08DC; Mon, 15 Jul 2013 00:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6BE0E08DC for ; Mon, 15 Jul 2013 00:00:26 +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 A6A7933E711 for ; Mon, 15 Jul 2013 00:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E140E468F for ; Mon, 15 Jul 2013 00:00:24 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1373846423.c9af714578a1ccaf154775b0ffbe1347962b5567.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: / X-VCS-Repository: proj/g-sorcery X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: c9af714578a1ccaf154775b0ffbe1347962b5567 X-VCS-Branch: master Date: Mon, 15 Jul 2013 00:00:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31f4018a-d7bf-40ce-a37d-a43ae8e4af26 X-Archives-Hash: 4a89d775095bbf904a293208dec69e3c commit: c9af714578a1ccaf154775b0ffbe1347962b5567 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Mon Jul 15 00:00:23 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Mon Jul 15 00:00:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=c9af7145 README: testing --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 9530c4d..1aa8b63 100644 --- a/README +++ b/README @@ -53,3 +53,14 @@ package is very alpha and unstable. sync, list, install and generate-tree commands work. For layman integration you'll need patch layman from git with layman-git-g-sorcery.patch. + +Testing process: +a) Ebuild generation in a given overlay: + - create an overlay + - run `g-elpa -o path_to_overlay sync -r gnu-elpa' + - run `g-elpa -o path_to_overlay list' + - run `g-elpa -o path_to_overlay install packagename portage_flags' + +b) Integration with layman: + - install layman from git patched with `layman-git-g-sorcery.patch' + - run `sudo layman -a gnu-elpa'