Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flatdeb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Ludovico de Nittis
flatdeb
Commits
92382cc7
Commit
92382cc7
authored
Aug 15, 2019
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debos-runtimes: Be more explicit about what is meant to be boolean
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
c9919aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
flatdeb/debos-runtimes.yaml
flatdeb/debos-runtimes.yaml
+3
-3
No files found.
flatdeb/debos-runtimes.yaml
View file @
92382cc7
{{
- $apt_debug
:
= or .apt_debug
""
-
}}
{{
- $apt_debug
:
= or .apt_debug
false
-
}}
{{
- $architecture
:
= or .architecture "amd64" -
}}
{{
- $suite
:
= or .suite "stretch" -
}}
{{
- $flatpak_arch
:
= or .flatpak_arch $architecture -
}}
{{
- $packages
:
= or .packages "" -
}}
{{
- $post_script
:
= or .post_script "" -
}}
{{
- $sdk
:
= or .sdk
""
-
}}
{{
- $sdk
:
= or .sdk
false
-
}}
{{
- $sdk_packages
:
= or .sdk_packages "" -
}}
{{
- $sdk_post_script
:
= or .sdk_post_script "" -
}}
{{
- $platform_post_script
:
= or .platform_post_script "" -
}}
...
...
@@ -23,7 +23,7 @@
{{
- $sources_directory
:
= or .sources_directory "" -
}}
{{
- $sources_prefix
:
= or .sources_prefix (printf "%s-sources" $artifact_prefix) -
}}
{{
- $sources_tarball
:
= or .sources_tarball "" -
}}
{{
- $debug_symbols
:
= or .debug_symbols
""
-
}}
{{
- $debug_symbols
:
= or .debug_symbols
false
-
}}
{{
- $debug_prefix
:
= or .debug_prefix (printf "%s-debug" $artifact_prefix) -
}}
{{
- $debug_tarball
:
= or .debug_tarball (printf "%s.tar.gz" $debug_prefix) -
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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