From 55c6534c5791f1688bb983ac6f76b1f7a20c7c7c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 6 Mar 2018 17:36:30 +0100 Subject: [PATCH] update bin and related paths --- Dockerfile | 2 +- bin | 2 +- lib/mezzanine | 2 +- lib/mezzanine-agenda | 2 +- lib/mezzanine-organization | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ea71c22..0d18e042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN pip install -r app/requirements.txt RUN mkdir /srv/lib COPY lib /srv/lib -COPY bin/setup_lib.sh /srv +COPY bin/build/local/setup_lib.sh /srv RUN bash setup_lib.sh WORKDIR /srv/app diff --git a/bin b/bin index 3ab8493e..1f414114 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 3ab8493eb7d5834c7284174331a339a6f30bce38 +Subproject commit 1f41411429defb3561d87d56a3062e7cac1102d4 diff --git a/lib/mezzanine b/lib/mezzanine index 9c37f3f7..726fde44 160000 --- a/lib/mezzanine +++ b/lib/mezzanine @@ -1 +1 @@ -Subproject commit 9c37f3f7701cbb2ad06b79867351b9e8f15817bf +Subproject commit 726fde44b6d374e9c664277b4698a374b6875610 diff --git a/lib/mezzanine-agenda b/lib/mezzanine-agenda index 5520a2a1..b7fad817 160000 --- a/lib/mezzanine-agenda +++ b/lib/mezzanine-agenda @@ -1 +1 @@ -Subproject commit 5520a2a1c2d252f4c52dcdea3431a620bca1b626 +Subproject commit b7fad817efbd084ec2eccb4bfc60fd7fba02f2c3 diff --git a/lib/mezzanine-organization b/lib/mezzanine-organization index 11418c02..7c532ac7 160000 --- a/lib/mezzanine-organization +++ b/lib/mezzanine-organization @@ -1 +1 @@ -Subproject commit 11418c02f55676154906cc35929589d015efd90f +Subproject commit 7c532ac7b9c336442bfb85249eec93a21d9700e0 -- 2.39.5