Skip to content

Lilac is the build bot for archlinuxcn

License

Notifications You must be signed in to change notification settings

BioArchLinux/lilac

 
 

Repository files navigation

lilac.png

Documentation Status

What does lilac do?

lilac is an automatic packaging tool for Arch Linux. It basically does the following things:

  • figure out which packages have been updated or need rebuilding by calling nvchecker
  • figure out the order to build packages
  • generate or update PKGBUILDs with custom configuration scripts (common routines available)
  • call devtools to actually build packages
  • handle built packages over to archrepo2 to update the repository database
  • report any errors to maintainers via mail

Docs

Update

2024-06-28

if database is in use, run the following SQL to update:

alter table lilac.pkglog add column maintainers jsonb;

License

This project is licensed under GPLv3.

About

Lilac is the build bot for archlinuxcn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 2.5%
  • Other 1.4%