Commit graph

4 commits

Author SHA1 Message Date
Ramon Buldó
966404280c buildiso: Rework how package caches are created
Instead running pacman outside the chroot, this runs it inside:
1. Download the needed packages (the pacman cache is bind to the host pacman cache).
2. Make a list of packages to be copied to the pacman cache.
3. Copy the packages with rsync.

This solves:
- Uses the packages in the right branch (before it used the host's branch).
- Don't need to redownload packages anymore, saving tons of time.
- pkg_dir_cache and lng_dir_cache are not needed anymore, no need to clean them too.
2015-06-08 21:21:46 +02:00
udeved
cffaa8a8e2 [docbook] fix buildiso -v arg display 2015-06-05 14:54:24 +02:00
udeved
0f64a740cf [docbook] update man pages 2015-06-05 14:48:52 +02:00
Ramon Buldó
d2907fc234 [man] move xml pages to docbook directory 2015-05-15 20:04:54 +02:00
Renamed from man/buildiso.xml (Browse further)