Skip to content

Commit

Permalink
Switch GNOME modules to GitHub.com.
Browse files Browse the repository at this point in the history
gitlab.gnome.org sometimes fails with an error:

$  git clone --depth=1 --no-single-branch https://gitlab.gnome.org/GNOME/gtk.git gtk4 --branch 4.15.6
Cloning into 'gtk4'...
remote: Enumerating objects: 202975, done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
error: 11 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

Switch to GitHub, to avoid that problem.
  • Loading branch information
nikolaszimmermann committed Sep 27, 2024
1 parent e38d63e commit beb50af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
</meson>

<meson id="gtk4" mesonargs="-Dbuild-demos=false -Dbuild-examples=false -Dbuild-tests=false -Dbuild-testsuite=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
checkoutdir="gtk4"
module="GNOME/gtk.git" tag="4.15.6"/>
</meson>

<meson id="libadwaita" mesonargs="-Dexamples=false -Dgtk_doc=true -Dtests=false -Dvapi=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
module="GNOME/libadwaita.git" tag="1.6.beta"/>
<dependencies>
<dep package="gtk4"/>
Expand Down Expand Up @@ -116,13 +116,13 @@
</meson>

<meson id="glib" mesonargs="--localstatedir=/var -Dlibmount=disabled -Dtests=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
checkoutdir="glib"
module="GNOME/glib.git"/>
</meson>

<meson id="glib-networking">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
checkoutdir="glib-networking"
module="GNOME/glib-networking.git"/>
<dependencies>
Expand All @@ -131,7 +131,7 @@
</meson>

<meson id="libsoup" mesonargs="-Dtests=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
checkoutdir="libsoup"
module="GNOME/libsoup.git"/>
</meson>
Expand Down Expand Up @@ -160,7 +160,7 @@
</systemmodule>

<meson id="epiphany">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
module="GNOME/epiphany.git"/>
<dependencies>
<dep package="gcr"/>
Expand All @@ -172,21 +172,21 @@

<!-- Everything in this section is just for sysprof. -->
<meson id="libpanel" mesonargs="-Dvapi=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
module="GNOME/libpanel.git" tag="1.7.1"/>
<dependencies>
<dep package="libadwaita"/>
</dependencies>
</meson>

<meson id="libdex" mesonargs="-Dvapi=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
module="GNOME/libdex.git" tag="0.7.1"/>
</meson>

<!-- TODO: Switch to sysprof 47.0 release, once it's ready -->
<meson id="sysprof" mesonargs="-Dexamples=false -Dpolkit-agent=disabled -Dsysprofd=host -Dtests=false -Dtools=false">
<branch repo="gitlab.gnome.org"
<branch repo="github.com"
module="GNOME/sysprof.git" tag="master" revision="10217bb0e231c820d0012150151511d99c877ff3">
</branch>
<dependencies>
Expand Down

0 comments on commit beb50af

Please sign in to comment.