You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
readme-gen Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
test_resources Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
buildprbody.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
buildprbody_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
changesummary.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
changesummary_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
createcommits.sh Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
decrypt-secrets.sh Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
requirements.txt Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
updatediscoveryartifacts.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago

README.md

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!