add hack.diff to the previous commit

Change-Id: Iafd9ee84375abf841e824a791ca960c64330a803
This commit is contained in:
Igor Gajsin 2015-08-03 18:21:22 +03:00
parent 5efe1f91f0
commit d5d4ddd4a6
2 changed files with 7 additions and 1 deletions

6
hack.diff Normal file
View File

@ -0,0 +1,6 @@
38a39,43
> %%post
> /usr/bin/dockerctl copy /var/www/nailgun/plugins/${ name }/deployment_scripts/strike.py nailgun:/root
> /usr/bin/dockerctl shell nailgun python /root/strike.py
>
>

View File

@ -1,3 +1,3 @@
template=/usr/local/lib/python2.7/dist-packages/fuel_plugin_builder/templates/build/plugin_rpm.spec.mako
grep post $template || sudo patch $template hack.diff
grep post $template || sudo patch $template hack.diff