]> git.decadent.org.uk Git - dak.git/commitdiff
Add new "mirror" cronscript
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 23 Jan 2016 11:30:30 +0000 (12:30 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 23 Jan 2016 11:30:30 +0000 (12:30 +0100)
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.

config/debian/mirror.functions [new symlink]
config/debian/mirror.tasks [new file with mode: 0644]
config/debian/mirror.variables [new symlink]

diff --git a/config/debian/mirror.functions b/config/debian/mirror.functions
new file mode 120000 (symlink)
index 0000000..d60ba56
--- /dev/null
@@ -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 (file)
index 0000000..48292da
--- /dev/null
@@ -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 (symlink)
index 0000000..106c850
--- /dev/null
@@ -0,0 +1 @@
+dinstall.variables
\ No newline at end of file