From 3e9e075b1f2a75ec6359e6249b1c678ef46a4dcf Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Sun, 12 Mar 2017 12:15:21 +0100 Subject: [PATCH] Use production branch when checking out repos Also added grafista repo to the list. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad51be8..d372b5f 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ pip3 install docker-compose cd /data/git git clone git://git.blender.org/pillar-python-sdk.git -git clone git://git.blender.org/pillar.git -b py36 -git clone git://git.blender.org/attract.git -b py36 -git clone git://git.blender.org/flamenco.git -b py36 -git clone git://git.blender.org/blender-cloud.git -b py36 +git clone git://git.blender.org/pillar.git -b production +git clone git://git.blender.org/attract.git -b production +git clone git://git.blender.org/flamenco.git -b production +git clone git://git.blender.org/blender-cloud.git -b production +git clone https://github.com/armadillica/grafista.git -b production ```