Bug#1055753: debci: --config option is broken

2023-11-14 Thread Antonio Terceiro
On Fri, Nov 10, 2023 at 06:18:33PM +0100, Christian Kastner wrote: > Hi Antonio, > > On 2023-11-10 18:10, Antonio Terceiro wrote: > > Some shared options are defined in lib/environment.sh, I think that's > > why it currently loads lib/environment.sh before processing the command > > line options.

Bug#1055753: debci: --config option is broken

2023-11-10 Thread Christian Kastner
Hi Antonio, On 2023-11-10 18:10, Antonio Terceiro wrote: > Some shared options are defined in lib/environment.sh, I think that's > why it currently loads lib/environment.sh before processing the command > line options. > > OTH your analysis is correct, as this causes the --config option to be > u

Bug#1055753: debci: --config option is broken

2023-11-10 Thread Antonio Terceiro
On Fri, Nov 10, 2023 at 04:42:10PM +0100, Christian Kastner wrote: > Package: debci > Version: 3.7 > Severity: normal > > The --config option to the debci subcommands does not work: > > $ mkdir /tmp/foo > $ echo 'debci_arch="i386"' > /tmp/foo/debci.conf > > $ debci config --config /tmp/foo confi

Bug#1055753: debci: --config option is broken

2023-11-10 Thread Christian Kastner
Package: debci Version: 3.7 Severity: normal The --config option to the debci subcommands does not work: $ mkdir /tmp/foo $ echo 'debci_arch="i386"' > /tmp/foo/debci.conf $ debci config --config /tmp/foo config_dir config_dir=/tmp/foo $ debci config --config /tmp/foo arch arch=amd64 I believe