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

Side by Side Diff: modules/filtermaster/templates/sitescripts.ini.erb

Issue 29329059: Issue 3196 - Correct misuse of $alias metaparameter (Closed)
Patch Set: Created Oct. 13, 2015, 9:07 a.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
1 [DEFAULT] 1 [DEFAULT]
2 root=/home/rsync/subscription 2 root=/home/rsync/subscription
3 3
4 [subscriptionDownloads] 4 [subscriptionDownloads]
5 <% @repos.each do |key| -%> 5 <% @repos.each do |key| -%>
6 <%= key %>_repository=%(root)s/<%= key %> 6 <%= key %>_repository=%(root)s/<%= key %>
7 <% end -%> 7 <% end -%>
8 <% @repo_downloads.each do |key, hash| -%> 8 <% @repo_downloads.each do |key, hash| -%>
9 <%= hash['alias'] rescue key %>_repository=%(root)s/<%= key %> 9 <%= hash['target'] or key %>_repository=%(root)s/<%= key %>
10 <% end -%> 10 <% end -%>
11 outdir=/home/rsync/generated 11 outdir=/home/rsync/generated
OLDNEW
« no previous file with comments | « modules/filtermaster/manifests/repo_download.pp ('k') | modules/private-stub/hiera/roles/filtermasterserver.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld