pkg-ltsp Development Page

pkg-ltsp is the Debian "[http://wiki.ltsp.org/twiki/bin/view/Ltsp/MueKow ltsp muekow]" project. It was started recently to tie the best of ltsp Debian and Ubuntu packages, aiming build up a better Debian (and of course Ubuntu too) distribution for thin-client/server environment.

We use [http://bazaar-vcs.org Bazaar-NG] (aka. bzr) to develop the LTSP that is being in use by Debian. To avoid confusion, we use this page to track what we need to do and also the available bzr branches.

Project page: [http://alioth.debian.org/projects/pkg-ltsp]

NEWS

TODO List for the next Debian ltsp release

Available Branches

Name

Location

Notes

pkg-ltsp's main

http://bzr.debian.org/bzr/pkg-ltsp/main

official debian repository

pkg-ltsp's releases

http://bzr.debian.org/bzr/pkg-ltsp/releases

official debian releases

otavio's main

http://projetos.ossystems.com.br/~otavio/bzr/ltsp/main

otavio's for-merge

http://projetos.ossystems.com.br/~otavio/bzr/ltsp/for-merge

pere's main

http://developer.skolelinux.no/~pere/bzr-archives/ltsp-main/

vagrant's main

http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/vagrant-main/

stratus's main

http://pkg-ltsp.alioth.debian.org/bzr/people-stratus/

shared repo

ubuntu's devel

http://people.ubuntu.com/~ogra/bzr-archive/ltsp/devel/

ubuntu mainline

mdz's main

http://people.ubuntu.com/~mdz/bazaar/ltsp/main/

ogra's dapper

http://people.ubuntu.com/~ogra/bzr-archive/ltsp/dapper/

Please note that if you want to help us, you should install bzr debian package, get bzr pkg-ltsp tree (use bzr-get and the location above) and contact us through [http://lists.alioth.debian.org/mailman/listinfo/pkg-ltsp-devel pkg-ltsp mailing list].

How do I merge changes back to the main branch?

The main branch is pkg-ltsp official repository (see above).

It's easy when you're using bzr. You'll need an account on Alioth that is in the pkg-ltsp group. To prepare the branch that you want to merge, first you should pull any remaining changes on the main branch that you haven't yet merged, resolve conflicts, and then use bzr push to send them back to Alioth.

For example:

using bzr 0.8 or newer:

$: bzr checkout sftp://alioth.debian.org/srv/bzr.debian.org/bzr/pkg-ltsp/ ltsp-main
$: bzr branch ltsp-main my-example-branch
$: cd my-example-branch
(fix bugs, implement features, etc.)
$: bzr ci
$: bzr push ../ltsp-main


CategoryDeveloper