mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 13:03:32 +00:00
6 lines
288 B
Plaintext
6 lines
288 B
Plaintext
# <%= @name %>
|
|
deb <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
|
|
<%- if @include_src then -%>
|
|
deb-src <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
|
|
<%- end -%>
|