index
:
packages
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 (
Expand
)
Author
Age
Files
Lines
*
packages.scm: Remove "known_hosts" from syskeep-etc-files
•••
Instead, each server includes its own.
EuAndreh
2024-08-21
1
-1
/
+0
*
packages.scm: Replace some (string-append ...) with (str ...)
EuAndreh
2024-08-21
1
-12
/
+12
*
packages.scm: Move utility functions to the beginning of the file
EuAndreh
2024-08-21
1
-21
/
+20
*
package.scm: Use (let ...) to simplify (etc-entries ...) function
EuAndreh
2024-08-21
1
-5
/
+4
*
packages.scm: Include "backupit" in list of packages to build
EuAndreh
2024-08-21
1
-0
/
+1
*
packages.scm: Add "nicely" package to syskeep-profile
EuAndreh
2024-08-21
1
-0
/
+1
*
packages.scm: Define "backupit" package and include it in syskeep-profile
EuAndreh
2024-08-21
1
-1
/
+9
*
Add empty-ish deps.mk and mkdeps.sh files
EuAndreh
2024-08-21
2
-0
/
+10
*
packages.scm: Add syskeep-activation to syskeep-service-type
EuAndreh
2024-08-20
1
-24
/
+31
*
packages.scm: Update syskeep package
EuAndreh
2024-08-20
1
-2
/
+2
*
packages.scm: Update syskeep package
EuAndreh
2024-08-20
1
-2
/
+2
*
packages.scm: Update syskeep package
EuAndreh
2024-08-20
1
-2
/
+2
*
packages.scm: Add "eut" package to syskeep-profile
EuAndreh
2024-08-20
1
-0
/
+1
*
packages.scm: Update syskeep package
EuAndreh
2024-08-20
1
-2
/
+2
*
packages.scm: Conditionally run git-shepherd-services based on new configurat...
EuAndreh
2024-08-20
1
-17
/
+20
*
packages.scm: Update syskeep package
EuAndreh
2024-08-20
1
-2
/
+2
*
packages.scm: Add "git" to syskeep-profile
EuAndreh
2024-08-20
1
-0
/
+1
*
packages.scm: Factor out (activation-gexp ...) into its own function
EuAndreh
2024-08-19
1
-22
/
+25
*
queue.scm: Use inline definition of slurp
EuAndreh
2024-08-19
1
-1
/
+4
*
packages.scm: Add (with-services-from-args ...)
EuAndreh
2024-08-19
2
-1
/
+49
*
packages.scm: Rename type -> config-type
EuAndreh
2024-08-19
1
-22
/
+23
*
queue.scm: Add knot-zones-configuration
EuAndreh
2024-08-19
2
-0
/
+105
*
packages.scm: Export git-configuration-*
EuAndreh
2024-08-18
1
-0
/
+13
*
packages.scm: Add git-service-type
EuAndreh
2024-08-18
2
-1
/
+91
*
packages.scm: Explicitly export functions that take rest parameters
EuAndreh
2024-08-18
1
-1
/
+4
*
packages.scm: Add missing call to slurp public key file
EuAndreh
2024-08-18
1
-1
/
+2
*
packages.scm: Add "networking" as a requirement in (shepherd-services-for ...)
EuAndreh
2024-08-18
1
-1
/
+1
*
packages.scm: Remove git-specific configuration from syskeep service definitino
EuAndreh
2024-08-18
1
-20
/
+0
*
packages.scm: Include %base-packages in (package-set ...) result
EuAndreh
2024-08-18
1
-0
/
+1
*
packages.scm: Update syskeep package
EuAndreh
2024-08-18
1
-2
/
+2
*
packages.scm: Add more default values for services configurations
EuAndreh
2024-08-18
1
-4
/
+4
*
packages.scm: Do no create home directories for system users
EuAndreh
2024-08-18
1
-0
/
+1
*
tests/internet/system.scm: Use string-append over pkg:str
•••
It seems that the import has not been loaded at the stage where the ,(path) is being evaluated.
EuAndreh
2024-08-18
1
-1
/
+1
*
cat src/org/euandre/services.scm >> src/org/euandre/packages.scm
EuAndreh
2024-08-18
4
-576
/
+574
*
services.scm: Add "options", "listen-socket" and "upstream-socket" fields
EuAndreh
2024-08-18
1
-30
/
+75
*
.gitignore: Simple reorder
EuAndreh
2024-08-18
1
-1
/
+1
*
packages.scm: Update syskeep package
EuAndreh
2024-08-17
1
-2
/
+2
*
packages.scm: Update syskeep package
EuAndreh
2024-08-17
2
-3
/
+3
*
packages.scm: Remove old package versions
EuAndreh
2024-08-17
1
-174
/
+43
*
Makefile: Fix internet.scm.sentinel dependency
EuAndreh
2024-08-17
1
-1
/
+1
*
packages.scm: Use eut reference from the definition itself
EuAndreh
2024-08-17
1
-9
/
+9
*
Makefile: Start over with correct rules for Guix
EuAndreh
2024-08-17
3
-144
/
+50
*
services.scm: Stop including heredoc: module
EuAndreh
2024-08-17
1
-1
/
+0
*
rm .envrc
EuAndreh
2024-08-17
1
-5
/
+0
*
rm tests/assert-shellcheck.sh
EuAndreh
2024-08-17
1
-6
/
+0
*
rm -rf aux/
EuAndreh
2024-08-17
2
-199
/
+0
*
Add services for papo-derived projects and for new package syskeep
EuAndreh
2024-08-17
7
-111
/
+805
*
Revert "queue.scm: Separate stdlib binaries into its own output"
•••
This reverts commit 37eece0efd628793397540b4e2d29c54582b28c3.
EuAndreh
2024-08-14
1
-6
/
+1
*
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
[next]