Valentin David pushed to branch jjardon/use_freedesktop-sdk_18_08 at BuildStream / buildstream
Commits:
-
edc07536
by Tiago Gomes at 2018-10-17T13:49:15Z
-
155296a7
by Tiago Gomes at 2018-10-17T13:49:15Z
-
131f95eb
by Tiago Gomes at 2018-10-17T14:15:38Z
-
5112de3c
by Javier Jardón at 2018-10-17T14:30:33Z
-
97789e91
by Valentin David at 2018-10-17T14:30:33Z
7 changed files:
- README.rst
- doc/examples/flatpak-autotools/elements/base/sdk.bst
- + doc/examples/flatpak-autotools/files/links/lib64
- + doc/examples/flatpak-autotools/keys/flathub.gpg
- − doc/examples/flatpak-autotools/keys/gnome-sdk.gpg
- doc/examples/flatpak-autotools/project.conf
- setup.py
Changes:
1 | 1 |
About
|
2 | 2 |
-----
|
3 | 3 |
|
4 |
-.. image:: https://buildstream.gitlab.io/buildstream/_static/release.svg
|
|
4 |
+.. image:: https://docs.buildstream.build/_static/release.svg
|
|
5 | 5 |
:target: https://gitlab.com/BuildStream/buildstream/commits/bst-1.2
|
6 | 6 |
|
7 |
-.. image:: https://buildstream.gitlab.io/buildstream/_static/snapshot.svg
|
|
7 |
+.. image:: https://docs.buildstream.build/_static/snapshot.svg
|
|
8 | 8 |
:target: https://gitlab.com/BuildStream/buildstream/commits/master
|
9 | 9 |
|
10 | 10 |
.. image:: https://gitlab.com/BuildStream/buildstream/badges/master/pipeline.svg
|
... | ... | @@ -63,7 +63,7 @@ BuildStream offers the following advantages: |
63 | 63 |
|
64 | 64 |
How do I use BuildStream?
|
65 | 65 |
=========================
|
66 |
-Please refer to the `documentation <https://buildstream.gitlab.io/buildstream/>`_
|
|
66 |
+Please refer to the `documentation <https://docs.buildstream.build>`_
|
|
67 | 67 |
for information about installing BuildStream, and about the BuildStream YAML format
|
68 | 68 |
and plugin options.
|
69 | 69 |
|
... | ... | @@ -86,9 +86,9 @@ BuildStream operates on a set of YAML files (.bst files), as follows: |
86 | 86 |
How can I get started?
|
87 | 87 |
======================
|
88 | 88 |
To get started, first `install BuildStream by following the installation guide
|
89 |
-<https://buildstream.gitlab.io/buildstream/main_install.html>`_
|
|
89 |
+<https://buildstream.build/install.html>`_
|
|
90 | 90 |
and then follow our tutorial in the
|
91 |
-`user guide <https://buildstream.gitlab.io/buildstream/main_using.html>`_.
|
|
91 |
+`user guide <https://docs.buildstream.build/main_using.html>`_.
|
|
92 | 92 |
|
93 | 93 |
We also recommend exploring some existing BuildStream projects:
|
94 | 94 |
|
... | ... | @@ -2,15 +2,15 @@ kind: import |
2 | 2 |
description: Import the base freedesktop SDK
|
3 | 3 |
sources:
|
4 | 4 |
- kind: ostree
|
5 |
- url: gnomesdk:repo/
|
|
6 |
- gpg-key: keys/gnome-sdk.gpg
|
|
5 |
+ url: flathub:repo/
|
|
6 |
+ gpg-key: keys/flathub.gpg
|
|
7 | 7 |
(?):
|
8 | 8 |
- arch == "x86_64":
|
9 |
- track: runtime/org.freedesktop.BaseSdk/x86_64/1.4
|
|
10 |
- ref: 0d9d255d56b08aeaaffb1c820eef85266eb730cb5667e50681185ccf5cd7c882
|
|
9 |
+ track: runtime/org.freedesktop.Sdk/x86_64/18.08
|
|
10 |
+ ref: 266c14050460f4747ffaac89b1050c027dfad51f4fc5742d221b4a5d12e3fb71
|
|
11 | 11 |
- arch == "i386":
|
12 |
- track: runtime/org.freedesktop.BaseSdk/i386/1.4
|
|
13 |
- ref: 16036b747c1ec8e7fe291f5b1f667cb942f0267d08fcad962e9b7627d6cf1981
|
|
12 |
+ track: runtime/org.freedesktop.Sdk/i386/18.08
|
|
13 |
+ ref: 30230a5eba26b77c334e125493a4b798bd304ab6d5186574f150de5c8cdee350
|
|
14 | 14 |
config:
|
15 | 15 |
source: files
|
16 | 16 |
target: usr
|
1 |
+usr/lib64
|
|
\ No newline at end of file |
No preview for this file type
No preview for this file type
1 | 1 |
name: flatpak-autotools
|
2 | 2 |
|
3 | 3 |
aliases:
|
4 |
- gnomesdk: https://sdk.gnome.org/
|
|
4 |
+ flathub: https://dl.flathub.org/
|
|
5 | 5 |
|
6 | 6 |
element-path: elements
|
7 | 7 |
|
... | ... | @@ -269,7 +269,7 @@ setup(name='BuildStream', |
269 | 269 |
url='https://buildstream.build',
|
270 | 270 |
project_urls={
|
271 | 271 |
'Source': 'https://gitlab.com/BuildStream/buildstream',
|
272 |
- 'Documentation': 'https://buildstream.gitlab.io/buildstream/',
|
|
272 |
+ 'Documentation': 'https://docs.buildstream.build',
|
|
273 | 273 |
'Tracker': 'https://gitlab.com/BuildStream/buildstream/issues',
|
274 | 274 |
'Mailing List': 'https://mail.gnome.org/mailman/listinfo/buildstream-list'
|
275 | 275 |
},
|