ubports / crossbuilder

A debian package cross building tool using LXD
13 stars 17 forks source link

Allow passing multiple sources when using the inst-foreign command #63

Closed jezek closed 2 years ago

jezek commented 2 years ago

In the nuntium's repository crossbuilder instructions, there are multiple sources passed to the crossbuilder inst-foreign command, which doesn't work with current crossbuilder instance, cause only 1 source is allowed.

These changes make it possible to install multiple sources at once.

Or is there any reason, they were disallowed? Cause the install_foreign function did allow to install multiple sources, but the checks for the command were allowing only one source and only first souce was passed to the function.