docker will be used to build the package.
This asumes you have retrieved both the Dockerfile
and the build.sh
script.
$ docker build -t build_exa .
[ lot of lines ]
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
build_exa latest 72122d8c3b29 7 seconds ago 654.4 MB
$ docker run -it build_exa /bin/bash
root@51040f44be34:/#
root@51040f44be34:/#
/root/build.sh
Cloning into 'exabgp'...
remote: Counting objects: 37857, done.
remote: Total 37857 (delta 0), reused 0 (delta 0), pack-reused 37857
Receiving objects: 100% (37857/37857), 11.67 MiB | 21.65 MiB/s, done.
Resolving deltas: 100% (23797/23797), done.
Branch debian/sid set up to track remote branch debian/sid from origin.
Switched to a new branch 'debian/sid'
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of exabgp_4.0.0.orig.tar.gz, exabgp_4.0.0.orig.tar.bz2,
exabgp_4.0.0.orig.tar.lzma, exabgp_4.0.0.orig.tar.xz or exabgp.orig)
continue anyway? (y/n) y <<<<---- answer 'y' here
[ some other output ]