3 Commits

Author SHA1 Message Date
Andreas Jaeger
af8b4b76b8 Fix proposal scripts
The proposal scripts fail currently with a "Host key verification
changed", change hostname to review.opendev.org to avoid this.

Sample failure:
http://logs.openstack.org/periodic/opendev.org/openstack/training-guides/master/propose-translation-update/7186ef3/job-output.txt.gz#_2019-04-20_07_16_37_149203

Change-Id: Ib91b7c594b974756a71626b903785add64c86a08
2019-04-20 09:26:54 +02:00
Andreas Jaeger
c0b40b37e0 Silence bashate
The remaining bashate warnings was E042:
 The return value of "local" is always 0; errors in subshells
 used for declaration are thus hidden and will not trigger "set
 -e".

Fix the few cases this triggered so that we don't get confused anymore
about the message.

Remove -v from bashate invocation, we don't need to print out all the
filenames anymore.

Change-Id: I47991a7040c8b9183bc72cce8e5d95b2cec7e6c5
2018-03-26 09:13:55 +02:00
Andreas Jaeger
affdbab218 Consolidate common.sh script copying
Create new role for copying common scripts, this includes for now only
common.sh. Use this for proposal and translation jobs.

In the past we duplicated the file, this allows to have one definition
only.

Change-Id: I72c14341f511fdaa2c67a3758387afc9445869cc
2018-02-15 08:03:40 +01:00