Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ ANSIBLE_LOCAL_TMP = '~/.ansible/tmp'
- `LOCAL_IMAGE_DOCKER` - Set to `True` to run the `ansible-test` container image via Docker; otherwise, Podman will be used. Defaults to `False`.


### Maintenance

galaxy-importer uses a list of SPDX licenses stored at [galaxy_importer/utils/spdx_licenses.json](galaxy_importer/utils/spdx_licenses.json). This file must be periodically updated to reflect the addition, removal, and deprecation of licenses in the future. Use [scripts/update_spdx.py](scripts/update_spdx.py) to update licenses: `python scripts/update_spdx.py`.


### Issues and Process

Expand Down