and enforcing external fetcher also fails:
# poldek -vv -O 'default fetcher = http: wget' --st=metadata --source http://dl.google.com/linux/chrome/rpm/stable/x86_64/ --update Setting temporary cache directory path to /root/.poldek-cache Setting cache directory path to /root/.poldek-cache Enabling multilib mode, transaction color = 3 error: vfile: wget: no such external fetcher found Retrieving http://dl.google.com/linux/chrome/rpm/[...]/repomd.xml... ...
# cat /etc/poldek/fetch.conf ...
[fetcher] name = wget proto = http,ftp,https cmd = wget -N --dot-style=binary -P %d %Pn
and enforcing external fetcher also fails:
# poldek -vv -O 'default fetcher = http: wget' --st=metadata --source http:// dl.google. com/linux/ chrome/ rpm/stable/ x86_64/ --update dl.google. com/linux/ chrome/ rpm/[...]/repomd.xml...
Setting temporary cache directory path to /root/.poldek-cache
Setting cache directory path to /root/.poldek-cache
Enabling multilib mode, transaction color = 3
error: vfile: wget: no such external fetcher found
Retrieving http://
...
# cat /etc/poldek/ fetch.conf
...
[fetcher]
name = wget
proto = http,ftp,https
cmd = wget -N --dot-style=binary -P %d %Pn