Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 09cfc3d2a6 Block hashdiff 0.3.9 and bundler 2.0
The 0.3.9 hashdiff package breaks beaker-trusty, use 0.3.8 for now.

Cap bundler since version 2.0.1 needs Ruby >= 2.3.0.

Change-Id: I464e29fca3958d058dc5ede93a486fd5c79eb29a
2019-04-23 17:31:34 +02:00
Monty Taylor f0eedbfbab Update for opendev
Change-Id: I3bb5204207ffceb31ee7296d29f08db02d330b4a
2019-04-20 14:12:51 +00:00
Ian Wienand 076eaf467e Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Iee896482e8c6062c9cbb5887dbab33dc45fedda9
2019-03-24 20:35:43 +00:00
Clark Boylan a9b567eadf Cap rake below 12.3.0
New rake version 12.3.0 needs ruby 2.0 or greater which is not available
on our trusty test nodes. Cap to under rake 12.3.0 so that we use older
rake until we can stop using trusty and have more modern ruby.

The test runner script updates the installation path for this helper lib
to point back at itself when running local tests. Unfortunately it was
doing so with a buggy sed that no longer matched the contents of the
Gemfile that needed updating.

Fix this by updating the sed command to properly point to this lib for
local testing. Note this is fixed here because we need both fixes in
together in order to get gate jobs to pass.

Change-Id: Iddbbab9ea5996df4922bf7927deb8f0354378ab7
2017-11-20 10:41:45 -08:00
Spencer Krum 8fe0a33f15 Initial commit
This code came from
http://git.openstack.org/cgit/openstack/puppet-openstack_spec_helper/

and was modified for infra's use.

The gems specified in gemspec are current with what infra is currently
using.

Change-Id: I06e47d4af32f30e4504ee67257923a4596725d0f
2016-06-21 16:19:09 -07:00