Skip to content

Commit 063cedb

Browse files
committed
Use tools-data file from central repository
Remove local workflow to update tools-data.json Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
1 parent 8cace0b commit 063cedb

10 files changed

Lines changed: 1 addition & 17446 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -27,39 +27,3 @@ For more complex changes, here is how to build the documentation locally:
2727
## Updating Taskwarrior Versions
2828

2929
To record a new release of Taskwarrior, run `bin/tw-release vX.Y.Z` and make a PR for the result.
30-
31-
## Updating Tools
32-
33-
This repository has automation for searching GitHub for projects related to Taskwarrior and including them in the "Tools" page.
34-
35-
On first usage, generate API tokens and store them safely for later:
36-
37-
* [GitHub](https://github.com/settings/tokens): requires no special scopes
38-
39-
40-
Then set up the Python 3 environment:
41-
42-
```sh
43-
# Create a virtual environment to avoid clobbering global installation
44-
$ python3 -m venv venv
45-
46-
# Activate the virtual environment
47-
$ source venv/bin/activate
48-
49-
# Install dependencies
50-
$ pip install -r bin/requirements.txt
51-
```
52-
53-
54-
Then create the `update_tools.sh` script by copying the sample, and set API keys there. This file will be ignored and should not be committed.
55-
56-
57-
Now that everything is set up, the tools can be updated by running `update_tools.sh`:
58-
59-
```sh
60-
$ source venv/bin/activate
61-
$ ./update_tools.sh
62-
```
63-
64-
Repositories that are **always included** are listed in `tools/always_include.json`. Repositories that are **always ignored** are listed in `tools/never_include.json`. This can be modified and committed to the repository.
65-

bin/blacklist.json

Lines changed: 0 additions & 265 deletions
This file was deleted.

bin/include.json

Lines changed: 0 additions & 102 deletions
This file was deleted.

bin/requirements.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)