bioarchlinux-tools/updater
2022-11-06 22:18:18 +08:00
..
dbmanager.py add dbmanager, use sqlite to store metadata 2022-11-06 22:18:18 +08:00
depends_updater.py add dbmanager, use sqlite to store metadata 2022-11-06 22:18:18 +08:00
pkg_archiver.py add new scripts 2022-11-06 01:05:08 +08:00
readme.md update readme 2022-11-06 11:11:29 +08:00
sync_meta_data.py show default in help 2022-11-06 09:38:07 +08:00

Updater

Scripts used to help update the PKGBUILD and lilac.yaml automatically.

For usage, run with argument -h.

TODO

  • Use databases to store metadata, currently, each query takes about 10s.
  • Support packages hosted in github.
  • Clean codes