index
:
package-repository
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP CI
EuAndreh
2023-03-31
2
-0
/
+199
*
Makefile: Remove Formula/ and src/alpine/ before regenerating
EuAndreh
2023-03-31
3
-34
/
+2
*
src/bin/paku.in: Remove duplicate logic from templates, put it in paku.lock
EuAndreh
2023-03-31
2
-29
/
+24
*
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
6
-326
/
+464
*
paku.lock: s/packages/pkgs/
EuAndreh
2023-03-29
2
-11
/
+11
*
paku.lock: Separate "version" and "vversion"
EuAndreh
2023-03-29
2
-23
/
+27
*
src/bin/paku.in: Generate build.nix
EuAndreh
2023-03-29
2
-0
/
+18
*
src/bin/paku.in: Remove "-latest" suffix from HTML ids
EuAndreh
2023-03-29
1
-4
/
+7
*
src/bin/paku.in: Move abuild(1) tmpdirs into .abuild/ to make more them ignor...
EuAndreh
2023-03-29
7
-0
/
+37
*
src/bin/paku.in: Better name for Debian directories
...
"builddirs" is only the installation target, so now it is "destdirs". "checkouts" are where the package is actually built, so now it is "builddirs".
EuAndreh
2023-03-29
1
-8
/
+8
*
src/bin/paku.in: Namespace debian directories to .paku/debian/*
EuAndreh
2023-03-29
1
-22
/
+22
*
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
*
src/bin/paku.in: Parameterize Alpine subpackages via paku.lock
EuAndreh
2023-03-29
3
-2
/
+20
*
src/secrets/eu@euandre.org.rsa: Rotate keypair
EuAndreh
2023-03-29
2
-78
/
+78
*
tests/vm-check.sh: Add POSIX alternative to "sed -u"
EuAndreh
2023-03-29
1
-2
/
+13
*
tests/vm-check.sh: Timestamp each output via ts(1)
EuAndreh
2023-03-29
1
-15
/
+19
*
Use abuild(1) to build ".apk" packages
EuAndreh
2023-03-29
12
-91
/
+328
*
.envrc: Do not "set -eu" so one can manually source it
EuAndreh
2023-03-29
1
-1
/
+0
*
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
6
-2
/
+2
*
mv Formula/ src/homebrew/
EuAndreh
2023-03-28
6
-2
/
+2
*
src/bin/paku.in: Add WIP version of Alpine support, based off of Debian
EuAndreh
2023-03-28
3
-3
/
+219
*
src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output files
EuAndreh
2023-03-28
3
-6
/
+9
*
tests/vm-check.sh: Add support for [-- ARGS]
EuAndreh
2023-03-28
1
-2
/
+2
*
src/bin/paku.in: Small tweaks on HTML output
EuAndreh
2023-03-28
1
-3
/
+3
*
src/bin/paku.in: Use gexps for #:make-flags
EuAndreh
2023-03-28
2
-6
/
+6
*
Makefile: Use official HTTP version of Git remote
EuAndreh
2023-03-28
1
-1
/
+1
*
Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file arg...
...
This reverts commit ad82613439203f497ae773bcad399d28f71418e7.
EuAndreh
2023-03-28
1
-1
/
+2
*
queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file argument
EuAndreh
2023-03-27
1
-2
/
+1
*
src/bin/paku.in: Simplify emission of Debian makefile
EuAndreh
2023-03-25
1
-4
/
+8
*
Makefile: Do not compress files being rsynced locally
EuAndreh
2023-03-25
1
-2
/
+2
*
src/bin/paku.in: Name .deb files with "latest" instead of commit hash
EuAndreh
2023-03-25
1
-2
/
+8
*
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
2
-1
/
+7
*
Makefile: Add guix.sentinel file
EuAndreh
2023-03-24
1
-2
/
+5
*
tests/vm-check.sh: Fail when "check.sh" fails
EuAndreh
2023-03-24
1
-2
/
+10
*
Makefile: Add "check-shellcheck" target
EuAndreh
2023-03-24
3
-1
/
+7
*
src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrew
EuAndreh
2023-03-24
6
-12
/
+12
*
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
2
-3
/
+8
*
src/bin/paku.in: Move "datadir" to paku.lock
EuAndreh
2023-03-24
3
-12
/
+42
*
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
3
-17
/
+29
*
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
[next]