aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* src/bin/paku.in: Move abuild(1) tmpdirs into .abuild/ to make more them ↵EuAndreh2023-03-297-0/+37
| | | | ignorable
* src/bin/paku.in: Better name for Debian directoriesEuAndreh2023-03-291-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".
* src/bin/paku.in: Namespace debian directories to .paku/debian/*EuAndreh2023-03-291-22/+22
|
* Makefile: Use dedicated VM images for different Ubuntu packagersEuAndreh2023-03-291-2/+2
|
* Makefile: Add required dependency to "check-alpine-x86_64-apk"EuAndreh2023-03-291-1/+1
|
* src/bin/paku.in: Parameterize Alpine subpackages via paku.lockEuAndreh2023-03-293-2/+20
|
* src/secrets/eu@euandre.org.rsa: Rotate keypairEuAndreh2023-03-292-78/+78
|
* tests/vm-check.sh: Add POSIX alternative to "sed -u"EuAndreh2023-03-291-2/+13
|
* tests/vm-check.sh: Timestamp each output via ts(1)EuAndreh2023-03-291-15/+19
|
* Use abuild(1) to build ".apk" packagesEuAndreh2023-03-2912-91/+328
|
* .envrc: Do not "set -eu" so one can manually source itEuAndreh2023-03-291-1/+0
|
* Revert "mv Formula/ src/homebrew/"EuAndreh2023-03-296-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
* mv Formula/ src/homebrew/EuAndreh2023-03-286-2/+2
|
* src/bin/paku.in: Add WIP version of Alpine support, based off of DebianEuAndreh2023-03-283-3/+219
|
* src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output filesEuAndreh2023-03-283-6/+9
|
* tests/vm-check.sh: Add support for [-- ARGS]EuAndreh2023-03-281-2/+2
|
* src/bin/paku.in: Small tweaks on HTML outputEuAndreh2023-03-281-3/+3
|
* src/bin/paku.in: Use gexps for #:make-flagsEuAndreh2023-03-282-6/+6
|
* Makefile: Use official HTTP version of Git remoteEuAndreh2023-03-281-1/+1
|
* Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file ↵EuAndreh2023-03-281-1/+2
| | | | | | argument" This reverts commit ad82613439203f497ae773bcad399d28f71418e7.
* queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file argumentEuAndreh2023-03-271-2/+1
|
* src/bin/paku.in: Simplify emission of Debian makefileEuAndreh2023-03-251-4/+8
|
* Makefile: Do not compress files being rsynced locallyEuAndreh2023-03-251-2/+2
|
* src/bin/paku.in: Name .deb files with "latest" instead of commit hashEuAndreh2023-03-251-2/+8
|
* Makefile: Put "public/" in the list of $(derived-assets)EuAndreh2023-03-251-2/+3
|
* Makefile: Un-inline shellcheck testEuAndreh2023-03-252-1/+7
|
* Makefile: Add guix.sentinel fileEuAndreh2023-03-241-2/+5
|
* tests/vm-check.sh: Fail when "check.sh" failsEuAndreh2023-03-241-2/+10
|
* Makefile: Add "check-shellcheck" targetEuAndreh2023-03-243-1/+7
|
* src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrewEuAndreh2023-03-246-12/+12
|
* Makefile: Build "public" by defaultEuAndreh2023-03-241-1/+1
|
* Makefile: Mark "public/debian" after rsyncEuAndreh2023-03-241-0/+1
|
* Makefile: Add missing dependencies to "check-guix"EuAndreh2023-03-241-1/+1
|
* Makefile: Use debian.sentinel for better dependency trackingEuAndreh2023-03-242-3/+8
|
* src/bin/paku.in: Move "datadir" to paku.lockEuAndreh2023-03-243-12/+42
|
* src/bin/paku.in: Emit Makefile for generating $NAME.key for Guix channelEuAndreh2023-03-243-17/+29
| | | | | | Instead of doing it inline in the Makefile with clever Perl one-liners. BONUS: add missing ".POSIX:" to the debian.mk file.
* 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-242-7/+11
|
* paku.lock: Split maintainer name from emailEuAndreh2023-03-242-2/+5
|
* 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
|
* Use manual echo to /etc/apt/sources.list over apt-add-repositoryEuAndreh2023-03-233-7/+9
|
* Makefile: Add architecture to check target nameEuAndreh2023-03-231-3/+5
|
* Makefile: Put check targets at the endEuAndreh2023-03-231-10/+9
|
* TODOs.md: Name "OpenIndiana" over generic "illumos"EuAndreh2023-03-231-1/+1
|