Translation update jobs now supports any org
Change-Id: I252efe1b741ec08fc5d5fadd3507af905c2dd1ec
This commit is contained in:
parent
4dce903118
commit
94c43aa551
@ -12,7 +12,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
PROJECT=$1
|
||||
ORG=$1
|
||||
PROJECT=$2
|
||||
COMMIT_MSG="Imported Translations from Transifex"
|
||||
|
||||
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
|
||||
# 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}'`
|
||||
if [ "x${previous}" != "x" ] ; then
|
||||
change_id=`echo "$change_info" | grep "^change" | awk '{print $2}'`
|
||||
|
@ -20,7 +20,7 @@
|
||||
builders:
|
||||
- shell: |
|
||||
#!/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:
|
||||
- console-log-periodic
|
||||
|
Loading…
Reference in New Issue
Block a user