unplugged-system/external/python/google-api-python-client/scripts
2025-10-06 13:59:42 +00:00
..
readme-gen Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test_resources Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
buildprbody_test.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
buildprbody.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
changesummary_test.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
changesummary.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
createcommits.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
decrypt-secrets.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
requirements.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
updatediscoveryartifacts.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Discovery Artifact Automation

Discovery Artifacts are automatically updated using a Github Action script. This documentation is intended for users that need to maintain the repository.

Updating discovery artifacts locally

To update discovery artifacts locally:

  1. Create a virtual environment using pyenv virtualenv updateartifacts
  2. Activate the virtual environment using pyenv activate updateartifacts
  3. Clone the repository, and cd into the scripts directory
  4. Run pip install -r requirements.txt
  5. Run pip install -e ../
  6. Run git checkout -b update-discovery-artifacts-manual
  7. Run python3 updatediscoveryartifacts.py
  8. Run ./createcommits.sh
  9. Run python3 buildprbody.py
  10. Create a pull request with the changes.
  11. Copy the contents of temp/allapis.summary into the PR Body.

Questions

Feel free to submit an issue!