DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
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
...