Skip to content
Snippets Groups Projects
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
CONTRIBUTING.md 5.03 KiB

Contributing

Whether you've got a bugfix, documentation update, or new feature for us, these are the steps to follow to contribute code back into the main trisquel repo.

1. Prerequisites

  1. Install needed packages for both, sources and binary builds
sudo apt-get install  dpkg-dev devscripts git pbuilder quilt patch sed rpl parsewiki
  1. Configure build environment for binary packages
git clone https://devel.trisquel.info/trisquel/trisquel-builder.git
ln -s $(readlink -f trisquel-builder/pbuilderrc) ~/.pbuilderrc
sudo ln -s $(readlink -f trisquel-builder/hooks) /var/cache/pbuilder/hooks.d
  1. Create the build environment for each distribution/architecture you want to work with
sudo BUILDDIST=belenos BUILDARCH=amd64 pbuilder create 

2. Get the latest code from gitlab