4 Commits

Author SHA1 Message Date
Sean Dague
8039e854aa fix git_timed retry logic
git_timed retry logic actually only retried *if* we timed out, not if
the command itself failed, as it would explicitly exit if the return
code was anything except 124. This loops in all failure cases, which
was the intent of the original fix.

Related-Bug: #1282876

Change-Id: I576df4832665beb21992ffa873da28a198018530
2015-04-29 07:04:28 -04:00
Monty Taylor
c1210ef7f8 Use git_timed function from devstack in ggp
Gerrit git prep makes a bunch of git calls, sometimes they fail. We
don't like that - so lift the retry-git function from devstack and
re-use it.

Change-Id: I866374e14691dcdffc77e81be049b62e649750a4
2015-04-28 09:16:12 -04:00
K Jonathan Harker
2f03cf35e5 Clean up bashate failures
Also create tools/run-bashate.sh to wrap a find command to search for
files to run bashate on, and use it in tox.

Change-Id: I5ab07425f566a556f158a4b76b00aa35f9fb4385
2014-09-30 12:39:48 -07:00
Anita Kuno
1d21cd635f Reorganizes project-config
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
2014-09-25 11:41:04 -04:00