aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-26.github/workflows: update imageclassabbyamp2-3/+3
2023-12-30.github/workflows: update buildroot imagesclassabbyamp2-3/+3
2023-09-09.github/workflows/build.yaml: take chroot-git out of PATH for xlintclassabbyamp1-1/+1
2023-09-09.github/workflows/build.yaml: full git is needed for xlintclassabbyamp1-1/+1
2023-09-08.github/workflows/build.yaml: verify the functionality of update-checkclassabbyamp1-2/+7
2023-09-08.github/workflows/build.yaml: run xlint in a void containerclassabbyamp1-6/+22
2023-09-04.github/workflows: update CI imageclassabbyamp2-2/+2
2023-08-18.github/workflows/{build,cycles}: use new buildroot imagesclassabbyamp2-10/+11
2023-08-18common/container: move masterdir image building to void-packagesclassabbyamp1-0/+98
see void-linux/void-docker#11
2023-07-08.github/workflows: update masterdirs to 20230708RC01.Michael Aldridge2-2/+2
2023-04-25.github/workflows: update masterdir imageclassabbyamp2-2/+2
2023-02-04.github/workflows: update containers to latest masterdir imageDuncaen2-2/+2
2023-02-04.github/workflows: Use a different vintage of masterdirMichael Aldridge2-2/+2
2023-02-04.github/workflows: update masterdirsMichael Aldridge2-2/+2
2023-01-30.github/workflows: use treeless-checkout-actionclassabbyamp2-48/+3
2023-01-11.github/workflows/{build.yaml,cycles.yml}: update masterdir imageclassabbyamp2-2/+2
2022-12-21.github/workflows: use checkout script instead of actionclassabbyamp2-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
2022-11-05.github/workflows/stale.yml: ignore tracking issuesclassabbyamp1-1/+1
2022-10-25.github/workflows/build.yaml: add /usr/libexec/chroot-git to PATHclassabbyamp1-2/+2
2022-09-30.github/workflows/stale.yml: update to v60x5c1-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.
2022-09-17common: simplify logic to find gitĐoàn Trần Công Danh1-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.
2022-08-06.github/workflows/stale.yml: fix format of exempt-issue-labelsMartin Dimov1-3/+1
2022-08-05.github/workflows: switch to repo-ci.voidlinux.orgDuncaen2-0/+6
2022-08-02.github/workflows/stale.yml: do not close issues labelled as bugPiotr Wójcik1-1/+3
2022-07-03.github/workflows/: set token permissionsclassabbyamp2-0/+5
2022-05-28.github/workflows/cycles.yml: update masterdirclassabbyamp1-1/+1
2022-05-27.github/workflows: Update masterdirsMichael Aldridge1-1/+1
2022-05-17.github/workflows/build.yaml: auto-cancel in-progress workflowsclassabbyamp1-0/+4
2022-05-17.github/workflows/build.yaml: switch to ubuntu-latestclassabbyamp1-2/+2
2022-05-10.github/: skip file conflicts check if no packages are builtPiotr Wójcik1-2/+4
workflow was limited to branches modifying srcpkgs/, but this still triggered when modifying only update files or removing template
2022-05-07common/travis/xpkgdiff.sh: add CI script to compare pkgs with xpkgdiffclassabbyamp1-0/+8
2022-05-05.github: check file conflicts in x86_64 build jobPiotr Wójcik1-0/+6
2022-04-26.github/workflows/cycles.yml: fix git command detectionclassabbyamp1-1/+7
2022-04-26.github/workflows/cycle.yml: fix error message related to git 2.35.2+classabbyamp1-0/+1
2022-04-15.github/workflows/stale.yml: don't tag issues with request label as staleDuncaen1-0/+1
Closes: #36609 [via git-merge-pr]
2022-04-15.github/workflows/stale.yml: increase operations limitclassabbyamp1-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.
2022-04-14.github/workflows/build.yaml: only run on changes in srcpkgs/classabbyamp1-0/+4
2022-04-09.github/workflows: Enable actions/staleMichael Aldridge1-5/+3
2022-04-02.github/workflows: clean up cycle checkMichael Aldridge1-9/+1
2022-03-30.github/workflows: make stale comments workflow dispatchableMichael Aldridge1-0/+1
2022-03-30.github/workflows: Add a workflow for dealing with stale issues/prsMichael Aldridge1-0/+20
2022-03-27GitHub Action: build on push to branches designated for CIĐoàn Trần Công Danh1-2/+6
2021-10-27github/workflow: don't install gitĐoàn Trần Công Danh1-4/+0
2021-06-30.github/workflows: open issue when cycle is detectedPiotr Wójcik1-2/+13
2021-06-30.github/workflows: prepare container for xbps-cyclesPiotr Wójcik1-1/+18
2021-06-30.github/workflows: run xbps-cycles daily.Érico Nogueira1-1/+6
Should help in catching cyclic dependencies early. Rename lockthreads.yml to include all scheduled CI tasks.
2021-05-31CI: make lint-commits part of xlint.shĐoàn Trần Công Danh1-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
2021-05-27workflows: fetch xbps for lint stepPiotr Wójcik1-0/+1
2021-05-21common: add basic commit lintĐoàn Trần Công Danh1-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
2021-03-26.github/workflows: only lock PRs, not issues.Érico Nogueira1-0/+1