/axyl-pkgbuild

Axyl OS' Collection of package build files (PKGBUILD) for the core repo

Primary LanguageCSSMIT LicenseMIT

axyl-pkgbuild

Update 3rd-party and local repo Update core repo

Axyl OS' Collection of package build files (PKGBUILD) for the core repo

Workflow (WIP)

The package update system for the three repositories has been Dockerized and automated through GitHub Actions.

Periodically, workflows in GitHub Actions will build each repo's packages, and commit and push to their respective package repos. The workflows may also be triggered manually.

The actions utilize a specialized Docker image built from this repo's Dockerfile. The actions require an API token named API_TOKEN_GITHUB for write access.

In the 'Settings' page of this repo, you can add a new secret. API_TOKEN_GITHUB should be a personal API token you generate from here.

Schedule

  • Every 3rd day of the month: - 3rd Party Repo, Local Repo
  • Every 1st of the Month: - Core Repo