You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/12/12 21:42:30 UTC

mnemonic git commit: MNEMONIC-423: Update the repos links for Ubuntu Dockerfile

Repository: mnemonic
Updated Branches:
  refs/heads/master 231c3b716 -> 90a870fe4


MNEMONIC-423: Update the repos links for Ubuntu Dockerfile


Project: http://git-wip-us.apache.org/repos/asf/mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/mnemonic/commit/90a870fe
Tree: http://git-wip-us.apache.org/repos/asf/mnemonic/tree/90a870fe
Diff: http://git-wip-us.apache.org/repos/asf/mnemonic/diff/90a870fe

Branch: refs/heads/master
Commit: 90a870fe4a35fa46d3d1cd102499a41062daf7b1
Parents: 231c3b7
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Tue Dec 12 13:42:05 2017 -0800
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Tue Dec 12 13:42:05 2017 -0800

----------------------------------------------------------------------
 docker/docker-Ubuntu/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/90a870fe/docker/docker-Ubuntu/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/docker-Ubuntu/Dockerfile b/docker/docker-Ubuntu/Dockerfile
index 984ae3e..e4a2077 100644
--- a/docker/docker-Ubuntu/Dockerfile
+++ b/docker/docker-Ubuntu/Dockerfile
@@ -52,12 +52,12 @@ RUN touch /etc/profile.d/mvn.sh && chmod +x /etc/profile.d/mvn.sh && \
 RUN cat /etc/profile.d/mvn.sh > ~/.bash_profile
 RUN cat /etc/profile.d/mvn.sh > ~/.bashrc
 
-RUN . /etc/profile.d/mvn.sh && cd /ws && git clone https://github.com/apache/incubator-mnemonic.git && \
-    cd incubator-mnemonic && mvn clean package install
+RUN . /etc/profile.d/mvn.sh && cd /ws && git clone https://github.com/apache/mnemonic.git && \
+    cd mnemonic && mvn clean package install
 
-ENV MNEMONIC_HOME /ws/incubator-mnemonic
+ENV MNEMONIC_HOME /ws/mnemonic
 
-#RUN cd /ws/incubator-mnemonic && bin/runall.sh -y
+#RUN cd /ws/mnemonic && bin/runall.sh -y
 
 WORKDIR /ws