apt-repository: Add reprepro config and wrapper script.
[apt-repository.git] / conf / incoming
diff --git a/conf/incoming b/conf/incoming
new file mode 100644 (file)
index 0000000..f29b6ed
--- /dev/null
@@ -0,0 +1,16 @@
+Name: stderr
+IncomingDir: incoming/stderr
+TempDir: tmp
+Default: stderr
+
+## Intended to be used with the following dupload configuration:
+# $cfg{'stderr'} = {
+#         fqdn => "apt.stderr.nl",
+#         login => "matthijs",
+#         method => "scpb",
+#         incoming => "/data/apt-repository/incoming/stderr",
+#         dinstall_runs => 1,
+#         postupload => {
+#                 changes => "ssh apt.stderr.nl -l matthijs /data/apt-repository/reprepro processincoming stderr %1",
+#         },
+# };