Tamarin/README.md

28 lines
740 B
Markdown
Raw Normal View History

# Tamarin
2015-06-20 11:11:12 +02:00
2015-09-23 21:59:29 +02:00
Usine à paquets binaires Debian basée sur Docker.
2015-06-20 11:11:12 +02:00
## Dépendances
Vous devez avoir [docker](https://docs.docker.com/installation/) installé sur votre machine.
## Utilisation
```
2015-09-23 21:59:29 +02:00
Usage: ./package.sh -p project_path [-d destination] [-i image] [-k]
2015-09-23 21:59:29 +02:00
Parameters:
2015-09-23 21:59:29 +02:00
-p Path to the project to build
2016-02-04 10:12:12 +01:00
-a Optional : Architecture choice (-a i386 for example)
2015-09-23 21:59:29 +02:00
-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