From 9dfe75ed1e01b61b7d8290a61dc4c04f7b474a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 14 Nov 2017 16:28:52 +0100 Subject: [PATCH] Include pillar-svnman in docker image --- docker/4_run/install_scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/4_run/install_scripts.sh b/docker/4_run/install_scripts.sh index 622341f..1ccb6cb 100644 --- a/docker/4_run/install_scripts.sh +++ b/docker/4_run/install_scripts.sh @@ -6,7 +6,7 @@ if [ ! -f /installed ]; then # TODO: 'pip3 install -e' runs 'setup.py develop', which runs 'setup.py egg_info', # which can't write the egg info to the read-only /data/git volume. This is why # we manually install the links. - for SUBPROJ in /data/git/{pillar,pillar-python-sdk,attract,flamenco}; do + for SUBPROJ in /data/git/{pillar,pillar-python-sdk,attract,flamenco,pillar-svnman}; do NAME=$(python3 $SUBPROJ/setup.py --name) echo "... $NAME" echo $SUBPROJ >> $SITEPKG/easy-install.pth