From a20ee6c555e45432dde7d02a4dcfce878e296859 Mon Sep 17 00:00:00 2001 From: Miruna Paun Date: Mon, 17 Oct 2016 17:19:24 +0200 Subject: Change to master branch in docbuild.git Change the branch in init.mk from master-enea to master. master and master-enea in docbuild are identical. Signed-off-by: Miruna Paun --- doc/init.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/init.mk b/doc/init.mk index 252409c..587542f 100644 --- a/doc/init.mk +++ b/doc/init.mk @@ -78,7 +78,7 @@ $(TMPCLONEROOT)/$(NAME_DOCBUILD): else \ echo "Cloning $(REPO_DOCBUILD) in $(TMPCLONEROOT)" ; \ cd "$(TMPCLONEROOT)" ; \ - git clone -b master-enea git@git.enea.se:$(REPO_DOCBUILD) $(NAME_DOCBUILD) ; \ + git clone -b master git@git.enea.se:$(REPO_DOCBUILD) $(NAME_DOCBUILD) ; \ fi $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON): -- cgit v1.2.3-54-g00ecf