Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/jenkins/scripts/propose_update.sh b/jenkins/scripts/propose_update.sh
- index 5008b45..e8d17b3 100755
- --- a/jenkins/scripts/propose_update.sh
- +++ b/jenkins/scripts/propose_update.sh
- @@ -30,6 +30,14 @@ if [ "$OWN_PROJECT" == "requirements" ] ; then
- function update {
- $VENV/bin/update-requirements $1
- }
- +elif [ "$OWN_PROJECT" == "puppet-modulesync-configs" ] ; then
- + INITIAL_COMMIT_MSG="Updated from puppet-modulesync-configs"
- + TOPIC="openstack/puppet-modulesync-configs"
- + # Pretty ugly, but this should be moved to a local script.
- + PROJECTS=$(cat managed_modules.yml | cut -d '-' -f 2,3 | grep puppet | sed 's/ //g' | sed 's/^/open
- + function update {
- + bash -xe tools/sync-projects.sh $1
- + }
- elif [ "$OWN_PROJECT" == "openstack-manuals" ] ; then
- INITIAL_COMMIT_MSG="Updated from openstack-manuals"
- TOPIC="openstack/openstack-manuals"
Advertisement
Add Comment
Please, Sign In to add comment