UbuntuTeam: Difference between revisions
Jump to navigation
Jump to search
(add TODO for development howtos) |
(quick intro how-to build pkgs) |
||
Line 20: | Line 20: | ||
== Development Howto's == | == Development Howto's == | ||
* '''TODO''': how to checkout, build and install latest sources for testing --[[User:Lazyboy|lazyboy]] 01:11, 27 September 2007 (CEST) | * '''TODO''': how to checkout, build and install latest sources for testing --[[User:Lazyboy|lazyboy]] 01:11, 27 September 2007 (CEST) | ||
apt-get install bzr-builddep | |||
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 | |||
cd trunk-ubuntu | |||
bzr bd | |||
# debs will be in ../build-area | |||
* '''TODO''': how and where to report bugs/problems in latest sources --[[User:Lazyboy|lazyboy]] 01:11, 27 September 2007 (CEST) | * '''TODO''': how and where to report bugs/problems in latest sources --[[User:Lazyboy|lazyboy]] 01:11, 27 September 2007 (CEST) |
Revision as of 17:45, 27 September 2007
Ubuntu's FAI Team
Ubuntu Resources
- Source Code Repository
- Bug Listing
- Team Package Archive
- Meetings: IRC on freenode channel #ubuntu-meetings
- Mailing list: linux-fai-devel@uni-koeln.de
- IRC: oftc, channel #fai
- Wiki: this one ;-)
Development Howto's
- TODO: how to checkout, build and install latest sources for testing --lazyboy 01:11, 27 September 2007 (CEST)
apt-get install bzr-builddep 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 cd trunk-ubuntu bzr bd # debs will be in ../build-area
- TODO: how and where to report bugs/problems in latest sources --lazyboy 01:11, 27 September 2007 (CEST)