|
|
|
@ -1,6 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
(use-modules (artanis artanis)
|
|
|
|
(use-modules (artanis artanis)
|
|
|
|
(csv csv)
|
|
|
|
(csv csv)
|
|
|
|
|
|
|
|
(git bindings)
|
|
|
|
|
|
|
|
(git clone)
|
|
|
|
|
|
|
|
(git repository)
|
|
|
|
|
|
|
|
(git remote)
|
|
|
|
(ice-9 popen)
|
|
|
|
(ice-9 popen)
|
|
|
|
(ice-9 regex)
|
|
|
|
(ice-9 regex)
|
|
|
|
(ice-9 string-fun)
|
|
|
|
(ice-9 string-fun)
|
|
|
|
@ -18,6 +22,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
(include "./src/debugging.scm")
|
|
|
|
(include "./src/debugging.scm")
|
|
|
|
(include "./src/repo.scm")
|
|
|
|
(include "./src/repo.scm")
|
|
|
|
|
|
|
|
(git:init)
|
|
|
|
(include "./src/associations.scm")
|
|
|
|
(include "./src/associations.scm")
|
|
|
|
(include "./src/scheduler.scm")
|
|
|
|
(include "./src/scheduler.scm")
|
|
|
|
(include "./src/spawn_interaction.scm")
|
|
|
|
(include "./src/spawn_interaction.scm")
|
|
|
|
|