Changed Fuel Plugin Builder v2 spec location

In order to replace the bootstrap image, Mellanox plugin appends
a new post section to the Fuel plugin builder RPM spec.

This change updates the RPM spec to its current location in
Fuel plugins git.

Change-Id: I0cb2490389dd9e7f20db75650a01e03e6f285e7c
This commit is contained in:
Aviram Bar-Haim 2015-07-22 23:52:49 +03:00
parent 5f418f3f07
commit 1354218a9a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ git clone https://github.com/stackforge/fuel-plugins.git $TMP_DIR/fuel-plugins |
fail_on_error "Failed cloning fuel-plugin-builder git repository"
# Append bootstrap post install to the spec
cat specs/post.spec >> $PLUGIN_BUILDER_DIR/fuel_plugin_builder/templates/build/plugin_rpm.spec.mako
cat specs/post.spec >> $PLUGIN_BUILDER_DIR/fuel_plugin_builder/templates/v2/build/plugin_rpm.spec.mako
# Install plugin builder
pushd $PLUGIN_BUILDER_DIR > /dev/null