pacman/scripts/libmakepkg/integrity
Eli Schwartz ac0e21a6df libmakepkg: optimize get_protocol to always return proto, not proto+uri
e.g. git+https:// is commonly used for git repositories cloned over
HTTPS, but we assume a proto with a plus in it is actually a protocol
followed by some URI handler. So we might as well simplify the return
value and not have to always add glob matching everywhere when checking
the proto in use.

This is required in order to use the proto directly in function calls,
which will be used in a followup patch.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-01-22 09:38:21 +10:00
..
generate_checksum.sh.in libmakepkg: optimize get_protocol to always return proto, not proto+uri 2019-01-22 09:38:21 +10:00
generate_signature.sh.in makepkg: when signing packages, report package filename on failure 2018-08-10 12:37:20 +10:00
meson.build Add meson.build files to build with meson 2018-11-02 03:16:34 -04:00
verify_checksum.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
verify_signature.sh.in libmakepkg: optimize get_protocol to always return proto, not proto+uri 2019-01-22 09:38:21 +10:00