]> git.eshelyaron.com Git - emacs.git/commit
Optimize admin/nt dependency computation
authorNoam Postavsky <npostavs@gmail.com>
Fri, 12 Nov 2021 09:21:45 +0000 (10:21 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Nov 2021 09:21:45 +0000 (10:21 +0100)
commit00e3baf6e32d39c8434f50e1f0b0a83ad2ad3aeb
tree4395a289021b437d7547d5aedb35cc4f7ea5b610
parent87e53578861a37748cdfc7cb017b73c2bcf572a4
Optimize admin/nt dependency computation

admin/nt/dist-build/build-dep-zips.py (immediate_deps)
(extract_deps): Gather package dependency info in batches, rather than
one at a time.  This reduces the number of invocations of 'pacman -Si
...' to the depth of the dependency tree, rather than the number of
dependent packages.
(top-level): Don't call 'extract_deps' when given the '-l' option (bug#40628).
admin/nt/dist-build/build-dep-zips.py