From 748f4680bb49e6c63012d77cda1133fd498d9b34 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 18 May 2017 08:13:32 -0400 Subject: [PATCH] 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 --- README.md | 2 +- elements/delorean-repo/README.md | 4 ++-- elements/delorean-repo/pre-install.d/01-delorean-repo | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f28c081bd..b42dd1ede 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/elements/delorean-repo/README.md b/elements/delorean-repo/README.md index fa3c6f881..f4e58ea01 100644 --- a/elements/delorean-repo/README.md +++ b/elements/delorean-repo/README.md @@ -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. diff --git a/elements/delorean-repo/pre-install.d/01-delorean-repo b/elements/delorean-repo/pre-install.d/01-delorean-repo index 600c2dc0f..10e3064d2 100755 --- a/elements/delorean-repo/pre-install.d/01-delorean-repo +++ b/elements/delorean-repo/pre-install.d/01-delorean-repo @@ -1,4 +1,5 @@ #!/bin/bash + set -e set -o xtrace