aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre/queue.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* queue.scm: Add enable CGit nocacheHEADmainEuAndreh11 hours1-0/+1
| | | | | | * src/org/euandre/queue.scm (cgit-pre-configuration) <extra-options>: Add explicit `nocache=1` as raw string, as the original is getting mingled.
* queue.scm: Replace (mimetype ...) with raw stringEuAndreh12 hours1-4/+1
| | | | | * src/org/euandre/queue.scm (cgit-pre-configuration) <extra-options>: Add custom MIME type string as raw string.
* queue.scm: Add trailing newline to cgit mimetypesEuAndreh12 hours1-1/+1
| | | | | | * src/org/euandre/queue.scm (cgit-pre-configuration): Try adding an explicit newline to enable the following configuration line to be effective.
* queue.scm: Tweak formatting of cgit mimetypesEuAndreh12 hours1-1/+2
| | | | | | | * src/org/euandre/queue.scm (cgit-pre-configuration): Add extra stub empty entry, as the current config file generator doesn't add a newline after the last item, and cobbles it together with the following configuration line.
* src/org/euandre/queue.scm (cgit-pre-configuration): Add mimetype config for ↵EuAndreh18 hours1-0/+3
| | | | .js and .mjs
* s/go-full/gol/gEuAndreh2025-05-151-3/+3
|
* queue.scm: Set cgit max-repo-count config to 0EuAndreh2025-05-091-0/+1
|
* queue.scm: Remove "http2" from nginx listenEuAndreh2025-03-151-1/+1
|
* {papo,queue}.scm: Remove (extra-mappings ...) fields from everywhereEuAndreh2025-03-091-59/+43
|
* Revert "Rename dovecot dovecot2"EuAndreh2025-03-041-87/+87
| | | | This reverts commit af2fbd2680930f2ac46be53e265585c299502678.
* queue.scm: Add customized "dovecotx" that does not expect a global /usr/lib ↵EuAndreh2025-03-041-1/+14
| | | | directory
* Rename dovecot dovecot2EuAndreh2025-03-031-87/+87
|
* queue.scm: Export gm2, ffmpegx and mpvxEuAndreh2025-03-031-3/+3
|
* queue.scm: Add "ffmpegx" and "mpvx" in WIP sectionEuAndreh2025-03-031-1/+27
|
* queue.scm: Add "gm2" in WIP sectionEuAndreh2025-03-031-0/+22
|
* packages.scm: Remove explicit SIGKILL destructors from (shepherd-service ...)EuAndreh2025-02-261-1/+0
|
* queue.scm: Disable go broken testsEuAndreh2025-01-181-30/+32
|
* queue.scm: Explicitly specify signing algorithm for DKIM signatureEuAndreh2024-11-161-1/+1
| | | | Apparently, the default is rsa-sha1 =/
* queue.scm: Consider trailing newline when stripping public-keyEuAndreh2024-11-161-1/+1
|
* queue.scm: Add explicit "go-full" name to alias packageEuAndreh2024-11-141-0/+1
|
* Revert HEAD~1 and HEAD~2EuAndreh2024-10-251-1/+0
|
* {queue,papo}.scm: Same list exclusionEuAndreh2024-10-251-0/+1
|
* queue.scm: Update from Go 1.22 to 1.23EuAndreh2024-10-231-1/+1
|
* packages.scm: Update gopkg dependenciesEuAndreh2024-10-201-3/+3
|
* queue.scm: Do a static build of scryptEuAndreh2024-10-181-1/+5
|
* queue.scm: Use -O2 over -O3 for scryptEuAndreh2024-10-181-1/+1
| | | | | | | | | | For some reason that I didn't take the time to investigate and find out, using -O3 made the `testsmix(crypto_scrypt_smix)` condition [0] to fail, and ultimately lead to a broken library. I found this through trial and error, by tweaking the $(CFLAGS), since I knew the library itself was working with the default flags used by Guix. https://github.com/Tarsnap/scrypt/blob/6cec2c2d2c9198efe8a716599f02b99db4d8a993/lib-platform/crypto/crypto_scrypt.c#L231
* queue.scm: Adjust scryptkdf flagsEuAndreh2024-10-181-5/+3
|
* queue.scm: Remove SQLITE_CORE and -fltoEuAndreh2024-10-171-2/+0
|
* queue.scm: Add -DSQLITE_CORE to acudeEuAndreh2024-10-171-0/+1
|
* queue.scm: Export scryptkdf nameEuAndreh2024-10-171-1/+1
|
* queue.scm: Add scryptkdf derived packageEuAndreh2024-10-171-0/+28
|
* queue.scm: Enable -flto and --disable-math for acudeEuAndreh2024-10-171-3/+1
|
* queue.scm: Replace use of deprecated nameEuAndreh2024-10-171-1/+1
|
* queue.scm: Adjustacude buid flags to make it work with goliteEuAndreh2024-10-041-4/+5
|
* queue.cm: Remove "SQLITE_OMIT_DEPRECATED" flagEuAndreh2024-10-031-1/+1
|
* packages.scm: Add "acude" as custom build of sqliteEuAndreh2024-10-031-0/+73
|
* queue.scm: Fix import for privileged-programEuAndreh2024-08-281-1/+1
|
* queue.scm: Replace setuid-program with privileged-programEuAndreh2024-08-281-9/+8
|
* queue.scm: Change $GO_TEST_TIMEOUT_SCALE from 1000 to 10EuAndreh2024-08-211-1/+1
|
* Revert "queue.scm: Remove source-filter and about-filter from cgit ↵EuAndreh2024-08-211-0/+2
| | | | | | configuration" This reverts commit e75e0615aa293eadd2f3509089f765dcb3a1ea7d.
* queue.scm: Remove source-filter and about-filter from cgit configurationEuAndreh2024-08-211-2/+0
|
* queue.scm: Use inline definition of slurpEuAndreh2024-08-191-1/+4
|
* queue.scm: Add knot-zones-configurationEuAndreh2024-08-191-0/+103
|
* Add services for papo-derived projects and for new package syskeepEuAndreh2024-08-171-94/+91
|
* Revert "queue.scm: Separate stdlib binaries into its own output"EuAndreh2024-08-141-6/+1
| | | | This reverts commit 37eece0efd628793397540b4e2d29c54582b28c3.
* queue.scm: Render Go's timeout innefective by making it too largeEuAndreh2024-08-131-5/+4
|
* queue.scm: Separate stdlib binaries into its own outputEuAndreh2024-08-131-1/+6
|
* queue.scm: Disable Go test timeoutEuAndreh2024-08-121-11/+21
|
* queue.scm: Stop disabling #:tests? in "go-full"EuAndreh2024-08-051-1/+0
|
* queue.scm: Add "go-full" packageEuAndreh2024-08-031-0/+28
|