Skip to content

Commit 2042655

Browse files
author
David Linko
committed
updated adms to be out of anms-ace
1 parent 15d5713 commit 2042655

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ ION_MGR_PORT=8089
5353
HTTP_PORT:80
5454
SOCKDIR=/var/tmp/nm
5555

56-
ADM_PATH=deps/dtnma-ace/tests/adms
56+
ADM_PATH=deps/dtnma-adms

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
[submodule "deps/dtnma-camp"]
1010
path = deps/dtnma-camp
1111
url = https://github.com/JHUAPL-DTNMA/dtnma-camp.git
12+
[submodule "deps/dtnma-adms"]
13+
path = deps/dtnma-adms
14+
url = https://github.com/JHUAPL-DTNMA/dtnma-adms.git

anms-core/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN cd ${APP_WORK_DIR} && \
3838
COPY anms ${APP_WORK_DIR}/anms
3939
RUN ${PIP} install ${APP_WORK_DIR}
4040

41-
RUN mkdir -p /usr/local/share/ace && \
42-
cp -R /usr/src/dtnma-ace/tests/adms /usr/local/share/ace/adms
41+
RUN mkdir -p /usr/local/share/ace
42+
COPY ../deps/dtnma-adms /usr/local/share/ace/adms
4343
COPY anms/agent_parameter.json /usr/local/share/anms/agent_parameter.json
4444

4545
RUN setcap cap_net_raw=ep /usr/bin/ping

deps/dtnma-adms

Submodule dtnma-adms added at 935328b

0 commit comments

Comments
 (0)