From: Ansgar Burchardt Date: Sat, 23 Jan 2016 11:30:30 +0000 (+0100) Subject: Add new "mirror" cronscript X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=ec1ce8a85d7fbef73ea2ff8d75b27c596164172f;ds=sidebyside Add new "mirror" cronscript This just prepares the mirror tree and pushes the changes to the mirrors. It is intended to be used for point releases or in other situations where a manual mirror push is needed. --- diff --git a/config/debian/mirror.functions b/config/debian/mirror.functions new file mode 120000 index 00000000..d60ba566 --- /dev/null +++ b/config/debian/mirror.functions @@ -0,0 +1 @@ +dinstall.functions \ No newline at end of file diff --git a/config/debian/mirror.tasks b/config/debian/mirror.tasks new file mode 100644 index 00000000..48292da9 --- /dev/null +++ b/config/debian/mirror.tasks @@ -0,0 +1,3 @@ +# FUNC ARGS TIME ERR BG +mirror none none true false +mirrorpush none none true false diff --git a/config/debian/mirror.variables b/config/debian/mirror.variables new file mode 120000 index 00000000..106c8502 --- /dev/null +++ b/config/debian/mirror.variables @@ -0,0 +1 @@ +dinstall.variables \ No newline at end of file