From 4467f57d095f583b390f6a1aa83160b82f932e7e Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 30 Oct 2009 02:00:51 +0100 Subject: [PATCH] daemons/README: Introduce; jobs/README: Update --- daemons/README | 6 ++++++ jobs/README | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 daemons/README diff --git a/daemons/README b/daemons/README new file mode 100644 index 0000000..c6771e7 --- /dev/null +++ b/daemons/README @@ -0,0 +1,6 @@ +Girocco-related "daemons" - programs that should be running permanently. +There are currently two daemons, other executables are helper scripts: + +* cloned.pl: Handles clone requests from the web interface +* repod.sh: Periodically updates mirrored repositories and repacks + all repositories diff --git a/jobs/README b/jobs/README index d120d96..0474415 100644 --- a/jobs/README +++ b/jobs/README @@ -1,7 +1,6 @@ This is a home of all the cronjobs that are being ran periodically -to handle various tasks related to mirroring. The *check scripts -belong to crontab and usually run the main scripts iteratively -per-repository. +to handle various maintenance tasks. The *check scripts belong +to crontab and usually run the main scripts iteratively per-repository. * updatecheck.sh: You DO NOT NEED this if you have mirroring turned off. * fixupcheck.sh: You DO NOT NEED these if you have pushing turned off -- 2.11.4.GIT