Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd /tmp/jclouds
 
# Make a new branch to contain the promoted code
git checkout -b promoted-cloudfiles
 
# Add the repository with the filtered branches as a remote
git remote add jclouds-labs-openstack-local ../jclouds-labs-openstack/
# Always fetch the remote
git fetch jclouds-labs-openstack-local
 
# Merge the branches
git merge jclouds-labs-openstack-local/promote-rackspace-cloudfiles-moved --allow-unrelated-histories # See instruction above

5. Amend the API and provider POM files

...