Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-14 | Revert "queue.scm: Separate stdlib binaries into its own output" | EuAndreh | 1 | -6/+1 | |
This reverts commit 37eece0efd628793397540b4e2d29c54582b28c3. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 6583f8857a55b7b6f3fe091b8d237913bc362e42 git notes --ref=refs/notes/ci-data show 6583f8857a55b7b6f3fe091b8d237913bc362e42 Exit status: 0 Duration: 0 | |||||
2024-08-13 | queue.scm: Render Go's timeout innefective by making it too large | EuAndreh | 1 | -5/+4 | |
2024-08-13 | queue.scm: Separate stdlib binaries into its own output | EuAndreh | 1 | -1/+6 | |
2024-08-12 | queue.scm: Disable Go test timeout | EuAndreh | 1 | -11/+21 | |
2024-08-05 | queue.scm: Stop disabling #:tests? in "go-full" | EuAndreh | 1 | -1/+0 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 4cc791f941dc208f520a9903661abc90f7612e85 git notes --ref=refs/notes/ci-data show 4cc791f941dc208f520a9903661abc90f7612e85 Exit status: 0 Duration: 0 | |||||
2024-08-03 | queue.scm: Add "go-full" package | EuAndreh | 1 | -0/+28 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 2a9a65b876831994cfe25b993b78503cf466a3b9 git notes --ref=refs/notes/ci-data show 2a9a65b876831994cfe25b993b78503cf466a3b9 Exit status: 0 Duration: 0 | |||||
2024-05-10 | packages.scm: Update eut | EuAndreh | 1 | -2/+2 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 90f3e83030873a996e1c191dda3124433c149f97 git notes --ref=refs/notes/ci-data show 90f3e83030873a996e1c191dda3124433c149f97 Exit status: 0 Duration: 0 | |||||
2024-05-10 | packages.scm: Define "eut" with (pkg ...) and update it | EuAndreh | 1 | -27/+6 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 84480bbeebbcac107ecf293d386632fa8a8d06ba git notes --ref=refs/notes/ci-data show 84480bbeebbcac107ecf293d386632fa8a8d06ba Exit status: 0 Duration: 0 | |||||
2024-05-10 | packages.scm: Add packages: cage, nicely and q | EuAndreh | 1 | -0/+45 | |
2024-05-10 | packages.scm: Add eut | EuAndreh | 1 | -0/+28 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 3e5f34ddbf194d6ea48e5f7ae2f13c78cb9fba07 git notes --ref=refs/notes/ci-data show 3e5f34ddbf194d6ea48e5f7ae2f13c78cb9fba07 Exit status: 0 Duration: 0 | |||||
2024-05-09 | Makefile: Rename target "upload" -> "deploy" | EuAndreh | 1 | -1/+1 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 8948497cc7c82abb7a50df33775b61fe592a2bb7 git notes --ref=refs/notes/ci-data show 8948497cc7c82abb7a50df33775b61fe592a2bb7 Exit status: 0 Duration: 0 | |||||
2024-02-01 | src/org/euandre/queue.scm: Stop propagating python-setuptools on ↵ | EuAndreh | 1 | -1/+1 | |
"python-telegram-bot" Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ee1f82f59dacabf2d76632d0709708d081f24275 git notes --ref=refs/notes/ci-data show ee1f82f59dacabf2d76632d0709708d081f24275 Exit status: 0 Duration: 0 | |||||
2023-05-13 | queue.scm: Disable tests for mailutils-sendmail | EuAndreh | 1 | -0/+1 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 24f3846950b7cb953daf7a448a84f5087e9010d8 git notes --ref=refs/notes/ci-data show 24f3846950b7cb953daf7a448a84f5087e9010d8 Exit status: 0 Duration: 0 | |||||
2023-05-07 | queue.scm: Use tornado 6 with python-telegram-bot | EuAndreh | 1 | -1/+1 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 66913c7c1a05324cf9707b08b12dec6476460d49 git notes --ref=refs/notes/ci-data show 66913c7c1a05324cf9707b08b12dec6476460d49 Exit status: 0 Duration: 0 | |||||
2023-04-02 | Makefile: Use dedicated "deployer" user on remote host | EuAndreh | 1 | -1/+5 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 8ac9efafc4c1b2554f7ddf6ee109d7fb38309d7b git notes --ref=refs/notes/ci-data show 8ac9efafc4c1b2554f7ddf6ee109d7fb38309d7b Exit status: 0 Duration: 0 | |||||
2023-04-02 | queue.scm: Add "pax-utils" package | EuAndreh | 1 | -0/+25 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 5c2836a338de43540b52bd519a9eae58d8d22890 git notes --ref=refs/notes/ci-data show 5c2836a338de43540b52bd519a9eae58d8d22890 Exit status: 0 Duration: 0 | |||||
2023-03-31 | src/org/euandre/packages.scm: Recover guile-heredoc, which is being used in prod | EuAndreh | 1 | -1/+60 | |
2023-03-31 | queue.scm: Add hunspell UTF-8 dictionaries | EuAndreh | 1 | -0/+47 | |
2023-03-31 | WIP CI | EuAndreh | 2 | -0/+199 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 0bc77c81143b3f4763d7f1034001fa4a9d730347 git notes --ref=refs/notes/ci-data show 0bc77c81143b3f4763d7f1034001fa4a9d730347 Exit status: 0 Duration: 0 | |||||
2023-03-31 | Makefile: Remove Formula/ and src/alpine/ before regenerating | EuAndreh | 3 | -34/+2 | |
2023-03-31 | src/bin/paku.in: Remove duplicate logic from templates, put it in paku.lock | EuAndreh | 2 | -29/+24 | |
2023-03-31 | Makefile: Get URLs from JSON over duplicating it here | EuAndreh | 1 | -2/+2 | |
2023-03-31 | paku.lock: Generate this file from src/bin/paku.in | EuAndreh | 6 | -326/+464 | |
2023-03-29 | paku.lock: s/packages/pkgs/ | EuAndreh | 2 | -11/+11 | |
2023-03-29 | paku.lock: Separate "version" and "vversion" | EuAndreh | 2 | -23/+27 | |
2023-03-29 | src/bin/paku.in: Generate build.nix | EuAndreh | 2 | -0/+18 | |
2023-03-29 | src/bin/paku.in: Remove "-latest" suffix from HTML ids | EuAndreh | 1 | -4/+7 | |
2023-03-29 | src/bin/paku.in: Move abuild(1) tmpdirs into .abuild/ to make more them ↵ | EuAndreh | 7 | -0/+37 | |
ignorable | |||||
2023-03-29 | src/bin/paku.in: Better name for Debian directories | EuAndreh | 1 | -8/+8 | |
"builddirs" is only the installation target, so now it is "destdirs". "checkouts" are where the package is actually built, so now it is "builddirs". | |||||
2023-03-29 | src/bin/paku.in: Namespace debian directories to .paku/debian/* | EuAndreh | 1 | -22/+22 | |
2023-03-29 | Makefile: Use dedicated VM images for different Ubuntu packagers | EuAndreh | 1 | -2/+2 | |
2023-03-29 | Makefile: Add required dependency to "check-alpine-x86_64-apk" | EuAndreh | 1 | -1/+1 | |
2023-03-29 | src/bin/paku.in: Parameterize Alpine subpackages via paku.lock | EuAndreh | 3 | -2/+20 | |
2023-03-29 | src/secrets/eu@euandre.org.rsa: Rotate keypair | EuAndreh | 2 | -78/+78 | |
2023-03-29 | tests/vm-check.sh: Add POSIX alternative to "sed -u" | EuAndreh | 1 | -2/+13 | |
2023-03-29 | tests/vm-check.sh: Timestamp each output via ts(1) | EuAndreh | 1 | -15/+19 | |
2023-03-29 | Use abuild(1) to build ".apk" packages | EuAndreh | 12 | -91/+328 | |
2023-03-29 | .envrc: Do not "set -eu" so one can manually source it | EuAndreh | 1 | -1/+0 | |
2023-03-29 | Revert "mv Formula/ src/homebrew/" | EuAndreh | 6 | -2/+2 | |
This reverts commit c5e9b62f0193ce802955ebdc8c128a21f3ca3097. The "Formula/" path is indeed hardcoded: https://github.com/Homebrew/brew//blob/fb70af3977b9599f561b05a6237912bf87aa7014/Library/Homebrew/formula_path.sh#L52 | |||||
2023-03-28 | mv Formula/ src/homebrew/ | EuAndreh | 6 | -2/+2 | |
2023-03-28 | src/bin/paku.in: Add WIP version of Alpine support, based off of Debian | EuAndreh | 3 | -3/+219 | |
2023-03-28 | src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output files | EuAndreh | 3 | -6/+9 | |
2023-03-28 | tests/vm-check.sh: Add support for [-- ARGS] | EuAndreh | 1 | -2/+2 | |
2023-03-28 | src/bin/paku.in: Small tweaks on HTML output | EuAndreh | 1 | -3/+3 | |
2023-03-28 | src/bin/paku.in: Use gexps for #:make-flags | EuAndreh | 2 | -6/+6 | |
2023-03-28 | Makefile: Use official HTTP version of Git remote | EuAndreh | 1 | -1/+1 | |
2023-03-28 | Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file ↵ | EuAndreh | 1 | -1/+2 | |
argument" This reverts commit ad82613439203f497ae773bcad399d28f71418e7. | |||||
2023-03-27 | queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file argument | EuAndreh | 1 | -2/+1 | |
2023-03-25 | src/bin/paku.in: Simplify emission of Debian makefile | EuAndreh | 1 | -4/+8 | |
2023-03-25 | Makefile: Do not compress files being rsynced locally | EuAndreh | 1 | -2/+2 | |