[pacman-dev] [PATCH 1/4] makepkg: checkout a revision specified in SVN fragment in download_svn.

Allan McRae allan at archlinux.org
Sun Nov 9 07:27:23 UTC 2014


On 10/12/13 06:31, Lukáš Jirkovský wrote:
> Previously the sources were dowloaded in HEAD revision in the download_svn().
> If a specific revision was requested in fragment, the code was updated to that
> revision in extract_svn(). However, because SVN is a centralized system,
> this means that the changed sources has to be downloaded again.
> 
> By moving the fragment handling to download_svn(), we get the correct revision
> without having to download it later in extract_svn().
> 

This patch keeps in our download and extract are separate steps style
which allow offline building.

Pulled to my VCS branch.


More information about the pacman-dev mailing list