Skip to content

Commit 6e198da

Browse files
committed
processes
1 parent 60ecdfd commit 6e198da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PROCESSES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Processes
22
## PCI Database Updates
3-
A [GitHub Actions workflow](.github/workflows/pci-update-workflow.yml) runs automatically every Thursday at 3.14am UTC to fetch the latest database for PCI IDs.
3+
A [GitHub Actions workflow](.github/workflows/pci-update-workflow.yml) runs automatically every Thursday at 3.14am UTC to fetch the latest database for PCI IDs from [here](https://raw.githubusercontent.com/pciutils/pciids/refs/heads/master/pci.ids).
44

55
If it finds a new database (by comparing the sha256 against the stored [sha256 sum](pci.ids.sha256)), it will create an SQLite database of graphics cards using [txt_to_db.py](scripts/txt_to_db.py). It will then update the stored .sha256 sum, increment the minor version in [pyproject.toml](pyproject.toml), and create a new GitHub release.
66

0 commit comments

Comments
 (0)