From 1b11b7fa862852e95a80c98bae0de9fe9169560b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 2 Nov 2015 12:28:43 +0800 Subject: [PATCH] conda: try to hack conda into checking out new branch directly --- conda/misoc/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/misoc/meta.yaml b/conda/misoc/meta.yaml index c74933bb..165277e2 100644 --- a/conda/misoc/meta.yaml +++ b/conda/misoc/meta.yaml @@ -3,7 +3,7 @@ package: version: {{ environ.get("GIT_DESCRIBE_TAG", "") }} source: - git_url: https://github.com/m-labs/misoc + git_url: -b new https://github.com/m-labs/misoc git_tag: new build: -- 2.30.2