Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | aux/guix/pinned-channels.scm: Change channel of xyz-euandreh channel | EuAndreh | 2021-06-11 | 1 | -1/+1 | |
| | ||||||
* | aux/workflow/dist.sh: Remove unused variables | EuAndreh | 2021-06-11 | 1 | -2/+1 | |
| | ||||||
* | Update files under aux/ | EuAndreh | 2021-06-07 | 7 | -17/+36 | |
| | ||||||
* | aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section | EuAndreh | 2021-06-06 | 1 | -0/+12 | |
| | ||||||
* | README.md: Add explicit "Links" and "Releases" sections | EuAndreh | 2021-06-06 | 3 | -29/+21 | |
| | | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML. | |||||
* | aux/: Use tabs over spaces for .sh files | EuAndreh | 2021-06-06 | 14 | -185/+188 | |
| | ||||||
* | aux/: Add favicon to generated HTML files | EuAndreh | 2021-06-06 | 8 | -0/+69 | |
| | ||||||
* | Remove assert-clang-format.sh | EuAndreh | 2021-06-06 | 1 | -16/+0 | |
| | | | | | | | The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work. | |||||
* | aux/workflow/public.sh: Mark as executable | EuAndreh | 2021-03-23 | 1 | -0/+0 | |
| | ||||||
* | aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵ | EuAndreh | 2021-03-23 | 1 | -7/+1 | |
| | | | | when tests fail | |||||
* | Remove unused aux/workflow/CHANGELOG.sh | EuAndreh | 2021-03-23 | 1 | -17/+0 | |
| | ||||||
* | aux/guix/with-container.sh: Add --fallback to Guix commands | EuAndreh | 2021-03-13 | 1 | -7/+6 | |
| | ||||||
* | Revert change to aux/ci/ci-build.sh | EuAndreh | 2021-03-10 | 1 | -1/+1 | |
| | ||||||
* | ci-build.sh: Publish CI logs even when "dev-check" fails | EuAndreh | 2021-03-09 | 1 | -1/+1 | |
| | ||||||
* | assert-clang-format.sh: ShellCheck | EuAndreh | 2021-03-09 | 1 | -2/+2 | |
| | ||||||
* | Remove xargs -0 flag usage | EuAndreh | 2021-03-08 | 2 | -3/+3 | |
| | ||||||
* | TODOs.sh: Remove unused SED_REGEX variable | EuAndreh | 2021-03-07 | 1 | -2/+0 | |
| | ||||||
* | manifest.scm: Remove gettext package | EuAndreh | 2021-03-07 | 1 | -1/+0 | |
| | ||||||
* | TODOs.sh: Use sed to remove dependency on gettext | EuAndreh | 2021-03-07 | 2 | -12/+16 | |
| | ||||||
* | assert-todos.sh: Remove reference to inexistant docbook-xsl/ directory | EuAndreh | 2021-03-07 | 1 | -1/+1 | |
| | ||||||
* | ci-build.sh: Also omit output of second rsync | EuAndreh | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | README.sh: Remove suffix from Git repo link | EuAndreh | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | Suppress rsync stderr from CI logs | EuAndreh | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | Update files under aux/ | EuAndreh | 2021-03-06 | 1 | -0/+5 | |
| | ||||||
* | Remove sharedc dependency | EuAndreh | 2021-03-03 | 1 | -2/+1 | |
| | ||||||
* | Add assert-changelog.sh; change dependency of check -> dev-check targets | EuAndreh | 2021-02-28 | 3 | -5/+16 | |
| | ||||||
* | README.sh: Reverse the list of tags | EuAndreh | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | Add aux/workflow/sign-tarballs.sh | EuAndreh | 2021-02-27 | 3 | -1/+21 | |
| | ||||||
* | manifest.scm: Fix misplaced dependency, use sharedc-latest | EuAndreh | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | Update aux/workflow/dist.sh | EuAndreh | 2021-02-25 | 1 | -5/+11 | |
| | ||||||
* | Update files under aux/ci/ | EuAndreh | 2021-02-25 | 2 | -3/+3 | |
| | ||||||
* | aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case ↵ | EuAndreh | 2021-02-24 | 1 | -1/+1 | |
| | | | | of failure | |||||
* | aux/ci/ci-build.sh: Capture stderr properly | EuAndreh | 2021-02-23 | 1 | -1/+1 | |
| | ||||||
* | aux/guix/manifest.scm: Add remembering-latest, use fallible-latest over fallible | EuAndreh | 2021-02-23 | 1 | -1/+2 | |
| | ||||||
* | aux/guix/manifest.scm: Add posix-c99 | EuAndreh | 2021-02-23 | 1 | -0/+1 | |
| | ||||||
* | aux/ci/ci-build.sh: Remove checking for ./configure file | EuAndreh | 2021-02-23 | 1 | -7/+1 | |
| | ||||||
* | aux/guix/pinned-channels.scm: Use %default-channels | EuAndreh | 2021-02-23 | 1 | -11/+2 | |
| | ||||||
* | Add aux/workflow/public.sh, update aux/workflow/README.sh | EuAndreh | 2021-02-23 | 2 | -2/+30 | |
| | ||||||
* | aux/workflow/dist.sh: Fix quotation | EuAndreh | 2021-02-22 | 1 | -3/+3 | |
| | ||||||
* | Move "dist" target to aux/workflow/dist.sh | EuAndreh | 2021-02-21 | 1 | -0/+17 | |
| | ||||||
* | Update aux/ files | EuAndreh | 2021-02-21 | 1 | -0/+1 | |
| | ||||||
* | Update aux/workflow/: support tags in TODOs.md | EuAndreh | 2021-02-20 | 2 | -4/+17 | |
| | ||||||
* | report.sh: Remove set -x option | EuAndreh | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | Generate report.sh after CI finishes | EuAndreh | 2021-02-18 | 2 | -1/+8 | |
| | ||||||
* | pinned-channels.scm: Add xyz-euandreh channel | EuAndreh | 2021-02-18 | 1 | -1/+10 | |
| | ||||||
* | manifest.scm: Add C toolchain packages | EuAndreh | 2021-02-18 | 1 | -1/+6 | |
| | ||||||
* | Refactor tests/lib.sh | EuAndreh | 2021-02-17 | 1 | -0/+9 | |
| | ||||||
* | Update files under aux/ | EuAndreh | 2021-02-17 | 9 | -12/+125 | |
| | ||||||
* | aux/ci/: Use /srv over /data path | EuAndreh | 2021-01-30 | 2 | -4/+4 | |
| | ||||||
* | aux/ci/ci-build.sh: Remove --enable-(ci|programmer)-mode | EuAndreh | 2021-01-30 | 1 | -1/+1 | |
| |