Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .github/workflows/build: only add chroot-git to path during prep steps | classabbyamp | 2024-09-17 | 1 | -10/+17 |
| | | | | fixes #52250 | ||||
* | .github/workflows: update image | classabbyamp | 2024-05-26 | 2 | -3/+3 |
| | |||||
* | .github/workflows: update buildroot images | classabbyamp | 2023-12-30 | 2 | -3/+3 |
| | |||||
* | .github/workflows/build.yaml: take chroot-git out of PATH for xlint | classabbyamp | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | .github/workflows/build.yaml: full git is needed for xlint | classabbyamp | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | .github/workflows/build.yaml: verify the functionality of update-check | classabbyamp | 2023-09-08 | 1 | -2/+7 |
| | |||||
* | .github/workflows/build.yaml: run xlint in a void container | classabbyamp | 2023-09-08 | 1 | -6/+22 |
| | |||||
* | .github/workflows: update CI image | classabbyamp | 2023-09-04 | 2 | -2/+2 |
| | |||||
* | .github/workflows/{build,cycles}: use new buildroot images | classabbyamp | 2023-08-18 | 2 | -10/+11 |
| | |||||
* | common/container: move masterdir image building to void-packages | classabbyamp | 2023-08-18 | 1 | -0/+98 |
| | | | | see void-linux/void-docker#11 | ||||
* | .github/workflows: update masterdirs to 20230708RC01. | Michael Aldridge | 2023-07-08 | 2 | -2/+2 |
| | |||||
* | .github/workflows: update masterdir image | classabbyamp | 2023-04-25 | 2 | -2/+2 |
| | |||||
* | issue templates: use alpha.de -> repo-default for void-updates url | classabbyamp | 2023-02-11 | 3 | -3/+3 |
| | |||||
* | .github/workflows: update containers to latest masterdir image | Duncaen | 2023-02-04 | 2 | -2/+2 |
| | |||||
* | .github/workflows: Use a different vintage of masterdir | Michael Aldridge | 2023-02-04 | 2 | -2/+2 |
| | |||||
* | .github/workflows: update masterdirs | Michael Aldridge | 2023-02-04 | 2 | -2/+2 |
| | |||||
* | .github/workflows: use treeless-checkout-action | classabbyamp | 2023-01-30 | 2 | -48/+3 |
| | |||||
* | .github/workflows/{build.yaml,cycles.yml}: update masterdir image | classabbyamp | 2023-01-11 | 2 | -2/+2 |
| | |||||
* | .github/workflows: use checkout script instead of action | classabbyamp | 2022-12-21 | 2 | -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 issues | classabbyamp | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | .github/workflows/build.yaml: add /usr/libexec/chroot-git to PATH | classabbyamp | 2022-10-25 | 1 | -2/+2 |
| | |||||
* | .github/workflows/stale.yml: update to v6 | 0x5c | 2022-09-30 | 1 | -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 Danh | 2022-09-17 | 1 | -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/pull_request_template.md: update pkg reqs url | classabbyamp | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | .github/ISSUE_TEMPLATE/pkg-request.yml: update pkg reqs url | classabbyamp | 2022-08-12 | 1 | -3/+3 |
| | |||||
* | .github/workflows/stale.yml: fix format of exempt-issue-labels | Martin Dimov | 2022-08-06 | 1 | -3/+1 |
| | |||||
* | .github/workflows: switch to repo-ci.voidlinux.org | Duncaen | 2022-08-05 | 2 | -0/+6 |
| | |||||
* | .github/workflows/stale.yml: do not close issues labelled as bug | Piotr Wójcik | 2022-08-02 | 1 | -1/+3 |
| | |||||
* | .github/issue_template: discourage update requests | Michal Vasilek | 2022-07-24 | 1 | -0/+4 |
| | | | | | | This is only mentioned in the bug report issue template, so some people miss it because they don't look at the bug report issue template and just open an issue without a template. | ||||
* | .github/issue_template.md: remind issue creators of issue forms | classabbyamp | 2022-07-18 | 1 | -0/+4 |
| | |||||
* | .github/workflows/: set token permissions | classabbyamp | 2022-07-03 | 2 | -0/+5 |
| | |||||
* | .github/ISSUE_TEMPLATE: add bug report and package request issue forms | classabbyamp | 2022-06-17 | 4 | -14/+137 |
| | | | | Co-authored-by: 0x5c <dev@0x5c.io> | ||||
* | .github/workflows/cycles.yml: update masterdir | classabbyamp | 2022-05-28 | 1 | -1/+1 |
| | |||||
* | .github/workflows: Update masterdirs | Michael Aldridge | 2022-05-27 | 1 | -1/+1 |
| | |||||
* | various: change default repo to repo-default.voidlinux.org | Michael Aldridge | 2022-05-27 | 1 | -1/+1 |
| | |||||
* | .github/workflows/build.yaml: auto-cancel in-progress workflows | classabbyamp | 2022-05-17 | 1 | -0/+4 |
| | |||||
* | .github/workflows/build.yaml: switch to ubuntu-latest | classabbyamp | 2022-05-17 | 1 | -2/+2 |
| | |||||
* | .github/: skip file conflicts check if no packages are built | Piotr Wójcik | 2022-05-10 | 1 | -2/+4 |
| | | | | | workflow was limited to branches modifying srcpkgs/, but this still triggered when modifying only update files or removing template | ||||
* | .github: remove extraneous whitespace | mhmdanas | 2022-05-07 | 2 | -2/+2 |
| | |||||
* | common/travis/xpkgdiff.sh: add CI script to compare pkgs with xpkgdiff | classabbyamp | 2022-05-07 | 1 | -0/+8 |
| | |||||
* | .github: check file conflicts in x86_64 build job | Piotr Wójcik | 2022-05-05 | 1 | -0/+6 |
| | |||||
* | .github/workflows/cycles.yml: fix git command detection | classabbyamp | 2022-04-26 | 1 | -1/+7 |
| | |||||
* | .github/workflows/cycle.yml: fix error message related to git 2.35.2+ | classabbyamp | 2022-04-26 | 1 | -0/+1 |
| | |||||
* | .github/workflows/stale.yml: don't tag issues with request label as stale | Duncaen | 2022-04-15 | 1 | -0/+1 |
| | | | | Closes: #36609 [via git-merge-pr] | ||||
* | .github/workflows/stale.yml: increase operations limit | classabbyamp | 2022-04-15 | 1 | -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/ | classabbyamp | 2022-04-14 | 1 | -0/+4 |
| | |||||
* | .github/workflows: Enable actions/stale | Michael Aldridge | 2022-04-09 | 1 | -5/+3 |
| | |||||
* | .github/workflows: clean up cycle check | Michael Aldridge | 2022-04-02 | 1 | -9/+1 |
| | |||||
* | .github/workflows: make stale comments workflow dispatchable | Michael Aldridge | 2022-03-30 | 1 | -0/+1 |
| | |||||
* | .github/workflows: Add a workflow for dealing with stale issues/prs | Michael Aldridge | 2022-03-30 | 1 | -0/+20 |
| |