LTSP Development Coodenation Page

We use Bazaar-NG to develop the LTSP that is being use in Debian. For that won't be a mess, we use this page to collect what we need to do and also the available branches.

TODO List for next Debian release

TODO List for general development

Available Branches

How I merge changes back to main branch?

It's easy when you're using bzr. You need, first, prepare the branch that you're going to use for merge. For it, you should pull any remaining change that wasn't merged yet and then use bzr push to send them back to Alioth.

For example:

$: cd for-merge
$: bzr pull http://pkg-ltsp.alioth.debian.org/bzr/main
$: bzr push sftp://alioth.debian.org/var/lib/gforge/chroot/home/groups/pkg-ltsp/htdocs/bzr/main