mirror of
https://github.com/BioArchLinux/bioarchlinux-tools.git
synced 2025-03-09 22:53:31 +00:00
17 lines
622 B
Markdown
17 lines
622 B
Markdown
# Updater
|
|
|
|
Scripts used to help update the PKGBUILD and `lilac.yaml` automatically.
|
|
|
|
For usage, run with argument `-h`.
|
|
|
|
## TODO
|
|
|
|
- [x] Use databases to store metadata, currently, each query takes about 10s. Now each query finishes in 1 second
|
|
- [ ] Support packages hosted in github.
|
|
- [ ] Clean codes
|
|
- [x] `depends_updater` supports archiving PKGs automatically.
|
|
- [ ] generate PKGBUILD for missing dependencies `depends_updater`
|
|
- [x] merge `sync_meta_data` into `dbmanager`
|
|
- [x] merge `pkg_archiver` into `dbmanager`
|
|
- [x] support unarchiving CRAN pkgs automatically in `pkg_archiver`
|
|
- [ ] correct `arch` for pkgs.
|