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
528e0ea9
Commit
528e0ea9
authored
Mar 18, 2022
by
Hugh McMaster
Browse files
rfs.html: Update template text
parent
db4c0c3f
Changes
1
Show whitespace changes
Inline
Side-by-side
debexpo/base/templates/rfs.html
View file @
528e0ea9
...
@@ -13,7 +13,7 @@ I am looking for a sponsor for my package "{{ upload.package.name|default:"hello
...
@@ -13,7 +13,7 @@ I am looking for a sponsor for my package "{{ upload.package.name|default:"hello
* Vcs : {{ upload.sourcepackage_set.get.get_vcs_browser|default:"[fill in URL of packaging vcs]" }}
* Vcs : {{ upload.sourcepackage_set.get.get_vcs_browser|default:"[fill in URL of packaging vcs]" }}
Section : {{ upload.sourcepackage_set.get.section.name|default:"[fill in]" }}
Section : {{ upload.sourcepackage_set.get.section.name|default:"[fill in]" }}
It builds those
binary packages:
The source builds the following
binary packages:
{{ binaries|default:"hello - friendly greeter" }}
{{ binaries|default:"hello - friendly greeter" }}
...
@@ -22,7 +22,7 @@ To access further information about this package, please visit the following URL
...
@@ -22,7 +22,7 @@ To access further information about this package, please visit the following URL
{% if upload %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name=upload.package.name %}
{% if upload %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name=upload.package.name %}
{% else %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name='hello' %}
{% else %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name='hello' %}
{% endif %}
{% endif %}
Alternatively,
one
can download the package with dget using this command:
Alternatively,
you
can download the package with
'
dget
'
using this command:
{% if upload %} dget -x {{ request.scheme }}://{{ request.get_host }}{{ upload.get_dsc_url }}
{% if upload %} dget -x {{ request.scheme }}://{{ request.get_host }}{{ upload.get_dsc_url }}
{% else %} dget -x {{ request.scheme }}://{{ request.get_host }}/debian/pool/main/h/hello/hello_3.1-4.dsc
{% else %} dget -x {{ request.scheme }}://{{ request.get_host }}/debian/pool/main/h/hello/hello_3.1-4.dsc
...
...
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