aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* packages.scm: Include q(1) and cicd(1) packages in syskeep-profileEuAndreh2024-08-291-1/+3
|
* packages.scm: Remove "(list cicd)" guard at the end of the fileEuAndreh2024-08-291-1/+0
|
* packages.scm: Fix /var/mail symlinkEuAndreh2024-08-291-3/+3
|
* packages.scm: Fix missing escapingEuAndreh2024-08-291-5/+6
|
* packages.scm: Beautify formatting of messagesEuAndreh2024-08-291-5/+5
|
* packages.scm: Conditionally delete symlinked fileEuAndreh2024-08-291-1/+2
|
* packages.scm: Remove file before symlinking (A.K.A.: ln -fs)EuAndreh2024-08-291-0/+1
|
* packages.scm: Finish symlinks in syskeep-activationsEuAndreh2024-08-291-4/+21
|
* packages.scm: Add "cicd" packageEuAndreh2024-08-281-0/+7
|
* packages.scm: Add debug activation code for syskeep-activationEuAndreh2024-08-281-1/+3
|
* queue.scm: Fix import for privileged-programEuAndreh2024-08-281-1/+1
|
* packages.scm: Update syskeep packageEuAndreh2024-08-281-2/+2
|
* queue.scm: Replace setuid-program with privileged-programEuAndreh2024-08-281-9/+8
|
* Makefile: Make dependency between channel files and test filesEuAndreh2024-08-281-1/+1
|
* packages.scm: Split update and reconfigure in syskeep-cronjobsEuAndreh2024-08-281-2/+3
|
* packages.scm: Update syskeep packageEuAndreh2024-08-281-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-261-2/+2
|
* packages.scm: Update eut packageEuAndreh2024-08-261-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-251-2/+2
|
* packages.scm: Use correct backupit(8) program in syskeep-cronjobsEuAndreh2024-08-251-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-251-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-241-2/+2
|
* packages.scm: Add missing default config for root and %wheelEuAndreh2024-08-241-1/+2
|
* packages.scm: Add "secrets-keeper" accounts and sudoers configurationEuAndreh2024-08-241-2/+33
|
* packages.scm: Replace url-fetch with git-fetchEuAndreh2024-08-221-29/+33
|
* 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.
* packages.scm: Update syskeep packageEuAndreh2024-08-211-2/+2
|
* queue.scm: Remove source-filter and about-filter from cgit configurationEuAndreh2024-08-211-2/+0
|
* packages.scm: Update syskeep packageEuAndreh2024-08-211-2/+2
|
* packages.scm: Remove "known_hosts" from syskeep-etc-filesEuAndreh2024-08-211-1/+0
| | | | Instead, each server includes its own.
* packages.scm: Replace some (string-append ...) with (str ...)EuAndreh2024-08-211-12/+12
|
* packages.scm: Move utility functions to the beginning of the fileEuAndreh2024-08-211-21/+20
|
* package.scm: Use (let ...) to simplify (etc-entries ...) functionEuAndreh2024-08-211-5/+4
|
* packages.scm: Include "backupit" in list of packages to buildEuAndreh2024-08-211-0/+1
|
* packages.scm: Add "nicely" package to syskeep-profileEuAndreh2024-08-211-0/+1
|
* packages.scm: Define "backupit" package and include it in syskeep-profileEuAndreh2024-08-211-1/+9
|
* Add empty-ish deps.mk and mkdeps.sh filesEuAndreh2024-08-212-0/+10
|
* packages.scm: Add syskeep-activation to syskeep-service-typeEuAndreh2024-08-201-24/+31
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Add "eut" package to syskeep-profileEuAndreh2024-08-201-0/+1
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Conditionally run git-shepherd-services based on new ↵EuAndreh2024-08-201-17/+20
| | | | configuration attribute
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Add "git" to syskeep-profileEuAndreh2024-08-201-0/+1
|
* packages.scm: Factor out (activation-gexp ...) into its own functionEuAndreh2024-08-191-22/+25
|
* queue.scm: Use inline definition of slurpEuAndreh2024-08-191-1/+4
|
* packages.scm: Add (with-services-from-args ...)EuAndreh2024-08-192-1/+49
|