From Fedora Project Wiki
(Created page with '= Nitrate = Nitrate a new test case management system, it's written in Python and uses the Django web framework. Its features include: * Easy web UI for plan/case/run manageme...') |
No edit summary |
||
Line 9: | Line 9: | ||
= Source Code = | = Source Code = | ||
We are using "git" to manage our source code. An excellent tutorial on the use of git can be found at [http://book.git-scm.com/ for Git-Scm] | We are using "git" to manage our source code. An excellent tutorial on the use of git can be found at [http://book.git-scm.com/ for Git-Scm] | ||
The source code can be viewed via a web UI at [http://git.fedorahosted.org/git/nitrate.git for git fedorahosted]. | The source code can be viewed via a web UI at [http://git.fedorahosted.org/git/nitrate.git for git fedorahosted]. | ||
Anonymous access: | Anonymous access: | ||
git clone git://git.fedorahosted.org/nitrate.git | [[git clone git://git.fedorahosted.org/nitrate.git]] | ||
Commit access: | Commit access: | ||
git clone ssh://git.fedorahosted.org/git/nitrate.git | [[git clone ssh://git.fedorahosted.org/git/nitrate.git]] | ||
= Installation = | = Installation = | ||
Line 31: | Line 32: | ||
= Contact us = | = Contact us = | ||
* Email: nitrate-devel@lists.fedorahosted.org | * Email: nitrate-devel@lists.fedorahosted.org | ||
* Mailing list: https://fedorahosted.org/mailman/listinfo/nitrate-devel | * Mailing list: https://fedorahosted.org/mailman/listinfo/nitrate-devel | ||
* IRC Channel: nitrate-devel @ irc.freenode.org | * IRC Channel: nitrate-devel @ irc.freenode.org |
Revision as of 10:32, 10 January 2011
Nitrate
Nitrate a new test case management system, it's written in Python and uses the Django web framework.
Its features include:
- Easy web UI for plan/case/run management and executing tasks.
- Fully functional XML-RPC interface.
- Multiple authentication backends.
Source Code
We are using "git" to manage our source code. An excellent tutorial on the use of git can be found at for Git-Scm The source code can be viewed via a web UI at for git fedorahosted.
Anonymous access:
git clone git://git.fedorahosted.org/nitrate.git
Commit access:
git clone ssh://git.fedorahosted.org/git/nitrate.git
Installation
- Using the Koji build system
- Run Your Own Koji Build Server
- Building Images in Koji
- Defining hub policies
- Chinese howto about Koji Build Server
Contact us
* Email: nitrate-devel@lists.fedorahosted.org * Mailing list: https://fedorahosted.org/mailman/listinfo/nitrate-devel * IRC Channel: nitrate-devel @ irc.freenode.org