Trisquel GNU/Linux Bazaar archive

Trisquel is a fully free operating system based in GNU/Linux, for domestic users, small enterprises and educational centers.

All the contents of this directory are free software as defined by the Free Software Foundation.

Cheching out a project:

Install bzr if you don't have it. To install it on Trisquel type "sudo apt-get install bzr" in the console. To check out a project use:

bzr branch http://devel.trisquel.info/bzr/PROJECT
#Replace PROJECT with one of the available project names

Available projects:

Sending changes

The appropiate way to publish your improvements is by sending a diff to the development mailing list. You need to register first.

You can create your patch files with the following command:

bzr diff | gzip - > descriptive-name.patch.gz

Once the patch is received, discussed and approved, an admin will commit it into this server.

You can also use the issue tracker


Wed Jan 20 03:11:59 CET 2010