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 1Q0epI-000676-OW for garchives@archives.gentoo.org; Fri, 18 Mar 2011 18:55:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D14AAE0459; Fri, 18 Mar 2011 18:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A07E3E045E for ; Fri, 18 Mar 2011 18:55:01 +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 29E731B4095 for ; Fri, 18 Mar 2011 18:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 55B538006A for ; Fri, 18 Mar 2011 18:55:00 +0000 (UTC) From: "Jeremy Olexa" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" Message-ID: <5fbc87735184eb5bd8c1df86149f28144e9060af.darkside@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa X-VCS-Revision: 5fbc87735184eb5bd8c1df86149f28144e9060af Date: Fri, 18 Mar 2011 18:55:00 +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: 92d76545f93f5656c6ec67f9cbb33a10 commit: 5fbc87735184eb5bd8c1df86149f28144e9060af Author: Jeremy Olexa gentoo org> AuthorDate: Fri Mar 18 18:35:12 2011 +0000 Commit: Jeremy Olexa gentoo org> CommitDate: Fri Mar 18 18:35:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qa-scripts.gi= t;a=3Dcommit;h=3D5fbc8773 add README --- README | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/README b/README new file mode 100644 index 0000000..cb0e56e --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +How to get a script added. +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D + +File a bug report assigned to the qa team. The qa team will add the scri= pt to +the repo or give you access to the repo + +How to get output on the webpage added. +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + +Once your script is in the repo, infra needs to run the script and someo= ne needs +to add the appropriate link to the webpage. + +Important details: +- How often to run your script, normally daily is good enough. +- Any arguments needed for the script? (OR how to run it) +- Output is normally text but can be html too, must be static. +- Must not link outside of gentoo.org for integrity purposes. It is idea= l to + maintain a closed system, output generated on the web host, etc.