mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: update hecat to v1.5.0 (#1738)
* tools: update hecat to v1.5.0 - adds new metadata to software/*.yml files (commit_history, current_release) - uses GraphQL API instead of REST API (less requests) - tools/hecat: udpate_metadata: increase sleep_time between API requets to 60s - the is the module default, but explicit config is better
This commit is contained in:
parent
5837c7eef9
commit
920eef6037
2 changed files with 2 additions and 2 deletions
|
|
@ -4,4 +4,4 @@ steps:
|
|||
module_options:
|
||||
source_directory: ./
|
||||
gh_metadata_only_missing: False
|
||||
sleep_time: 7.3
|
||||
sleep_time: 60
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ install:
|
|||
python3 -m venv .venv
|
||||
source .venv/bin/activate && \
|
||||
pip3 install wheel && \
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.4.0
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.5.0
|
||||
|
||||
.PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
import: clean install
|
||||
|
|
|
|||
Loading…
Reference in a new issue