Re: [PATCH] deb-pkg: v2: move setting debarch for a separate function

2015-04-22 Thread maximilian attems
On Wed, Apr 22, 2015 at 04:45:38PM +0200, Michal Marek wrote: > On 2015-04-16 15:42, riku.voi...@linaro.org wrote: > > From: Riku Voipio > > > > create_package() function tries to resolve used architecture > > for everry package. Split the setting the architecture to a > > new function, set_debar

Re: [PATCH] deb-pkg: v2: move setting debarch for a separate function

2015-04-22 Thread Michal Marek
On 2015-04-16 15:42, riku.voi...@linaro.org wrote: > From: Riku Voipio > > create_package() function tries to resolve used architecture > for everry package. Split the setting the architecture to a > new function, set_debarch(), called once on startup. > > This allows using debarch from other pa

[PATCH] deb-pkg: v2: move setting debarch for a separate function

2015-04-16 Thread riku . voipio
From: Riku Voipio create_package() function tries to resolve used architecture for everry package. Split the setting the architecture to a new function, set_debarch(), called once on startup. This allows using debarch from other parts of script as needed. v2: Follow Michals suggestion on settin