aboutsummaryrefslogtreecommitdiff
path: root/configs/install-iso/download-repo.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ensure download-repo syncs pacman DBs firstAaron Griffin2009-01-201-0/+3
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix core package format to include repoAaron Griffin2009-01-201-1/+2
| | | | | | | | 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>
* Make sure download-repo.sh also gets the db fileAaron Griffin2009-01-191-0/+3
| | | | | | Whoopsie Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use pacman to download core packagesAaron Griffin2009-01-171-0/+45
This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>