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 <[email protected]> Authored: Mon Jul 30 16:40:10 2018 +0800 Committer: Wang Wei <[email protected]> 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
