aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/bin/paku.in: Name .deb files with "latest" instead of commit hashEuAndreh2023-03-251-2/+8
|
* src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrewEuAndreh2023-03-241-2/+2
|
* src/bin/paku.in: Move "datadir" to paku.lockEuAndreh2023-03-241-10/+37
|
* src/bin/paku.in: Emit Makefile for generating $NAME.key for Guix channelEuAndreh2023-03-241-7/+22
| | | | | | Instead of doing it inline in the Makefile with clever Perl one-liners. BONUS: add missing ".POSIX:" to the debian.mk file.
* paku.lock: Split maintainer name from emailEuAndreh2023-03-241-1/+1
|
* Use manual echo to /etc/apt/sources.list over apt-add-repositoryEuAndreh2023-03-231-4/+5
|
* src/bin/paku.in: Use simpler dependency for public-keyEuAndreh2023-03-231-1/+1
|
* src/bin/paku.in: Enable license mapping to be extended or overriden from ↵EuAndreh2023-03-231-7/+9
| | | | paku.lock
* src/bin/paku.in: Allow dependency mapping to change in numberEuAndreh2023-03-231-6/+17
|
* src/bin/paku.in: Simplify Debian using less variablesEuAndreh2023-03-231-48/+25
|
* src/bin/paku.in: Add dark-mode CSSEuAndreh2023-03-231-1/+33
|
* git mv src/bin/paku src/bin/paku.inEuAndreh2023-03-221-2/+2
| | | | | | Use the derived version without the ".in" suffix as the executable one, and remove the explicit "perl src/bin/paku" invocation with a simple "paku" one.
* src/bin/paku: Explain how to have a file as overlay for NixEuAndreh2023-03-221-1/+25
|
* src/bin/paku: Fix Guix package names in HTML outputsEuAndreh2023-03-221-2/+3
| | | | Follow-up on b62c88aba03eb80ef7df80d6c27696aec6e73c00.
* src/bin/paku: Get license and repository information from paku.lockEuAndreh2023-03-221-9/+26
|
* src/bin/paku: Use homepage, changelog and downloads-page from paku.lock directlyEuAndreh2023-03-221-6/+6
|
* src/bin/paku: Improve name of package variantsEuAndreh2023-03-222-8/+9
|
* src/bin/paku: Show better versions on HTMLEuAndreh2023-03-221-3/+4
|
* Remove redundant "-latest" variants of packages in Guix and NixEuAndreh2023-03-222-43/+13
|
* Support HomebrewEuAndreh2023-03-221-5/+65
|
* src/bin/paku: Get Base64 from paku.lock instead of calculating itEuAndreh2023-03-221-7/+3
|
* src/bin/paku: Add "debian-packages" action, do not depend on dpkg-scanpackagesEuAndreh2023-03-211-8/+49
|
* src/bin/paku: Use "label" field from paku.lockEuAndreh2023-03-211-33/+12
|
* src/bin/paku: First-ish version of HTML outputEuAndreh2023-03-211-0/+172
|
* src/bin/paku: Turn value of $dir into Make variable $(DIR)EuAndreh2023-03-211-27/+29
|
* src/bin/paku: General cleanup and tidynessEuAndreh2023-03-212-186/+201
|
* paku.lock: Use flat format for packagesEuAndreh2023-03-211-194/+188
|
* src/bin/paku: Use list of strings over multiple loopsEuAndreh2023-03-211-100/+59
|
* Use stripped "-latest" name in package official name tooEuAndreh2023-03-212-3/+12
|
* Big revamp of paku(1): now in Perl, genating Debian packagesEuAndreh2023-03-212-365/+603
|
* queue.scm: Remove (mail-in-home? ...) option from Postfix and DovecotEuAndreh2023-03-201-16/+7
|
* queue.scm: Disable NIS on postfixEuAndreh2023-03-201-0/+1
|
* queue.scm: Use (string-join ...) for setting $CCARGS of postfixEuAndreh2023-03-201-3/+9
|
* queue.scm: Disable newaliases in Postfix activation againEuAndreh2023-03-171-0/+2
|
* Revert "queue.scm: Remove trailing "/" from Postfix "mail-directory" variable"EuAndreh2023-03-171-2/+2
| | | | This reverts commit f32c1bd78f1399cedd2167dc113237cab1878f30.
* queue.scm: Play it save when creating /var/mailEuAndreh2023-03-171-3/+4
|
* queue.scm: Remove trailing "/" from Postfix "mail-directory" variableEuAndreh2023-03-171-2/+2
|
* queue.scm: Export missing Dovecot namesEuAndreh2023-03-171-1/+32
|
* queue.scm: Add docstrings to Dovecot variables, and mark it as finishedEuAndreh2023-03-171-16/+34
|
* queue.scm: Prepare Dovecot service for namespaces withtou activating it yetEuAndreh2023-03-171-9/+23
|
* queue.scm: Fix Dovecot profile-service-type extensionEuAndreh2023-03-171-1/+1
|
* queue.scm: Parameterize Dovecot /var/mail/ locationEuAndreh2023-03-171-3/+4
|
* queue.scm: Remove FIXME marker on personal server automationEuAndreh2023-03-171-8/+0
|
* queue.scm: Simplify Dovecot activationEuAndreh2023-03-171-14/+14
|
* queue.scm: Rename dovecot-configuration-{dovecot => package}EuAndreh2023-03-171-3/+3
|
* queue.scm: Add supplementary-groups to Dovecot {,untrusted-}userEuAndreh2023-03-171-20/+22
|
* queue.scm: Add documentation to all postfix variablesEuAndreh2023-03-171-57/+52
| | | | And move it to the "finished services" section.
* queue.scm: Cleanup Postfix configEuAndreh2023-03-171-39/+17
|
* queue.scm: Add supplementary-groups to PostfixEuAndreh2023-03-171-1/+3
|
* queue.scm: Add missing #$ ungexp to mail-directoryEuAndreh2023-03-171-1/+1
|