launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30519
[Merge] ~cjwatson/txpkgupload:charm-missing-rsync-template into txpkgupload:master
Colin Watson has proposed merging ~cjwatson/txpkgupload:charm-missing-rsync-template into txpkgupload:master.
Commit message:
charm: Add missing rsync configuration template
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/452358
Forgotten in https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/451660.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/txpkgupload:charm-missing-rsync-template into txpkgupload:master.
diff --git a/charm/txpkgupload/templates/txpkgupload-rsync.conf b/charm/txpkgupload/templates/txpkgupload-rsync.conf
new file mode 100644
index 0000000..f5d298d
--- /dev/null
+++ b/charm/txpkgupload/templates/txpkgupload-rsync.conf
@@ -0,0 +1,8 @@
+
+[txpkgupload-logs]
+ path = {{ logs_dir }}
+ comment = txpkgupload logs
+ list = false
+ read only = true
+ hosts allow = {{ log_hosts_allow }}
+