2015-07-02 14:04:14 +02:00
|
|
|
# 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
|
|
|
|
2015-07-02 14:04:14 +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-07-02 14:04:14 +02:00
|
|
|
|
2015-09-23 21:59:29 +02:00
|
|
|
Parameters:
|
2015-07-02 14:04:14 +02:00
|
|
|
|
2015-09-23 21:59:29 +02:00
|
|
|
-p Path to the project to build
|
|
|
|
-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)
|
2015-07-02 14:25:10 +02:00
|
|
|
```
|
|
|
|
|
2015-07-02 14:04:14 +02:00
|
|
|
## Licence
|
|
|
|
|
|
|
|
GPLv3
|