Merge "Translation update jobs now supports any org"
This commit is contained in:
commit
df574c3503
@ -12,7 +12,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
PROJECT=$1
|
ORG=$1
|
||||||
|
PROJECT=$2
|
||||||
COMMIT_MSG="Imported Translations from Transifex"
|
COMMIT_MSG="Imported Translations from Transifex"
|
||||||
|
|
||||||
git config user.name "OpenStack Jenkins"
|
git config user.name "OpenStack Jenkins"
|
||||||
@ -23,7 +24,7 @@ git review -s
|
|||||||
|
|
||||||
# See if there is an open change in the transifex/translations topic
|
# See if there is an open change in the transifex/translations topic
|
||||||
# If so, get the change id for the existing change for use in the commit msg.
|
# If so, get the change id for the existing change for use in the commit msg.
|
||||||
change_info=`ssh -p 29418 review.openstack.org gerrit query --current-patch-set status:open project:openstack/$PROJECT topic:transifex/translations owner:jenkins`
|
change_info=`ssh -p 29418 review.openstack.org gerrit query --current-patch-set status:open project:$ORG/$PROJECT topic:transifex/translations owner:jenkins`
|
||||||
previous=`echo "$change_info" | grep "^ number:" | awk '{print $2}'`
|
previous=`echo "$change_info" | grep "^ number:" | awk '{print $2}'`
|
||||||
if [ "x${previous}" != "x" ] ; then
|
if [ "x${previous}" != "x" ] ; then
|
||||||
change_id=`echo "$change_info" | grep "^change" | awk '{print $2}'`
|
change_id=`echo "$change_info" | grep "^change" | awk '{print $2}'`
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
builders:
|
builders:
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
/usr/local/jenkins/slave_scripts/propose_translation_update.sh {name}
|
/usr/local/jenkins/slave_scripts/propose_translation_update.sh {github-org} {name}
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log-periodic
|
- console-log-periodic
|
||||||
|
Loading…
Reference in New Issue
Block a user