common/xbps-src/shutils/update_check: add ability to disable update-check
useful for cases where update checking does not make sense or is impossible
This commit is contained in:
parent
0192981922
commit
95ed99c92d
2 changed files with 7 additions and 0 deletions
|
@ -905,6 +905,10 @@ in url. Defaults to `(|v|$pkgname)[-_.]*`.
|
|||
part that follows numeric part of version directory
|
||||
in url. Defaults to `(|\.x)`.
|
||||
|
||||
- `disabled` can be set to disable update checking for the package,
|
||||
in cases where checking for updates is impossible or does not make sense.
|
||||
This should be set to a string describing why it is disabled.
|
||||
|
||||
<a id="patches"></a>
|
||||
### Handling patches
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue