aboutsummaryrefslogtreecommitdiff
path: root/.github (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
|
* issue templates: use alpha.de -> repo-default for void-updates urlclassabbyamp2023-02-113-3/+3
|
* .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/pull_request_template.md: update pkg reqs urlclassabbyamp2022-08-121-1/+1
|
* .github/ISSUE_TEMPLATE/pkg-request.yml: update pkg reqs urlclassabbyamp2022-08-121-3/+3
|
* .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/issue_template: discourage update requestsMichal Vasilek2022-07-241-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 formsclassabbyamp2022-07-181-0/+4
|
* .github/workflows/: set token permissionsclassabbyamp2022-07-032-0/+5
|
* .github/ISSUE_TEMPLATE: add bug report and package request issue formsclassabbyamp2022-06-174-14/+137
| | | | Co-authored-by: 0x5c <dev@0x5c.io>
* .github/workflows/cycles.yml: update masterdirclassabbyamp2022-05-281-1/+1
|
* .github/workflows: Update masterdirsMichael Aldridge2022-05-271-1/+1
|
* various: change default repo to repo-default.voidlinux.orgMichael 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
* .github: remove extraneous whitespacemhmdanas2022-05-072-2/+2
|
* 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
|