Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | queue.scm: Add enable CGit nocacheHEADmain | EuAndreh | 11 hours | 1 | -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 string | EuAndreh | 12 hours | 1 | -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 mimetypes | EuAndreh | 12 hours | 1 | -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 mimetypes | EuAndreh | 12 hours | 1 | -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 ↵ | EuAndreh | 18 hours | 1 | -0/+3 |
| | | | | .js and .mjs | ||||
* | s/go-full/gol/g | EuAndreh | 2025-05-15 | 1 | -3/+3 |
| | |||||
* | queue.scm: Set cgit max-repo-count config to 0 | EuAndreh | 2025-05-09 | 1 | -0/+1 |
| | |||||
* | queue.scm: Remove "http2" from nginx listen | EuAndreh | 2025-03-15 | 1 | -1/+1 |
| | |||||
* | {papo,queue}.scm: Remove (extra-mappings ...) fields from everywhere | EuAndreh | 2025-03-09 | 1 | -59/+43 |
| | |||||
* | Revert "Rename dovecot dovecot2" | EuAndreh | 2025-03-04 | 1 | -87/+87 |
| | | | | This reverts commit af2fbd2680930f2ac46be53e265585c299502678. | ||||
* | queue.scm: Add customized "dovecotx" that does not expect a global /usr/lib ↵ | EuAndreh | 2025-03-04 | 1 | -1/+14 |
| | | | | directory | ||||
* | Rename dovecot dovecot2 | EuAndreh | 2025-03-03 | 1 | -87/+87 |
| | |||||
* | queue.scm: Export gm2, ffmpegx and mpvx | EuAndreh | 2025-03-03 | 1 | -3/+3 |
| | |||||
* | queue.scm: Add "ffmpegx" and "mpvx" in WIP section | EuAndreh | 2025-03-03 | 1 | -1/+27 |
| | |||||
* | queue.scm: Add "gm2" in WIP section | EuAndreh | 2025-03-03 | 1 | -0/+22 |
| | |||||
* | packages.scm: Remove explicit SIGKILL destructors from (shepherd-service ...) | EuAndreh | 2025-02-26 | 1 | -1/+0 |
| | |||||
* | queue.scm: Disable go broken tests | EuAndreh | 2025-01-18 | 1 | -30/+32 |
| | |||||
* | queue.scm: Explicitly specify signing algorithm for DKIM signature | EuAndreh | 2024-11-16 | 1 | -1/+1 |
| | | | | Apparently, the default is rsa-sha1 =/ | ||||
* | queue.scm: Consider trailing newline when stripping public-key | EuAndreh | 2024-11-16 | 1 | -1/+1 |
| | |||||
* | queue.scm: Add explicit "go-full" name to alias package | EuAndreh | 2024-11-14 | 1 | -0/+1 |
| | |||||
* | Revert HEAD~1 and HEAD~2 | EuAndreh | 2024-10-25 | 1 | -1/+0 |
| | |||||
* | {queue,papo}.scm: Same list exclusion | EuAndreh | 2024-10-25 | 1 | -0/+1 |
| | |||||
* | queue.scm: Update from Go 1.22 to 1.23 | EuAndreh | 2024-10-23 | 1 | -1/+1 |
| | |||||
* | packages.scm: Update gopkg dependencies | EuAndreh | 2024-10-20 | 1 | -3/+3 |
| | |||||
* | queue.scm: Do a static build of scrypt | EuAndreh | 2024-10-18 | 1 | -1/+5 |
| | |||||
* | queue.scm: Use -O2 over -O3 for scrypt | EuAndreh | 2024-10-18 | 1 | -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 flags | EuAndreh | 2024-10-18 | 1 | -5/+3 |
| | |||||
* | queue.scm: Remove SQLITE_CORE and -flto | EuAndreh | 2024-10-17 | 1 | -2/+0 |
| | |||||
* | queue.scm: Add -DSQLITE_CORE to acude | EuAndreh | 2024-10-17 | 1 | -0/+1 |
| | |||||
* | queue.scm: Export scryptkdf name | EuAndreh | 2024-10-17 | 1 | -1/+1 |
| | |||||
* | queue.scm: Add scryptkdf derived package | EuAndreh | 2024-10-17 | 1 | -0/+28 |
| | |||||
* | queue.scm: Enable -flto and --disable-math for acude | EuAndreh | 2024-10-17 | 1 | -3/+1 |
| | |||||
* | queue.scm: Replace use of deprecated name | EuAndreh | 2024-10-17 | 1 | -1/+1 |
| | |||||
* | queue.scm: Adjustacude buid flags to make it work with golite | EuAndreh | 2024-10-04 | 1 | -4/+5 |
| | |||||
* | queue.cm: Remove "SQLITE_OMIT_DEPRECATED" flag | EuAndreh | 2024-10-03 | 1 | -1/+1 |
| | |||||
* | packages.scm: Add "acude" as custom build of sqlite | EuAndreh | 2024-10-03 | 1 | -0/+73 |
| | |||||
* | queue.scm: Fix import for privileged-program | EuAndreh | 2024-08-28 | 1 | -1/+1 |
| | |||||
* | queue.scm: Replace setuid-program with privileged-program | EuAndreh | 2024-08-28 | 1 | -9/+8 |
| | |||||
* | queue.scm: Change $GO_TEST_TIMEOUT_SCALE from 1000 to 10 | EuAndreh | 2024-08-21 | 1 | -1/+1 |
| | |||||
* | Revert "queue.scm: Remove source-filter and about-filter from cgit ↵ | EuAndreh | 2024-08-21 | 1 | -0/+2 |
| | | | | | | configuration" This reverts commit e75e0615aa293eadd2f3509089f765dcb3a1ea7d. | ||||
* | queue.scm: Remove source-filter and about-filter from cgit configuration | EuAndreh | 2024-08-21 | 1 | -2/+0 |
| | |||||
* | queue.scm: Use inline definition of slurp | EuAndreh | 2024-08-19 | 1 | -1/+4 |
| | |||||
* | queue.scm: Add knot-zones-configuration | EuAndreh | 2024-08-19 | 1 | -0/+103 |
| | |||||
* | Add services for papo-derived projects and for new package syskeep | EuAndreh | 2024-08-17 | 1 | -94/+91 |
| | |||||
* | Revert "queue.scm: Separate stdlib binaries into its own output" | EuAndreh | 2024-08-14 | 1 | -6/+1 |
| | | | | This reverts commit 37eece0efd628793397540b4e2d29c54582b28c3. | ||||
* | queue.scm: Render Go's timeout innefective by making it too large | EuAndreh | 2024-08-13 | 1 | -5/+4 |
| | |||||
* | queue.scm: Separate stdlib binaries into its own output | EuAndreh | 2024-08-13 | 1 | -1/+6 |
| | |||||
* | queue.scm: Disable Go test timeout | EuAndreh | 2024-08-12 | 1 | -11/+21 |
| | |||||
* | queue.scm: Stop disabling #:tests? in "go-full" | EuAndreh | 2024-08-05 | 1 | -1/+0 |
| | |||||
* | queue.scm: Add "go-full" package | EuAndreh | 2024-08-03 | 1 | -0/+28 |
| |