mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Merge pull request #177 from awesome-selfhosted/update-hecat
tools: update hecat to v1.1.2
This commit is contained in:
commit
bdf5ff84c9
4 changed files with 6 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ steps:
|
|||
module: processors/awesome_lint
|
||||
module_options:
|
||||
source_directory: ./
|
||||
items_in_delegate_to_fatal: False
|
||||
licenses_files:
|
||||
- licenses.yml
|
||||
- licenses-nonfree.yml
|
||||
|
|
|
|||
|
|
@ -39,6 +39,11 @@ related_tags:
|
|||
external_links:
|
||||
- title: awesome-sysadmin/Code Review
|
||||
url: https://github.com/awesome-foss/awesome-sysadmin#code-review
|
||||
# (optional) if this is set, no software items will be allowed to reference this tag, and the page will display a block asking to visit these links instead
|
||||
redirect:
|
||||
- title: awesome-sysadmin/Continuous Integration & Continuous Deployment
|
||||
url: https://github.com/awesome-foss/awesome-sysadmin#continuous-integration--continuous-deployment
|
||||
|
||||
```
|
||||
|
||||
### Add a license
|
||||
|
|
|
|||
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.1.1
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.1.2
|
||||
|
||||
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
import: clean install
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ platforms:
|
|||
tags:
|
||||
- Software Development - Project Management
|
||||
- Ticketing
|
||||
- Software Development - Continuous Integration & Deployment
|
||||
depends_3rdparty: no
|
||||
demo_url: https://next.forgejo.org
|
||||
related_software_url: https://codeberg.org/forgejo-contrib/delightful-forgejo
|
||||
|
|
|
|||
Loading…
Reference in a new issue