Packaging

Packaging in development

Triggering a new build

  1. Download build-package.sh (a simple wrapper around curl)
  2. Use it
./build-package.sh <repository_url> <branch>

Example:

./build-package.sh https://dev-eole.ac-dijon.fr/git/tiramisu-web.git dist/eole/2.6.1/develop

Supervising the build process

A web interface is accessible here. Ask your collegues for the password.

Download the packages

The packages are downloadable here.

Using the debian repository

echo 'deb http://marang.eole.lan:8080/ eole main' > /etc/apt/sources.list.d/eole-dev.list
wget -O- http://marang.eole.lan/pubkey.asc | apt-key add -
apt-get update