search for: 62d500d

Displaying 2 results from an estimated 2 matches for "62d500d".

Did you mean: 62500
2014 Mar 10
2
[PATCH] builder: complete architecture handling
...let filename = cache_of_name cachedir name revision in + let filename = cache_of_name cachedir name arch revision in (* Is the requested template name + revision in the cache already? * If not, download it. diff --git a/builder/downloader.mli b/builder/downloader.mli index 62d500d..7b26ba3 100644 --- a/builder/downloader.mli +++ b/builder/downloader.mli @@ -18,7 +18,7 @@ (** This module is a wrapper around curl, plus local caching. *) -val cache_of_name : string -> string -> int -> string +val cache_of_name : string -> string -> string -> int -> str...
2014 Mar 11
4
Re: [PATCH] builder: complete architecture handling
On Tuesday 11 March 2014 10:09:45 Richard W.M. Jones wrote: > On Mon, Mar 10, 2014 at 02:28:20PM +0100, Pino Toscano wrote: > > Add the possibility to choose which architecture use to build the > > wanted image (--arch). Since this implies that running commands on > > the guest is usually not possible when the architecture is > > different than the host one, another new