[Notes] [Git][BuildStream/buildstream][jjardon/use_freedesktop-sdk_18_08] 5 commits: README: use correct links for documentation website



Title: GitLab

Valentin David pushed to branch jjardon/use_freedesktop-sdk_18_08 at BuildStream / buildstream

Commits:

7 changed files:

Changes:

  • README.rst
    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
     
    

  • doc/examples/flatpak-autotools/elements/base/sdk.bst
    ... ... @@ -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

  • doc/examples/flatpak-autotools/files/links/lib64
    1
    +usr/lib64
    \ No newline at end of file

  • doc/examples/flatpak-autotools/keys/flathub.gpg
    No preview for this file type
  • doc/examples/flatpak-autotools/keys/gnome-sdk.gpg deleted
    No preview for this file type
  • doc/examples/flatpak-autotools/project.conf
    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
     
    

  • setup.py
    ... ... @@ -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
           },
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]