aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .github/workflows: update imageclassabbyamp2024-05-262-3/+3
|
* .github/workflows: update buildroot imagesclassabbyamp2023-12-302-3/+3
|
* .github/workflows/build.yaml: take chroot-git out of PATH for xlintclassabbyamp2023-09-091-1/+1
|
* .github/workflows/build.yaml: full git is needed for xlintclassabbyamp2023-09-091-1/+1
|
* .github/workflows/build.yaml: verify the functionality of update-checkclassabbyamp2023-09-081-2/+7
|
* .github/workflows/build.yaml: run xlint in a void containerclassabbyamp2023-09-081-6/+22
|
* .github/workflows: update CI imageclassabbyamp2023-09-042-2/+2
|
* .github/workflows/{build,cycles}: use new buildroot imagesclassabbyamp2023-08-182-10/+11
|
* common/container: move masterdir image building to void-packagesclassabbyamp2023-08-181-0/+98
| | | | see void-linux/void-docker#11
* .github/workflows: update masterdirs to 20230708RC01.Michael Aldridge2023-07-082-2/+2
|
* .github/workflows: update masterdir imageclassabbyamp2023-04-252-2/+2
|
* .github/workflows: update containers to latest masterdir imageDuncaen2023-02-042-2/+2
|
* .github/workflows: Use a different vintage of masterdirMichael Aldridge2023-02-042-2/+2
|
* .github/workflows: update masterdirsMichael Aldridge2023-02-042-2/+2
|
* .github/workflows: use treeless-checkout-actionclassabbyamp2023-01-302-48/+3
|
* .github/workflows/{build.yaml,cycles.yml}: update masterdir imageclassabbyamp2023-01-112-2/+2
|
* .github/workflows: use checkout script instead of actionclassabbyamp2022-12-212-27/+68
| | | | | | | | | | | | | | | | uses treeless fetches instead of `--depth`. This is not supported by `actions/checkout`, so it was implemented as a short script (staying with `actions/checkout@v1` does not seem like a good idea because of its age, and updating to `actions/checkout@v3` would require adding `libstdc++` to any CI workflows that run in void containers because of node's requirements) see also: https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ this can't be implemented as a script in `common/travis/` because the repo doesn't exist on the runner (yet!) also fix indentation in cycle check
* .github/workflows/stale.yml: ignore tracking issuesclassabbyamp2022-11-051-1/+1
|
* .github/workflows/build.yaml: add /usr/libexec/chroot-git to PATHclassabbyamp2022-10-251-2/+2
|
* .github/workflows/stale.yml: update to v60x5c2022-09-301-1/+1
| | | | | | | | This fixes a bug where a stale issue/PR that gets updated without a comment remains stale indefinitely and never gets closed (actions/stale#715). The only "breaking" change in that upadate is that the default close reason has changed to "not planned". That seems like a more desirable default anyways.
* common: simplify logic to find gitĐoàn Trần Công Danh2022-09-171-6/+2
| | | | | | | | | From chroot-git 2.33.1, we always have an executable named git for other build infrastructure and lints. Let's remove the shenanegan to find which git to be used, prepend the path to chroot-git's git into $PATH, and let's the shell call the correct git for us instead.
* .github/workflows/stale.yml: fix format of exempt-issue-labelsMartin Dimov2022-08-061-3/+1
|
* .github/workflows: switch to repo-ci.voidlinux.orgDuncaen2022-08-052-0/+6
|
* .github/workflows/stale.yml: do not close issues labelled as bugPiotr Wójcik2022-08-021-1/+3
|
* .github/workflows/: set token permissionsclassabbyamp2022-07-032-0/+5
|
* .github/workflows/cycles.yml: update masterdirclassabbyamp2022-05-281-1/+1
|
* .github/workflows: Update masterdirsMichael Aldridge2022-05-271-1/+1
|
* .github/workflows/build.yaml: auto-cancel in-progress workflowsclassabbyamp2022-05-171-0/+4
|
* .github/workflows/build.yaml: switch to ubuntu-latestclassabbyamp2022-05-171-2/+2
|
* .github/: skip file conflicts check if no packages are builtPiotr Wójcik2022-05-101-2/+4
| | | | | workflow was limited to branches modifying srcpkgs/, but this still triggered when modifying only update files or removing template
* common/travis/xpkgdiff.sh: add CI script to compare pkgs with xpkgdiffclassabbyamp2022-05-071-0/+8
|
* .github: check file conflicts in x86_64 build jobPiotr Wójcik2022-05-051-0/+6
|
* .github/workflows/cycles.yml: fix git command detectionclassabbyamp2022-04-261-1/+7
|
* .github/workflows/cycle.yml: fix error message related to git 2.35.2+classabbyamp2022-04-261-0/+1
|
* .github/workflows/stale.yml: don't tag issues with request label as staleDuncaen2022-04-151-0/+1
| | | | Closes: #36609 [via git-merge-pr]
* .github/workflows/stale.yml: increase operations limitclassabbyamp2022-04-151-0/+2
| | | | | | | By setting `ascending` to `true`, the most stale issues and PRs will be caught first. By increasing the operations limit from the default (30) to 250, more stale issues/PRs will be caught each run, increasing the speed of the burndown.
* .github/workflows/build.yaml: only run on changes in srcpkgs/classabbyamp2022-04-141-0/+4
|
* .github/workflows: Enable actions/staleMichael Aldridge2022-04-091-5/+3
|
* .github/workflows: clean up cycle checkMichael Aldridge2022-04-021-9/+1
|
* .github/workflows: make stale comments workflow dispatchableMichael Aldridge2022-03-301-0/+1
|
* .github/workflows: Add a workflow for dealing with stale issues/prsMichael Aldridge2022-03-301-0/+20
|
* GitHub Action: build on push to branches designated for CIĐoàn Trần Công Danh2022-03-271-2/+6
|
* github/workflow: don't install gitĐoàn Trần Công Danh2021-10-271-4/+0
|
* .github/workflows: open issue when cycle is detectedPiotr Wójcik2021-06-301-2/+13
|
* .github/workflows: prepare container for xbps-cyclesPiotr Wójcik2021-06-301-1/+18
|
* .github/workflows: run xbps-cycles daily.Érico Nogueira2021-06-301-1/+6
| | | | | | Should help in catching cyclic dependencies early. Rename lockthreads.yml to include all scheduled CI tasks.
* CI: make lint-commits part of xlint.shĐoàn Trần Công Danh2021-05-311-2/+0
| | | | | | | | * CI will stop whenever a step is failing. * We always want to enforce commit message lint * `xlint` is reporting some false positive for license with " WITH " Let's make the lint-commits part of xlint.sh
* workflows: fetch xbps for lint stepPiotr Wójcik2021-05-271-0/+1
|
* common: add basic commit lintĐoàn Trần Công Danh2021-05-211-0/+2
| | | | | | | | | Warn if: * subject is longer than 50 characters Error if: * any lines are longer than 80 characters except it's footnotes * second line is not blank
* .github/workflows: only lock PRs, not issues.Érico Nogueira2021-03-261-0/+1
|