UbuntuTeam: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(add 'how where to report bugs' 2 cents)
(cleanup)
 
(5 intermediate revisions by 4 users not shown)
Line 2: Line 2:


* [https://launchpad.net/~fai/+members The Team]
* [https://launchpad.net/~fai/+members The Team]
* [[UbuntuTeam/TODO | The TODO]]


== Ubuntu Resources ==
== Ubuntu Resources ==


* [https://code.launchpad.net/fai/ Source Code Repository]
* [https://code.launchpad.net/fai/ Source Code Repository]
* [http://codebrowse.launchpad.net/~fai/fai/trunk-ubuntu/changes Changes]
* [https://bugs.launchpad.net/ubuntu/+source/fai/+bugs Bug Listing]
* [https://bugs.launchpad.net/ubuntu/+source/fai/+bugs Bug Listing]
* [https://code.launchpad.net/~fai/+archive Team Package Archive]
* [https://code.launchpad.net/~fai/+archive Team Package Archive]
* [https://wiki.kubuntu.org/FAITeamAgenda Meetings:] IRC on freenode channel #ubuntu-meetings
== Shared Resources ==
* Mailing list:  linux-fai-devel@uni-koeln.de
* IRC:  oftc, channel #fai
* Wiki: this one ;-)


== Development Howto's ==
== Development Howto's ==
Line 22: Line 14:
=== how to checkout, build and install latest sources for testing ===
=== how to checkout, build and install latest sources for testing ===


  apt-get install bzr-builddep
  apt-get install bzr-builddeb
  bzr whoami "First Last <my@e.mail>"  
  bzr whoami "First Last <my@e.mail>"  
  bzr branch http://bazaar.launchpad.net/~fai/fai/trunk-ubuntu
  bzr branch http://bazaar.launchpad.net/~fai/fai/trunk-ubuntu
Line 31: Line 23:


  mkdir build-area
  mkdir build-area
apt-get build-dep fai
  cd trunk-ubuntu
  cd trunk-ubuntu
  bzr bd
  bzr bd
  # debs will be in ../build-area
  # debs will be in ../build-area


=== how and where to report bugs/problems in latest sources ===


=== how and where to report bugs/problems in latest sources ===


IMHO: -- [[User:Allee|allee]] 20:14, 27 September 2007 (CEST)
* Bug is in a released version, file bug report(s)
** [https://bugs.launchpad.net/ubuntu/+source/fai/+bugs ubuntu/+source/fai/+bugs]
** Debian BTS if also affected (e.g, reportbug --bts debian fai)
** Cross reference bugs in Launchpad Malone and Debian BTS


* [https://bugs.launchpad.net/ubuntu/+source/fai/+bugs LauchPad], if bug is in a released version
* Bug is only in a [https://code.launchpad.net/fai development branch] or [https://code.launchpad.net/~fai/+archive gutsy ppa deb],
* If bug is valid for debian too, open a Debian BTS report (e.g, reportbug --bts debian fai) and refer to the debian bug# in Lauchpad.
** [https://bugs.launchpad.net/fai/+bugs fai/+bugs]
* [[UbuntuTeam/TODO]],if it's only in bzr repo, mention on IRC can't hurt. Use bold, stars, blinking text at the top in case it is a showstopper for next release ;)
** Debian BTS if it's also affected
** Cross reference bugs in Launchpad Malone and Debian BTS
** Mention on IRC can't hurt. Use bold, stars, blinking text at the top in case [[UbuntuTeam/TODO]] if is a showstopper for next release ;)


If a bug fix applies to debian too always sent the patch to Debian BTS.
If a bug fix applies to debian too always sent the patch to Debian BTS.
''FIXME'': how to specify the related LP in a debian bug report so Debian BTS monitors the launchpad too.
[[Category:Development]]
[[Category:Howto]]

Latest revision as of 21:26, 30 January 2019

Ubuntu's FAI Team

Ubuntu Resources

Development Howto's

how to checkout, build and install latest sources for testing

apt-get install bzr-builddeb
bzr whoami "First Last <my@e.mail>" 
bzr branch http://bazaar.launchpad.net/~fai/fai/trunk-ubuntu
mkdir tarballs
apt-get source fai
mv fai_3.2.1.orig.tar.gz tarballs/
mkdir build-area
apt-get build-dep fai
cd trunk-ubuntu
bzr bd
# debs will be in ../build-area

how and where to report bugs/problems in latest sources

  • Bug is in a released version, file bug report(s)
    • ubuntu/+source/fai/+bugs
    • Debian BTS if also affected (e.g, reportbug --bts debian fai)
    • Cross reference bugs in Launchpad Malone and Debian BTS
  • Bug is only in a development branch or gutsy ppa deb,
    • fai/+bugs
    • Debian BTS if it's also affected
    • Cross reference bugs in Launchpad Malone and Debian BTS
    • Mention on IRC can't hurt. Use bold, stars, blinking text at the top in case UbuntuTeam/TODO if is a showstopper for next release ;)

If a bug fix applies to debian too always sent the patch to Debian BTS.

FIXME: how to specify the related LP in a debian bug report so Debian BTS monitors the launchpad too.