Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 577 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 577 Bytes

aur-jenkies

Templates to build Arch Linux AUR packages with Jenkins

Installation

pip install jenkins-job-builder>=1.4
git clone https://github.com/robled/aur-jenkies.git

Usage

Create a file in the project directory named packages.yaml.inc and include your list of packages like so:

- devilspie2
- pam-krb5
- geteltorito

If you would like to build all packages from a particular user on the AUR, you may use the included script aur-packages-from-user.py to generate packages.yaml.inc automatically.

jenkies.png