| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Rename target "upload" -> "deploy" | EuAndreh | 2024-05-09 | 1 | -1/+1 |
* | Makefile: Use dedicated "deployer" user on remote host | EuAndreh | 2023-04-02 | 1 | -1/+5 |
* | Makefile: Remove Formula/ and src/alpine/ before regenerating | EuAndreh | 2023-03-31 | 1 | -0/+2 |
* | Makefile: Get URLs from JSON over duplicating it here | EuAndreh | 2023-03-31 | 1 | -2/+2 |
* | paku.lock: Generate this file from src/bin/paku.in | EuAndreh | 2023-03-31 | 1 | -0/+6 |
* | src/bin/paku.in: Generate build.nix | EuAndreh | 2023-03-29 | 1 | -0/+3 |
* | Makefile: Use dedicated VM images for different Ubuntu packagers | EuAndreh | 2023-03-29 | 1 | -2/+2 |
* | Makefile: Add required dependency to "check-alpine-x86_64-apk" | EuAndreh | 2023-03-29 | 1 | -1/+1 |
* | Use abuild(1) to build ".apk" packages | EuAndreh | 2023-03-29 | 1 | -4/+5 |
* | Revert "mv Formula/ src/homebrew/"...This reverts commit c5e9b62f0193ce802955ebdc8c128a21f3ca3097.
The "Formula/" path is indeed hardcoded:
https://github.com/Homebrew/brew//blob/fb70af3977b9599f561b05a6237912bf87aa7014/Library/Homebrew/formula_path.sh#L52
| EuAndreh | 2023-03-29 | 1 | -2/+2 |
* | mv Formula/ src/homebrew/ | EuAndreh | 2023-03-28 | 1 | -2/+2 |
* | src/bin/paku.in: Add WIP version of Alpine support, based off of Debian | EuAndreh | 2023-03-28 | 1 | -3/+24 |
* | src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output files | EuAndreh | 2023-03-28 | 1 | -3/+3 |
* | Makefile: Use official HTTP version of Git remote | EuAndreh | 2023-03-28 | 1 | -1/+1 |
* | Makefile: Do not compress files being rsynced locally | EuAndreh | 2023-03-25 | 1 | -2/+2 |
* | Makefile: Put "public/" in the list of $(derived-assets) | EuAndreh | 2023-03-25 | 1 | -2/+3 |
* | Makefile: Un-inline shellcheck test | EuAndreh | 2023-03-25 | 1 | -1/+1 |
* | Makefile: Add guix.sentinel file | EuAndreh | 2023-03-24 | 1 | -2/+5 |
* | Makefile: Add "check-shellcheck" target | EuAndreh | 2023-03-24 | 1 | -1/+4 |
* | Makefile: Build "public" by default | EuAndreh | 2023-03-24 | 1 | -1/+1 |
* | Makefile: Mark "public/debian" after rsync | EuAndreh | 2023-03-24 | 1 | -0/+1 |
* | Makefile: Add missing dependencies to "check-guix" | EuAndreh | 2023-03-24 | 1 | -1/+1 |
* | Makefile: Use debian.sentinel for better dependency tracking | EuAndreh | 2023-03-24 | 1 | -3/+7 |
* | src/bin/paku.in: Move "datadir" to paku.lock | EuAndreh | 2023-03-24 | 1 | -2/+4 |
* | src/bin/paku.in: Emit Makefile for generating $NAME.key for Guix channel...Instead of doing it inline in the Makefile with clever Perl one-liners.
BONUS: add missing ".POSIX:" to the debian.mk file.
| EuAndreh | 2023-03-24 | 1 | -8/+6 |
* | Makefile: Split Guix tests from build | EuAndreh | 2023-03-24 | 1 | -19/+20 |
* | Makefile: Make "src/bin/paku" a member of $(derived-assets) | EuAndreh | 2023-03-24 | 1 | -8/+9 |
* | Makefile: Remove src/bin/paku as a direct (duplicate) dependency of paku.html | EuAndreh | 2023-03-24 | 1 | -1/+1 |
* | Makefile: Remove "all" as a dependency to "check" | EuAndreh | 2023-03-24 | 1 | -1/+1 |
* | Makefile: Enable building targets directly which have sentinel aliases | EuAndreh | 2023-03-24 | 1 | -8/+10 |
* | Makefile: Make "debian" target silent by default | EuAndreh | 2023-03-24 | 1 | -1/+1 |
* | Makefile: Derive "EuAndreh.key" from paku.lock file | EuAndreh | 2023-03-24 | 1 | -7/+10 |
* | Makefile: Use ".sentinel" files to fix dependency graph of Guix and Nix build | EuAndreh | 2023-03-24 | 1 | -15/+23 |
* | Makefile: Add check-debian-x86_64-deb | EuAndreh | 2023-03-23 | 1 | -1/+6 |
* | Makefile: Add architecture to check target name | EuAndreh | 2023-03-23 | 1 | -3/+5 |
* | Makefile: Put check targets at the end | EuAndreh | 2023-03-23 | 1 | -10/+9 |
* | git mv src/bin/paku src/bin/paku.in...Use the derived version without the ".in" suffix as the executable one,
and remove the explicit "perl src/bin/paku" invocation with a simple
"paku" one.
| EuAndreh | 2023-03-22 | 1 | -7/+8 |
* | Support Homebrew | EuAndreh | 2023-03-22 | 1 | -5/+16 |
* | src/bin/paku: General cleanup and tidyness | EuAndreh | 2023-03-21 | 1 | -2/+5 |
* | Add generated Guix and Nix files as dependencies of paku.lock | EuAndreh | 2023-03-21 | 1 | -4/+6 |
* | Big revamp of paku(1): now in Perl, genating Debian packages | EuAndreh | 2023-03-21 | 1 | -19/+47 |
* | Makefile: Add "guix-packages" as dependency to the "guix-services-*" targets | EuAndreh | 2023-03-20 | 1 | -2/+2 |
* | queue.scm: Put Dovecot config file under /etc/dovecot/dovecot.conf by default | EuAndreh | 2023-03-17 | 1 | -7/+7 |
* | Makefile: Streamline verification of generated config files | EuAndreh | 2023-03-17 | 1 | -6/+26 |
* | Test for expected output of Postfix config files | EuAndreh | 2023-03-17 | 1 | -4/+21 |
* | queue.scm: Split postfix-service-type into {local,internet}-postfix-service-type...Also add those to `Makefile` as separate targets.
BONUS: better naming of Guix targets in `Makefile`. Instead of
`all-{packages,services}`, it is now `guix-{packages,services}`,
as there are other packages being built that do not belong to
Guix, and maybe more services in the future.
| EuAndreh | 2023-03-16 | 1 | -7/+13 |
* | Build nix derivation without the "shell.nix" hack | EuAndreh | 2023-03-13 | 1 | -1/+7 |
* | Makefile: Cleanup old targets | EuAndreh | 2023-03-13 | 1 | -35/+2 |
* | Also build OS with services in "all" target | EuAndreh | 2023-03-13 | 1 | -1/+7 |
* | git mv src/xyz/euandreh/* src/org/euandre/ | EuAndreh | 2023-03-13 | 1 | -3/+3 |