source.list.erb 538 B

1234567891011
  1. # <%= @comment %>
  2. <%- if @include_deb then -%>
  3. deb <%- if @architecture or @trusted_source -%>
  4. [<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
  5. ] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
  6. <%- end -%>
  7. <%- if @include_src then -%>
  8. deb-src <%- if @architecture or @trusted_source -%>
  9. [<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
  10. ] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
  11. <%- end -%>