index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-01 | Look into cache before fetching the pkg remotely. | chandan | |
The script download-rep.sh in config/install-iso should first check if a package is present in local pacman cache before downloading it with wget. [Aaron: Added missing 'then' on added if statement] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-20 | Ensure download-repo syncs pacman DBs first | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-20 | Fix core package format to include repo | Aaron Griffin | |
If testing is enabled, -Sp will give us testing URLs. Use the $repo/$pkgname format for packages so we get the right files Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-19 | Make sure download-repo.sh also gets the db file | Aaron Griffin | |
Whoopsie Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-17 | Use pacman to download core packages | Aaron Griffin | |
This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |