Developers information: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(+ category; fixed wrong header markup)
Line 1: Line 1:
 
== Coordination ==
= coordination =
* [http://faiwiki.informatik.uni-koeln.de/rails/todos/list todo list] of things most important needed to be done next:  
* [http://faiwiki.informatik.uni-koeln.de/rails/todos/list todo list] of things most important needed to be done next:  
* [[etch-doc-todo | List of BUGS important for correct documentation for FAI in Etch]]
* [[etch-doc-todo | List of BUGS important for correct documentation for FAI in Etch]]
Line 7: Line 6:
* [[UbuntuTeam | Ubuntu's FAI Team]] - FAI packages for Kubuntu/Ubuntu/... flavors
* [[UbuntuTeam | Ubuntu's FAI Team]] - FAI packages for Kubuntu/Ubuntu/... flavors


= documentation =
== Documentation ==


* [[fai subversion howto]] - what you need to know to develop fai within the subversion repository on alioth
* [[fai subversion howto]] - what you need to know to develop fai within the subversion repository on alioth
Line 13: Line 12:
* [[testing]] - general information on FAI development testing, and documentation of [[testcases]] and a [[test plan]] for the development - who tests what and how. Eventually we want to have a system so developers can report the results of their tests, as long as we don#t have that fully automated, which will take a while.
* [[testing]] - general information on FAI development testing, and documentation of [[testcases]] and a [[test plan]] for the development - who tests what and how. Eventually we want to have a system so developers can report the results of their tests, as long as we don#t have that fully automated, which will take a while.


= communication =
== Communication ==
* [[linux-fai-devel mailing list info]] -  netiquette, how to subscribe and use
* [[linux-fai-devel mailing list info]] -  netiquette, how to subscribe and use


= FAI pages in the Debian Bug Tracking System(BTS) =
== FAI pages in the Debian Bug Tracking System(BTS) ==
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=fai&archive=no&version=&dist=unstable unstable]  
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=fai&archive=no&version=&dist=unstable unstable]  
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=fai&archive=no&version=&dist=testing testing]
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=fai&archive=no&version=&dist=testing testing]
Line 22: Line 21:
* http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=fai;pri0=tag:svn-trunk;pri1=severity:critical,grave,serious,important,normal,minor,wishlist - display fixed in svn-trunk bugs first, then open bugs ordered by priority
* http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=fai;pri0=tag:svn-trunk;pri1=severity:critical,grave,serious,important,normal,minor,wishlist - display fixed in svn-trunk bugs first, then open bugs ordered by priority


= FAI pages in the Debian Quality Assurance (QA) system =
== FAI pages in the Debian Quality Assurance (QA) system ==
* [http://packages.qa.debian.org/f/fai.html source package fai]
* [http://packages.qa.debian.org/f/fai.html source package fai]
* [http://packages.qa.debian.org/f/fai-kernels.html source package fai-kernels]
* [http://packages.qa.debian.org/f/fai-kernels.html source package fai-kernels]


= Subversion repository access =
== Subversion repository access ==
* svn co svn://svn.debian.org/svn/fai/trunk fai-sources
* svn co svn://svn.debian.org/svn/fai/trunk fai-sources
* http://svn.debian.org/wsvn/fai
* http://svn.debian.org/wsvn/fai


= other stuff =
== Other stuff ==
* [[FAI Wiki Administration Coordination]]
* [[FAI Wiki Administration Coordination]]
* [http://changelogs.debian.net/fai Changelog file]
* [http://changelogs.debian.net/fai Changelog file]
Line 37: Line 36:
* TODO: fill pages linked here with content:
* TODO: fill pages linked here with content:
** [[developer FAQ]] from the mailing list and irc channel
** [[developer FAQ]] from the mailing list and irc channel
[[Category:Development]]

Revision as of 12:48, 30 July 2009

Coordination

Documentation

  • fai subversion howto - what you need to know to develop fai within the subversion repository on alioth
  • development with quilt - how you can add features etc to svn trunk in a quilt patch without messing up trunk
  • testing - general information on FAI development testing, and documentation of testcases and a test plan for the development - who tests what and how. Eventually we want to have a system so developers can report the results of their tests, as long as we don#t have that fully automated, which will take a while.

Communication

FAI pages in the Debian Bug Tracking System(BTS)

FAI pages in the Debian Quality Assurance (QA) system

Subversion repository access

Other stuff


  • TODO: fill pages linked here with content: