You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2018/07/30 08:40:28 UTC

incubator-singa git commit: change the source field back to git url in conda meta file

Repository: incubator-singa
Updated Branches:
  refs/heads/master 870c5df0b -> 08a232f4a


change the source field back to git url in conda meta file


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/08a232f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/08a232f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/08a232f4

Branch: refs/heads/master
Commit: 08a232f4aab07d727232e9af57ad8f5f312e79be
Parents: 870c5df
Author: Wang Wei <wa...@gmail.com>
Authored: Mon Jul 30 16:40:10 2018 +0800
Committer: Wang Wei <wa...@gmail.com>
Committed: Mon Jul 30 16:40:10 2018 +0800

----------------------------------------------------------------------
 tool/conda/singa/meta.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/08a232f4/tool/conda/singa/meta.yaml
----------------------------------------------------------------------
diff --git a/tool/conda/singa/meta.yaml b/tool/conda/singa/meta.yaml
index 424532c..5cc47be 100644
--- a/tool/conda/singa/meta.yaml
+++ b/tool/conda/singa/meta.yaml
@@ -22,7 +22,8 @@ package:
   version: "{{ GIT_DESCRIBE_TAG }}"
 
 source:
-  path: /home/wangwei/incubator-singa/
+  # path: /home/wangwei/incubator-singa/
+  git_url: https://github.com/apache/incubator-singa.git
 
 build:
   number: 0