Add branch for fuel-plugin repo

Added 6.0 branch for fuel-plugin repo.
Closes-Bug: #1583927

Change-Id: I7cfb27715e8b8e715155066b2958a22feef35123
This commit is contained in:
vrovachev 2016-05-20 10:18:09 +03:00
parent 0de0dd1689
commit 7946aded4a
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class FuelPluginBuilder(object):
"""
fpb_cmd = """bash -c 'yum -y install git tar createrepo \
rpm dpkg-devel rpm-build;
git clone {0};
git clone {0} -b stable/6.0;
cd fuel-plugins/fuel_plugin_builder;
python setup.py sdist;
cd dist;