| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Done via: $ mkdir -p resource_manager/google/cloud $ cp google/__init__.py resource_manager/google/__init__.py $ git add resource_manager/google/__init__.py $ cp google/cloud/__init__.py resource_manager/google/cloud/__init__.py $ git add resource_manager/google/cloud/__init__.py $ git mv google/cloud/resource_manager resource_manager/google/cloud/resource_manager $ git mv unit_tests/resource_manager resource_manager/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-resource-manager as a dependency to the umbrella
package
- Adding the resource_manager subdirectory into the list of packages
for verifying the docs
- Incorporating the resource_manager subdirectory into the umbrella
coverage report
- Adding the resource-manager only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the resource-manager
tox config
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR was created via: https://gist.github.com/dhermes/e239691aa584bd56a5352e34aad27cf3
export PROJECT_DIR="${HOME}/google-cloud-python" export READMES_DIR="${HOME}/i-wrote-some-readmes-for-2357" cd ${PROJECT_DIR} git worktree add -b make-resource_manager-subpackage ../hotfix official/master python make_commits.py \ --git-root "${PROJECT_DIR}/../hotfix" \ --package resource-manager \ --package-name "Google Cloud Resource Manager" \ --readme "${READMES_DIR}/resource_manager/README.rst"NOTE: A new commit was added to the script to handle the -/_ switch for multi-name packages.