pacman/scripts
soloturn e017a5975c makepkg: Add GITFLAGS environmental variable to customise checkout
The default flag used to clone a git repository when using makepkg
is "--mirror". However, when working with huge repositories, the use
of different flags during cloning can allow an faster checkout. For
example, using "--filter=blob:none" allows for small checkouts, at
the expense of requiring downloads during the build stage if anything
but the HEAD commit is used for the build. In addition, this example
would serve as a replacement for the often requested (but broken)
addition of --depth=1.

Add support for the environment variable GITFLAG to pass flags for
the git clone command. Note that this overrides the default rather
than adding to it in order to prevent incompatibilities.
2022-07-29 11:00:01 +10:00
..
completion Add --keyringdir meson option to configure the keyring directory 2022-07-29 10:17:52 +10:00
libmakepkg makepkg: Add GITFLAGS environmental variable to customise checkout 2022-07-29 11:00:01 +10:00
po Update mailing list url 2021-11-20 12:38:25 -08:00
.gitignore libmakepkg: install pkg-config file 2019-05-08 12:46:33 +10:00
libmakepkg.pc.in Update urls to not use www. for archlinux.org 2021-04-08 10:14:33 +10:00
makepkg-template.pl.in Update copyright years 2022-01-02 13:34:52 +10:00
makepkg.sh.in makepkg: store pkgtype in xdata 2022-07-21 19:01:45 +10:00
meson.build meson: do not use meson.source_root() and meson.build_root() 2022-03-06 16:26:34 +10:00
pacman-db-upgrade.sh.in Update copyright years 2022-01-02 13:34:52 +10:00
pacman-key.sh.in Add --keyringdir meson option to configure the keyring directory 2022-07-29 10:17:52 +10:00
repo-add.sh.in Update copyright years 2022-01-02 13:34:52 +10:00
wrapper.sh.in Update copyright years 2022-01-02 13:34:52 +10:00