Systemd/tools
Paul Menzel 55a37d7117 Update UEFI URLs (#12260)
* Use more secure https://www.uefi.org

http://www.uefi.org directs to https://uefi.org/, so this saves one
redirect.

    $ curl -I http://www.uefi.org
    HTTP/1.1 302 Found
    Server: nginx
    Date: Tue, 09 Apr 2019 14:54:46 GMT
    Content-Type: text/html; charset=iso-8859-1
    Connection: keep-alive
    X-Content-Type-Options: nosniff
    Location: https://uefi.org/
    Cache-Control: max-age=1209600
    Expires: Tue, 23 Apr 2019 14:54:46 GMT

Run the command below to update all occurrences.

    git grep -l http://www.uefi.org | xargs sed -i 's,http://www.uefi.org,https://www.uefi.org,'

* Use https://uefi.org to save redirect

Save one redirect by using the target location.

    $ curl -I https://www.uefi.org
    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 09 Apr 2019 14:55:42 GMT
    Content-Type: text/html; charset=iso-8859-1
    Connection: keep-alive
    X-Content-Type-Options: nosniff
    Location: https://uefi.org/
    Cache-Control: max-age=1209600
    Expires: Tue, 23 Apr 2019 14:55:42 GMT

Run the command below to update all occurrences.

    git grep -l https://www.uefi.org | xargs sed -i 's,https://www.uefi.org,https://uefi.org,'
2019-04-09 18:37:46 +02:00
..
add-git-hook.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
catalog-report.py tree-wide: drop header for emacs from python scripts 2018-12-10 03:17:33 +09:00
check-directives.sh tools: check all directives even if it detects non-updated files 2019-02-25 12:41:11 +09:00
check-includes.pl Drop "Copyright abandonded" header 2018-07-24 11:14:44 +02:00
choose-default-locale.sh tools/choose-default-locale.sh: set shebang to /bin/sh 2019-01-17 18:06:16 +01:00
coverity.sh coverity.sh: fail if uploading data to Coverity Scan is forbidden 2018-06-25 22:22:29 +00:00
find-build-dir.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
find-double-newline.sh tools: make various scripts find the top-levle git dir automatically 2018-06-07 16:22:16 +02:00
find-tabs.sh tools: make various scripts find the top-levle git dir automatically 2018-06-07 16:22:16 +02:00
gdb-sd_dump_hashmaps.py tree-wide: drop header for emacs from python scripts 2018-12-10 03:17:33 +09:00
generate-gperfs.py tools: add one more SPDX license header 2018-12-10 03:08:52 +09:00
make-directive-index.py man: add a new section for EFI variables 2019-02-13 11:17:41 +01:00
make-man-index.py tree-wide: drop header for emacs from python scripts 2018-12-10 03:17:33 +09:00
make-man-rules.py tree-wide: drop header for emacs from python scripts 2018-12-10 03:17:33 +09:00
meson-apply-m4.sh meson: generate m4 preprocessor from config.h (#8914) 2018-05-07 11:17:35 +02:00
meson-build.sh meson: use same compilers to build fuzzers 2018-10-09 11:54:10 +02:00
meson-check-api-docs.sh meson: print stats in check-api-docs 2018-08-02 15:49:45 +02:00
meson-check-compilation.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
meson-check-help.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
meson-git-contrib.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
meson-hwdb-update.sh Update UEFI URLs (#12260) 2019-04-09 18:37:46 +02:00
meson-make-symlink.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
meson-vcs-tag.sh meson: use /bin/bash for script 2018-12-21 13:43:20 +01:00
oss-fuzz.sh oss-fuzz.sh: copy dictionaries along with "options" files 2018-11-06 19:55:11 +01:00
xml_helper.py tree-wide: drop header for emacs from python scripts 2018-12-10 03:17:33 +09:00