mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 00/29] introduce GNOME mirror
@ 2020-10-06 14:11 Ladislav Michl
  2020-10-06 14:12 ` [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically Ladislav Michl
                   ` (28 more replies)
  0 siblings, 29 replies; 72+ messages in thread
From: Ladislav Michl @ 2020-10-06 14:11 UTC (permalink / raw)
  To: ptxdist

Hi there,

this patchset is a direct result of https://ftp.gnome.org being unavailable
from here for some time. Comments welcome.

Ladislav Michl (29):
  setup: sort mirrors alphabetically
  setup: introduce GNOME mirror
  atk: use GNOME mirror
  atkmm: use GNOME mirror
  gdk-pixbuf: use GNOME mirror
  glib-networking: use GNOME mirror
  glibmm: use GNOME mirror
  glib: use GNOME mirror
  gobject-introspection: use GNOME mirror
  gtk-engines: use GNOME mirror
  gtk: use GNOME mirror
  gtk2: use GNOME mirror
  host-gtk-doc: use GNOME mirror
  json-glib: use GNOME mirror
  libcroco: use GNOME mirror
  libgee: use GNOME mirror
  libgsf: use GNOME mirror
  libgudev: use GNOME mirror
  librsvg: use GNOME mirror
  libsigcpp: use GNOME mirror
  libsoup: use GNOME mirror
  mobile-broadband-provider-info: use GNOME mirror
  networkmanager-fortisslvpn: use GNOME mirror
  networkmanager-openvpn: use GNOME mirror
  networkmanager: use GNOME mirror
  pango: use GNOME mirror
  pygobject: use GNOME mirror
  python3-gi: use GNOME mirror
  xorg-font-ttf-bitstream-vera: use GNOME mirror

 config/setup/Kconfig                      | 29 ++++++++++++++---------
 config/setup/ptxdistrc.default            | 13 +++++-----
 rules/atk.make                            |  2 +-
 rules/atkmm.make                          |  2 +-
 rules/gdk-pixbuf.make                     |  2 +-
 rules/glib-networking.make                |  2 +-
 rules/glib.make                           |  4 +---
 rules/glibmm.make                         |  2 +-
 rules/gobject-introspection.make          |  2 +-
 rules/gtk-engines.make                    |  2 +-
 rules/gtk.make                            |  2 +-
 rules/gtk2.make                           |  2 +-
 rules/host-gtk-doc.make                   |  2 +-
 rules/json-glib.make                      |  2 +-
 rules/libcroco.make                       |  2 +-
 rules/libgee.make                         |  2 +-
 rules/libgsf.make                         |  2 +-
 rules/libgudev.make                       |  2 +-
 rules/librsvg.make                        |  2 +-
 rules/libsigcpp.make                      |  2 +-
 rules/libsoup.make                        |  2 +-
 rules/mobile-broadband-provider-info.make |  4 ++--
 rules/networkmanager-fortisslvpn.make     |  2 +-
 rules/networkmanager-openvpn.make         |  2 +-
 rules/networkmanager.make                 |  2 +-
 rules/pango.make                          |  2 +-
 rules/pygobject.make                      |  2 +-
 rules/python3-gi.make                     |  2 +-
 rules/xorg-font-ttf-bitstream-vera.make   |  2 +-
 29 files changed, 53 insertions(+), 47 deletions(-)

-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2020-10-14 10:30 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 14:11 [ptxdist] [PATCH 00/29] introduce GNOME mirror Ladislav Michl
2020-10-06 14:12 ` [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically Ladislav Michl
2020-10-06 15:50   ` Alexander Dahl
2020-10-07  7:24   ` Michael Olbrich
2020-10-07  8:21     ` Ladislav Michl
2020-10-07 15:40   ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-09 12:59     ` Roland Hieber
2020-10-09 13:15       ` Michael Olbrich
2020-10-09 21:11       ` Ladislav Michl
2020-10-10 13:20         ` Roland Hieber
2020-10-09 21:14     ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-10-14 10:30     ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:13 ` [ptxdist] [PATCH 02/29] setup: introduce GNOME mirror Ladislav Michl
2020-10-07 13:12   ` Roland Hieber
2020-10-07 15:40   ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-09 21:16     ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-10-14 10:30     ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:13 ` [ptxdist] [PATCH 03/29] atk: use " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:16 ` [ptxdist] [PATCH 04/29] atkmm: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:17 ` [ptxdist] [PATCH 05/29] gdk-pixbuf: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:19 ` [ptxdist] [PATCH 06/29] glib-networking: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:21 ` [ptxdist] [PATCH 07/29] glibmm: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:23 ` [ptxdist] [PATCH 08/29] glib: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:23 ` [ptxdist] [PATCH 09/29] gobject-introspection: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:24 ` [ptxdist] [PATCH 10/29] gtk-engines: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:24 ` [ptxdist] [PATCH 11/29] gtk: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:25 ` [ptxdist] [PATCH 12/29] gtk2: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:25 ` [ptxdist] [PATCH 13/29] host-gtk-doc: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:27 ` [ptxdist] [PATCH 14/29] json-glib: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:27 ` [ptxdist] [PATCH 15/29] libcroco: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:28 ` [ptxdist] [PATCH 16/29] libgee: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:28 ` [ptxdist] [PATCH 17/29] libgsf: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 18/29] libgudev: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 19/29] librsvg: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 20/29] libsigcpp: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:30 ` [ptxdist] [PATCH 21/29] libsoup: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:30 ` [ptxdist] [PATCH 22/29] mobile-broadband-provider-info: " Ladislav Michl
2020-10-06 16:41   ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-14 10:30     ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:31 ` [ptxdist] [PATCH 23/29] networkmanager-fortisslvpn: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:31 ` [ptxdist] [PATCH 24/29] networkmanager-openvpn: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:32 ` [ptxdist] [PATCH 25/29] networkmanager: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:32 ` [ptxdist] [PATCH 26/29] pango: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:33 ` [ptxdist] [PATCH 27/29] pygobject: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:33 ` [ptxdist] [PATCH 28/29] python3-gi: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:34 ` [ptxdist] [PATCH 29/29] xorg-font-ttf-bitstream-vera: " Ladislav Michl
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox