aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Use debian.sentinel for better dependency trackingEuAndreh2023-03-241-3/+7
* src/bin/paku.in: Move "datadir" to paku.lockEuAndreh2023-03-241-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. EuAndreh2023-03-241-8/+6
* Makefile: Split Guix tests from buildEuAndreh2023-03-241-19/+20
* Makefile: Make "src/bin/paku" a member of $(derived-assets)EuAndreh2023-03-241-8/+9
* Makefile: Remove src/bin/paku as a direct (duplicate) dependency of paku.htmlEuAndreh2023-03-241-1/+1
* Makefile: Remove "all" as a dependency to "check"EuAndreh2023-03-241-1/+1
* Makefile: Enable building targets directly which have sentinel aliasesEuAndreh2023-03-241-8/+10
* Makefile: Make "debian" target silent by defaultEuAndreh2023-03-241-1/+1
* Makefile: Derive "EuAndreh.key" from paku.lock fileEuAndreh2023-03-241-7/+10
* Makefile: Use ".sentinel" files to fix dependency graph of Guix and Nix buildEuAndreh2023-03-241-15/+23
* Makefile: Add check-debian-x86_64-debEuAndreh2023-03-231-1/+6
* Makefile: Add architecture to check target nameEuAndreh2023-03-231-3/+5
* Makefile: Put check targets at the endEuAndreh2023-03-231-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. EuAndreh2023-03-221-7/+8
* Support HomebrewEuAndreh2023-03-221-5/+16
* src/bin/paku: General cleanup and tidynessEuAndreh2023-03-211-2/+5
* Add generated Guix and Nix files as dependencies of paku.lockEuAndreh2023-03-211-4/+6
* Big revamp of paku(1): now in Perl, genating Debian packagesEuAndreh2023-03-211-19/+47
* Makefile: Add "guix-packages" as dependency to the "guix-services-*" targetsEuAndreh2023-03-201-2/+2
* queue.scm: Put Dovecot config file under /etc/dovecot/dovecot.conf by defaultEuAndreh2023-03-171-7/+7
* Makefile: Streamline verification of generated config filesEuAndreh2023-03-171-6/+26
* Test for expected output of Postfix config filesEuAndreh2023-03-171-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. EuAndreh2023-03-161-7/+13
* Build nix derivation without the "shell.nix" hackEuAndreh2023-03-131-1/+7
* Makefile: Cleanup old targetsEuAndreh2023-03-131-35/+2
* Also build OS with services in "all" targetEuAndreh2023-03-131-1/+7
* git mv src/xyz/euandreh/* src/org/euandre/EuAndreh2023-03-131-3/+3
* Makefile: Add rule to generate "EuAndreh.key"EuAndreh2023-03-111-1/+4
* Makefile: Run build once over doing in a loopEuAndreh2022-11-221-4/+3
* Makefile: Remove "latest.scm" and "pending.scm"EuAndreh2022-11-161-2/+0
* Makefile: Unregister removed scheme filesEuAndreh2022-10-171-3/+0
* src/xyz/euandreh/perl.scm: Add Perl::CriticEuAndreh2022-06-061-0/+1
* Makefile: Disable empty file for nowEuAndreh2022-06-031-1/+0
* Makefile: Add {docs,rg}.scm files, sort by nameEuAndreh2022-05-301-2/+4
* Makefile: Disable Nix build for now...Recover it when I start building for multiple package managers. Right now things are Guix-only. EuAndreh2022-05-301-1/+0
* Setup basic translation infrastructureEuAndreh2022-01-191-3/+17
* Makefile: Add .POSIX lineEuAndreh2022-01-131-0/+1
* Makefile: Fail early when Guix fails, put queue.scm at the beginningEuAndreh2021-07-121-2/+2
* aux/: Update, adjust Makefile accordinglyEuAndreh2021-07-041-3/+3
* src/xyz/euandreh/pending.scm: Init file, with po4a-textEuAndreh2021-06-301-0/+1
* Makefile: guix build -K to keep failed builds when debuggingEuAndreh2021-06-301-1/+1
* Makefile: Use default variables for public/dependencies.svgEuAndreh2021-06-251-1/+1
* Makefile: Add missing argument to aux/workflow/public.shEuAndreh2021-06-251-1/+1
* Generate dependencies.svg and paku.html inside public/ directlyEuAndreh2021-06-201-6/+8
* Makefile: Remove loop, cp know how to handle multiple argumentsEuAndreh2021-06-171-3/+1
* Makefile: Run scripts in dev-check instead of checkEuAndreh2021-06-171-2/+2
* scripts/paku: Generate paku.htmlEuAndreh2021-06-171-4/+8
* Add empty CHANGELOG.mdEuAndreh2021-06-171-0/+1
* Makefile: Run assert-readme.sh in "check" targetEuAndreh2021-06-161-2/+6