I am using$this->bbcode_second_pass_code('', 'pacman --config etc/pacman.conf --cachedir var/cache --gpgdir var/gpg --verbose --root . -Sy')for syncing, and$this->bbcode_second_pass_code('', 'pacman --config etc/pacman.conf --cachedir var/cache --gpgdir var/gpg --verbose --root . -w -S $@')for fetching.
But i havent figured out how to not-require-superuser, and what uri to give `Server=` to make it actually get the right Arch ARM packages...
Nor can you easily indicate what the other machine has, other than perhaps having the online machine keep track of it. I am fine with overdownloading for now though bit though.
What is the url, or is there a tool for this sort of thing? I see some stuff on the wiki, doesnt exactly seem great...