Merge branch 'pacman-download-faketime' into 'main'

Wrap downloads by pacman in another faketime call to cancel the one in "pacman-faketime"

See merge request systemrescue/systemrescue-sources!257
This commit is contained in:
Gerd v. Egidy 2022-12-16 21:27:13 +00:00
commit dee6eb02b9

View file

@ -18,6 +18,12 @@
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
# wrap downloading in a faketime call that uses the real "today" as date
# this is to counter the faketime date introduced when running "pacman-faketime"
# necessary to deal with TLS certificate lifetimes
XferCommand = /usr/bin/faketime "today" /usr/bin/curl --continue-at - --output "%o" --fail --location "%u"
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto