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 (
Collapse
)
Author
Age
Files
Lines
*
src/bin/paku: Show better versions on HTML
EuAndreh
2023-03-22
1
-3
/
+4
|
*
Remove redundant "-latest" variants of packages in Guix and Nix
EuAndreh
2023-03-22
3
-47
/
+15
|
*
Support Homebrew
EuAndreh
2023-03-22
13
-40
/
+216
|
*
src/bin/paku: Get Base64 from paku.lock instead of calculating it
EuAndreh
2023-03-22
2
-12
/
+23
|
*
tests/vm-check.sh: Add markers of what is running where
EuAndreh
2023-03-22
1
-8
/
+17
|
*
tests/vm-check.sh: Still shutdown if "check.sh" fails when -x is given
EuAndreh
2023-03-22
1
-4
/
+7
|
*
TODOs.md: Cleanup
EuAndreh
2023-03-21
1
-173
/
+4
|
*
tests/vm-check.sh: Shutdown at the end if -x is given
EuAndreh
2023-03-21
1
-1
/
+5
|
*
src/bin/paku: Add "debian-packages" action, do not depend on dpkg-scanpackages
EuAndreh
2023-03-21
1
-8
/
+49
|
*
src/bin/paku: Use "label" field from paku.lock
EuAndreh
2023-03-21
2
-33
/
+17
|
*
src/bin/paku: First-ish version of HTML output
EuAndreh
2023-03-21
2
-0
/
+173
|
*
src/bin/paku: Turn value of $dir into Make variable $(DIR)
EuAndreh
2023-03-21
1
-27
/
+29
|
*
src/bin/paku: General cleanup and tidyness
EuAndreh
2023-03-21
4
-197
/
+222
|
*
Add generated Guix and Nix files as dependencies of paku.lock
EuAndreh
2023-03-21
1
-4
/
+6
|
*
paku.lock: Use flat format for packages
EuAndreh
2023-03-21
2
-281
/
+259
|
*
src/bin/paku: Use list of strings over multiple loops
EuAndreh
2023-03-21
1
-100
/
+59
|
*
Use stripped "-latest" name in package official name too
EuAndreh
2023-03-21
2
-3
/
+12
|
*
Big revamp of paku(1): now in Perl, genating Debian packages
EuAndreh
2023-03-21
11
-421
/
+1073
|
*
queue.scm: Remove (mail-in-home? ...) option from Postfix and Dovecot
EuAndreh
2023-03-20
1
-16
/
+7
|
*
Makefile: Add "guix-packages" as dependency to the "guix-services-*" targets
EuAndreh
2023-03-20
1
-2
/
+2
|
*
queue.scm: Disable NIS on postfix
EuAndreh
2023-03-20
1
-0
/
+1
|
*
queue.scm: Use (string-join ...) for setting $CCARGS of postfix
EuAndreh
2023-03-20
1
-3
/
+9
|
*
queue.scm: Disable newaliases in Postfix activation again
EuAndreh
2023-03-17
1
-0
/
+2
|
*
Revert "queue.scm: Remove trailing "/" from Postfix "mail-directory" variable"
EuAndreh
2023-03-17
1
-2
/
+2
|
|
|
|
This reverts commit f32c1bd78f1399cedd2167dc113237cab1878f30.
*
queue.scm: Play it save when creating /var/mail
EuAndreh
2023-03-17
1
-3
/
+4
|
*
queue.scm: Remove trailing "/" from Postfix "mail-directory" variable
EuAndreh
2023-03-17
1
-2
/
+2
|
*
queue.scm: Export missing Dovecot names
EuAndreh
2023-03-17
1
-1
/
+32
|
*
queue.scm: Add docstrings to Dovecot variables, and mark it as finished
EuAndreh
2023-03-17
1
-16
/
+34
|
*
queue.scm: Prepare Dovecot service for namespaces withtou activating it yet
EuAndreh
2023-03-17
1
-9
/
+23
|
*
queue.scm: Fix Dovecot profile-service-type extension
EuAndreh
2023-03-17
1
-1
/
+1
|
*
queue.scm: Parameterize Dovecot /var/mail/ location
EuAndreh
2023-03-17
1
-3
/
+4
|
*
queue.scm: Remove FIXME marker on personal server automation
EuAndreh
2023-03-17
1
-8
/
+0
|
*
queue.scm: Simplify Dovecot activation
EuAndreh
2023-03-17
1
-14
/
+14
|
*
queue.scm: Rename dovecot-configuration-{dovecot => package}
EuAndreh
2023-03-17
1
-3
/
+3
|
*
queue.scm: Add supplementary-groups to Dovecot {,untrusted-}user
EuAndreh
2023-03-17
1
-20
/
+22
|
*
queue.scm: Add documentation to all postfix variables
EuAndreh
2023-03-17
1
-57
/
+52
|
|
|
|
And move it to the "finished services" section.
*
queue.scm: Cleanup Postfix config
EuAndreh
2023-03-17
1
-39
/
+17
|
*
queue.scm: Add supplementary-groups to Postfix
EuAndreh
2023-03-17
1
-1
/
+3
|
*
queue.scm: Add missing #$ ungexp to mail-directory
EuAndreh
2023-03-17
1
-1
/
+1
|
*
queue.scm: Parameterize Postfix Cyrus SASL directory
EuAndreh
2023-03-17
1
-9
/
+9
|
*
queue.scm: Use newaliases(1) over postalias(8) on Postfix activation
EuAndreh
2023-03-17
1
-5
/
+3
|
*
queue.scm: Parameterize "/var/mail/" Postfix mail spool directory
EuAndreh
2023-03-17
1
-8
/
+8
|
*
queue.scm: Rename postfix-configuration-{postfix => package}
EuAndreh
2023-03-17
1
-10
/
+10
|
*
queue.scm: Add explicit "finished" and "WIP" sections
EuAndreh
2023-03-17
1
-9
/
+9
|
*
queue.scm: Parameterize address of DKIM mail filter in Postfix
EuAndreh
2023-03-17
1
-16
/
+22
|
*
queue.scm: Put Dovecot config file under /etc/dovecot/dovecot.conf by default
EuAndreh
2023-03-17
4
-15
/
+19
|
*
Makefile: Streamline verification of generated config files
EuAndreh
2023-03-17
10
-16
/
+100
|
*
queue.scm: Fix positional argument of dkimproxyout config file
EuAndreh
2023-03-17
1
-1
/
+0
|
*
queue.scm: Add docstrings to dkimproxy service variables
EuAndreh
2023-03-17
1
-8
/
+12
|
*
queue.scm: Add flexible "config-extra" and "raw-file" options for dkimproxyout
EuAndreh
2023-03-17
1
-5
/
+12
|
[next]