Advertisement
Guest User

Untitled

a guest
Jul 12th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # git remote -v
  2. hugh git@github.com:hughsaunders/jenkins-rpc (fetch)
  3. hugh git@github.com:hughsaunders/jenkins-rpc (push)
  4. origin git@github.com:rcbops/jenkins-rpC (fetch)
  5. origin git@github.com:rcbops/jenkins-rpC (push)
  6.  
  7. # git fetch hugh "+refs/pull/*:refs/remotes/hugh/pr/*"
  8. From github.com:hughsaunders/jenkins-rpc
  9. * [new ref] refs/pull/1/head -> hugh/pr/1/head
  10. * [new ref] refs/pull/1/merge -> hugh/pr/1/merge
  11.  
  12. # git show -p hugh/pr/1/head
  13. commit 703ff9e
  14. Author: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
  15. Date: Tue Jul 12 11:56:18 2016 +0100
  16.  
  17. Use the current commit for deploying horizon extensions
  18.  
  19. This changes the way the gate works, and uses the reference of
  20. the current commit for the value of the
  21. horizon_extensions_git_install_branch
  22.  
  23. This value is used in the repo_build process, to build a wheel
  24. for the horizon_extensions, now that horizon_extensions is in-tree.
  25.  
  26. diff --git a/scripts/aio_build_script.sh b/scripts/aio_build_script.sh
  27. index 62e3664..4d3afaa 100755
  28. --- a/scripts/aio_build_script.sh
  29. +++ b/scripts/aio_build_script.sh
  30. @@ -123,6 +123,8 @@ rackspace_cloud_tenant_id: ${rackspace_cloud_tenant_id}
  31. rackspace_cloud_username: ${rackspace_cloud_username}
  32. rackspace_cloud_password: ${rackspace_cloud_password}
  33. rackspace_cloud_api_key: ${rackspace_cloud_api_key}
  34. +horizon_extensions_git_repo: ${RPC_REPO}
  35. +horizon_extensions_git_install_branch: ${ghprbTargetBranch}
  36. EOVARS
  37. set -x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement