Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hughsaunders/20816d478a286d10a3fcdac666effa13 to your computer and use it in GitHub Desktop.
Save hughsaunders/20816d478a286d10a3fcdac666effa13 to your computer and use it in GitHub Desktop.
# git remote -v
hugh git@github.com:hughsaunders/jenkins-rpc (fetch)
hugh git@github.com:hughsaunders/jenkins-rpc (push)
origin git@github.com:rcbops/jenkins-rpC (fetch)
origin git@github.com:rcbops/jenkins-rpC (push)
# git fetch hugh "+refs/pull/*:refs/remotes/hugh/pr/*"
From github.com:hughsaunders/jenkins-rpc
* [new ref] refs/pull/1/head -> hugh/pr/1/head
* [new ref] refs/pull/1/merge -> hugh/pr/1/merge
# git show -p hugh/pr/1/head
commit 703ff9e
Author: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
Date: Tue Jul 12 11:56:18 2016 +0100
Use the current commit for deploying horizon extensions
This changes the way the gate works, and uses the reference of
the current commit for the value of the
horizon_extensions_git_install_branch
This value is used in the repo_build process, to build a wheel
for the horizon_extensions, now that horizon_extensions is in-tree.
diff --git a/scripts/aio_build_script.sh b/scripts/aio_build_script.sh
index 62e3664..4d3afaa 100755
--- a/scripts/aio_build_script.sh
+++ b/scripts/aio_build_script.sh
@@ -123,6 +123,8 @@ rackspace_cloud_tenant_id: ${rackspace_cloud_tenant_id}
rackspace_cloud_username: ${rackspace_cloud_username}
rackspace_cloud_password: ${rackspace_cloud_password}
rackspace_cloud_api_key: ${rackspace_cloud_api_key}
+horizon_extensions_git_repo: ${RPC_REPO}
+horizon_extensions_git_install_branch: ${ghprbTargetBranch}
EOVARS
set -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment