From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5203B15808B for ; Tue, 12 Apr 2022 11:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D5EE094F; Tue, 12 Apr 2022 11:56:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D10DBE093E for ; Tue, 12 Apr 2022 11:56:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53B7C341914 for ; Tue, 12 Apr 2022 11:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720CA3AB for ; Tue, 12 Apr 2022 11:56:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1649764568.7f09fc95b402bdbfaee8156bda2187bdbf634018.juippis@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: / X-VCS-Repository: proj/mozilla X-VCS-Files: README.txt X-VCS-Directories: / X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7f09fc95b402bdbfaee8156bda2187bdbf634018 X-VCS-Branch: master Date: Tue, 12 Apr 2022 11:56:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d7c74e8-74f2-4bb5-9d2a-34185aaf0cb5 X-Archives-Hash: 0add64404e7646e79a0c5405098deb9d commit: 7f09fc95b402bdbfaee8156bda2187bdbf634018 Author: Joonas Niilola gentoo org> AuthorDate: Tue Apr 12 11:50:47 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 12 11:56:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7f09fc95 README.txt: add new file Signed-off-by: Joonas Niilola gentoo.org> README.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..2ca5d31d --- /dev/null +++ b/README.txt @@ -0,0 +1,36 @@ +### +### Mozilla overlay +### + +1: Purpose of this overlay + + The purpose of this overlay is to provide alpha & beta ebuilds for + Mozilla's software before being released. This helps not only the + Gentoo maintainers, but also upstream, to weed out any bugs in the + build system or ebuilds before a release is made to public. Or to + experiment with the official ebuilds without causing breakage to + main tree users. + + +2: Compatibility with main tree + + While the overlay doesn't have to adhere to main tree's QA + standards, it'd be most convenient in tryint to write the ebuilds + by keeping the main tree compatibility in mind. This way, + long-term, the ebuilds will be much more maintainable. + + +3: Access + + All members of the Gentoo's Mozilla project have commit access to + this repository. For other interested parties, access can be + requested via bugzilla, or by e-mailing the project directly. + + +4: External + + Please see: + https://wiki.gentoo.org/wiki/Project:Mozilla + https://wiki.gentoo.org/wiki/Project:Mozilla/Version_Bump_Guide + https://packages.gentoo.org/maintainer/mozilla@gentoo.org +