Skip to content

Commit

Permalink
Multiple changes to galaxy.xml.
Browse files Browse the repository at this point in the history
The following changes are implemented:
- Change the list of files in build_ignore section of the galaxy.xml
  to make sure the collection passes the Galaxy upload tests.
- Change the links: docs to GitHub pages and the homepage to
  the GitHub repo.

Signed-off-by: Adilet Sabyrbaev <adilet.sabyrbaev2@ibm.com>
  • Loading branch information
sabyadi authored and andy-maier committed Nov 9, 2020
1 parent 0e891cd commit 00465be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ tags:
repository: https://github.com/zhmcclient/zhmc-ansible-modules

# The URL to any online docs
documentation: http://zhmc-ansible-modules.readthedocs.io/en/stable/
documentation: https://zhmcclient.github.io/zhmc-ansible-modules/

# The URL to the homepage of the collection/project
homepage: http://zhmc-ansible-modules.readthedocs.io/en/stable/
homepage: https://github.com/zhmcclient/zhmc-ansible-modules

# The URL to the collection issue tracker
issues: https://github.com/zhmcclient/zhmc-ansible-modules/issues
Expand All @@ -52,11 +52,9 @@ build_ignore:
- DCO1.1.txt
- LICENSE
- Makefile
- README.md
- galaxy.yml
- dev-requirements.yml
- minimum-constraints.txt
- requirements.txt
- setup.py
- tools/os_setup.sh
- tools/remove_duplicate_setuptools.py
- tools/
- venv

0 comments on commit 00465be

Please sign in to comment.