[gtk/ebassi/subprojects-depth] Use depth=1 for cloning sub-projects



commit 5da21ca4dc5b0597fe1de39634dd05be00699235
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jul 9 14:07:14 2020 +0100

    Use depth=1 for cloning sub-projects
    
    We don't really need the full history and branches when building
    sub-projects.
    
    This should shave some bandwidth and time in our CI pipeline as well.

 subprojects/gdk-pixbuf.wrap        | 1 +
 subprojects/glib.wrap              | 1 +
 subprojects/graphene.wrap          | 1 +
 subprojects/gtk-doc.wrap           | 1 +
 subprojects/libcloudproviders.wrap | 1 +
 subprojects/libepoxy.wrap          | 1 +
 subprojects/libsass.wrap           | 1 +
 subprojects/sassc.wrap             | 1 +
 subprojects/wayland-protocols.wrap | 1 +
 9 files changed, 9 insertions(+)
---
diff --git a/subprojects/gdk-pixbuf.wrap b/subprojects/gdk-pixbuf.wrap
index 884d95f770..123ea163f9 100644
--- a/subprojects/gdk-pixbuf.wrap
+++ b/subprojects/gdk-pixbuf.wrap
@@ -3,3 +3,4 @@ directory=gdk-pixbuf
 url=https://gitlab.gnome.org/GNOME/gdk-pixbuf.git
 push-url=ssh://git gitlab gnome org:GNOME/gdk-pixbuf.git
 revision=master
+depth=1
diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap
index 76aa0a0228..e2e44d565e 100644
--- a/subprojects/glib.wrap
+++ b/subprojects/glib.wrap
@@ -3,3 +3,4 @@ directory=glib
 url=https://gitlab.gnome.org/GNOME/glib.git
 push-url=ssh://git gitlab gnome org:GNOME/glib.git
 revision=master
+depth=1
diff --git a/subprojects/graphene.wrap b/subprojects/graphene.wrap
index 306c61a542..902095dbd7 100644
--- a/subprojects/graphene.wrap
+++ b/subprojects/graphene.wrap
@@ -2,3 +2,4 @@
 directory=graphene
 url=https://github.com/ebassi/graphene.git
 revision=master
+depth=1
diff --git a/subprojects/gtk-doc.wrap b/subprojects/gtk-doc.wrap
index 0b8d4412d0..2f71008fc3 100644
--- a/subprojects/gtk-doc.wrap
+++ b/subprojects/gtk-doc.wrap
@@ -2,3 +2,4 @@
 directory=gtk-doc
 url=https://gitlab.gnome.org/GNOME/gtk-doc.git
 revision=gtk-doc-for-gtk4
+depth=1
diff --git a/subprojects/libcloudproviders.wrap b/subprojects/libcloudproviders.wrap
index 2b47d8cad6..baa31bb003 100644
--- a/subprojects/libcloudproviders.wrap
+++ b/subprojects/libcloudproviders.wrap
@@ -2,3 +2,4 @@
 directory=libcloudproviders
 url=https://gitlab.gnome.org/World/libcloudproviders.git
 revision=master
+depth=1
diff --git a/subprojects/libepoxy.wrap b/subprojects/libepoxy.wrap
index 0c481b583d..fc5147a22b 100644
--- a/subprojects/libepoxy.wrap
+++ b/subprojects/libepoxy.wrap
@@ -2,3 +2,4 @@
 directory=libepoxy
 url=https://github.com/anholt/libepoxy.git
 revision=master
+depth=1
diff --git a/subprojects/libsass.wrap b/subprojects/libsass.wrap
index dfd01816dc..b41051cf7b 100644
--- a/subprojects/libsass.wrap
+++ b/subprojects/libsass.wrap
@@ -2,3 +2,4 @@
 directory=libsass
 url=https://github.com/lazka/libsass.git
 revision=meson
+depth=1
diff --git a/subprojects/sassc.wrap b/subprojects/sassc.wrap
index 614ba5c80b..edd76c61be 100644
--- a/subprojects/sassc.wrap
+++ b/subprojects/sassc.wrap
@@ -2,3 +2,4 @@
 directory=sassc
 url=https://github.com/lazka/sassc.git
 revision=meson
+depth=1
diff --git a/subprojects/wayland-protocols.wrap b/subprojects/wayland-protocols.wrap
index bb9619cbc9..ba60db715d 100644
--- a/subprojects/wayland-protocols.wrap
+++ b/subprojects/wayland-protocols.wrap
@@ -2,3 +2,4 @@
 directory=wayland-protocols
 url=https://gitlab.freedesktop.org/jadahl/wayland-protocols.git
 revision=wip/meson-meson-0.53
+depth=1


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