Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
40e71362
Verified
Commit
40e71362
authored
Aug 18, 2019
by
Baptiste Beauplat
Browse files
Indent list of binaries built in RFS template
parent
577fbd23
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/sponsor/rfs_template.mako
View file @
40e71362
...
@@ -47,8 +47,8 @@ I am looking for a sponsor for my package "hello":
...
@@ -47,8 +47,8 @@ I am looking for a sponsor for my package "hello":
It builds those binary packages:
It builds those binary packages:
%if c.package:
%if c.package
and c.package.description
:
${ c.package.description }
${
'\n '.join(
c.package.description
.splitlines())
}
%else:
%else:
hello - friendly greeter
hello - friendly greeter
%endif
%endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment