Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/filtermaster/templates/hgrc.erb

Issue 29329135: Issue 3091 - Setup *.gz downloads for content blocker lists (Closed)
Patch Set: Created Oct. 14, 2015, 7:12 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [paths]
2 default = <%= @repository %>
3
4 [hooks]
5 # Puppet: Filtermaster::Repo_download['<%= @title %>'].static_files
6 <%- @static_files.each do |name| -%>
7 <%- target = "/home/rsync/generated/gzip/#{name}.gz" -%>
8 <%- id = scope.function_md5([name]) -%>
9 post-update.<%= id %> = 7za a -tgzip -y -mx=9 -bd -mpass=5 "<%= target %>" "<%= name %>" >/dev/null
10 <%- end -%>
11
OLDNEW
« no previous file with comments | « modules/filtermaster/manifests/repo_download.pp ('k') | modules/filtermaster/templates/sshd_rsync.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld