# Tamarin Usine à paquets binaires Debian basée sur Docker. ## Dépendances Vous devez avoir [docker](https://docs.docker.com/installation/) installé sur votre machine. ## Utilisation ``` Usage: ./package.sh -p project_path [-d destination] [-i image] [-k] Parameters: -p Path to the project to build -a Optional : Architecture choice (-a i386 for example) -d Optional : Destination of the builed packages (default ./packages) -i Optional : Name of the Docker image to use for build (default: debian:jessie) -k Optional : Keep the Docker container after build -b Optional : Build directory (default /tmp) -B Optional : Build branch (for git projects only) (default dist/ubuntu/precise/master) ``` ## Licence GPLv3