[Initiatives.wiki] Update DevOps with Flatpak
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [Initiatives.wiki] Update DevOps with Flatpak
- Date: Mon, 10 Dec 2018 14:17:44 +0000 (UTC)
commit 8befbcce5eeeb0e7847b3372a0431e9d01d96d61
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Mon Dec 10 14:17:41 2018 +0000
Update DevOps with Flatpak
DevOps-with-Flatpak.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/DevOps-with-Flatpak.md b/DevOps-with-Flatpak.md
index 2778693..3fe1684 100644
--- a/DevOps-with-Flatpak.md
+++ b/DevOps-with-Flatpak.md
@@ -99,8 +99,7 @@ First, let's add basic support for profiles in the root meson.build file.
### Root meson.build
```python
-if get_option('profile') == 'development'
- profile = 'Devel'
+if get_option('profile') == 'Devel'
name_suffix = ' (Development Snapshot)'
elif get_option('profile') != ''
profile = get_option('profile')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]