OSDN Git Service

Bug fixed: v2.1.0p0014 v2.1.0p0015
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 6 Aug 2014 06:51:13 +0000 (15:51 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 6 Aug 2014 06:51:13 +0000 (15:51 +0900)
EOS_GIT_USER -> EOS_GITUSER

Makefile
env/Eos_env

index 45ee8a1..30c252c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ git-init-others::
        cd others ; git remote rm others; git remote add others $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_OTHERS)
 
 
-git-clone-all:: git-init git-init-data git-init-optional git-init-tutorial
+git-clone-all:: git-clone git-clone-data git-clone-optional git-clone-tutorial git-clone-others
 
 git-clone:git-init
        if [ ! -d  .git ] ; \
@@ -238,9 +238,8 @@ git-clone-others: git-init-others
        then \
                git clone --depth 1 $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_OTHERS) ./ ; \
        fi
-       cd others ; git remote add others $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY_OTHERS)
 
 git-init-others2::
        if [ ! -d others2 ] ; then mkdir others2; fi
-       cd others2 ; git remote add others2 $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY_OTHERS)
+       cd others2 ; git remote add others2 $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_OTHERS)
 
index 8e6c828..5630b59 100755 (executable)
@@ -4,7 +4,7 @@
 # Set Eos Home Directory
 export EOS_HOME=$HOME/Eos
 export EOS_MIRROR_SITE=$HOME/EosMirror
-export EOS_GIT_USER=$USER
+export EOS_GITUSER=$USER
 
 #if you want to use the binaries complied by icc, you need set USE_ICC 
 # In most cases, faster but sometimes comannds  cannnot work well.