aboutsummaryrefslogtreecommitdiff
path: root/configs/install-iso/download-repo.sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not redownload/rebuild core-pkgs when making the repoGerardo Exequiel Pozzi2009-11-191-4/+12
| | | | | | | Another small step forward to avoid rebuilding of squashfs images if are alredy up-to-date core-repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Look into cache before fetching the pkg remotely.chandan2009-09-011-1/+7
| | | | | | | | 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>
* 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>