You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository for miscellaneous files frequently overwritten by upstreams.
6
+
7
+
This repository is driven by the tracking list file `files.list` and utilizes GitHub Actions to keep files updated. Files in this repository are being used by the following packages:
8
+
9
+
-`iana-etc`:
10
+
-`bind`
11
+
12
+
## CI/CD
13
+
14
+
The main workflow `periodic-update` is triggered under the following conditions:
15
+
16
+
- Update `files.list` on branch `master`
17
+
- Cron `"0 0 * * *"`
18
+
- Manually triggered by maintainers
19
+
20
+
21
+
## `files.list`
22
+
23
+
This file tells what file should be tracked by which package and renamed in the following format:
24
+
25
+
```
26
+
package-name url [file-name]
27
+
```
28
+
29
+
Example:
30
+
31
+
```
32
+
bind https://www.internic.net/zones/named.root
33
+
```
34
+
35
+
* package-name: The name of the package to which the file belongs
36
+
* url: The URL to download the file from
37
+
* file-name: Optional, will default to `$(basename $url)` if not provided
0 commit comments