[vlc-commits] [Git][videolan/vlc][master] tools: switch config.guess/sub retrieval to gitweb

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Jun 25 10:01:18 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
08397190 by Steve Lhomme at 2024-06-25T11:17:59+02:00
tools: switch config.guess/sub retrieval to gitweb

It's the official URL [1] and maybe it's more stable than cgit (which gives a lot of 502 errors).

[1] https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html

- - - - -


1 changed file:

- extras/tools/packages.mak


Changes:

=====================================
extras/tools/packages.mak
=====================================
@@ -60,7 +60,7 @@ GPERF_VERSION=3.1
 GPERF_URL=$(GNU)/gperf/gperf-$(GPERF_VERSION).tar.gz
 
 CONFIGGUESS_VERSION=948ae97ca5703224bd3eada06b7a69f40dd15a02
-CONFIGGUESS_URL=https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=$(CONFIGGUESS_VERSION)
+CONFIGGUESS_URL=https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=$(CONFIGGUESS_VERSION)
 
 CONFIGSUB_VERSION=948ae97ca5703224bd3eada06b7a69f40dd15a02
-CONFIGSUB_URL=https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=$(CONFIGSUB_VERSION)
+CONFIGSUB_URL=https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=$(CONFIGGUESS_VERSION)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08397190bbeb88c5d1246e3c67d0e43a763f72b9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08397190bbeb88c5d1246e3c67d0e43a763f72b9
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list