Dummy patch to build a new rpm in RDO

The version of openstack-tripleo-image-elements in RDO for stable
branches is too old and it might be one of the reasons why TripleO CI is
failing to deploy TripleO on Newton.

See: https://bugs.launchpad.net/tripleo/+bug/1690373

This patch is doing nothing important but by merging it, we'll build a
new package in RDO for master and all branches and hopefully get a new
build that will help us to resolve the issue.

Change-Id: Ie6c21aa8d071e791eb0df6db6d700074d3141cf0
Related-Bug: #1690373
This commit is contained in:
Emilien Macchi 2017-05-18 08:13:32 -04:00
parent f283d70a10
commit 748f4680bb
3 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Instructions
Checkout this source tree and also the diskimage builder, export an
ELEMENTS\_PATH to add elements from this tree, and build any disk images you
need.
need:
virtualenv .
source bin/activate

View File

@ -14,5 +14,5 @@ packages:
https://github.com/openstack-packages/delorean
The Delorean tool currently supports Fedora packages and Yum
repositories. Support for other distributions may be added in
the future.
repositories.
Support for other distributions may be added in the future.

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
set -o xtrace