On 14-12-09 16:32 +0100, Otavio Salvador wrote:
> On Tue, Dec 9, 2014 at 1:29 PM, Olof Johansson
> wrote:
> > I would propose
> >
> >Debian-8.* \n
...
>
> This was my first patch and failed on me.
>
> A we need lsb-release for it to work.
Ah, I did
On 14-12-09 15:32 +0100, Otavio Salvador wrote:
> The Debian 8 (codename Jessie) is frozen and has been in use in our
> machines for some time. It has been working fine and as it is about to
> be released it is better to whitelist it and remove the ugly warning
> from build logs.
>
> Signed-off-by
Hi,
On 14-08-19 13:57 +0200, Otavio Salvador wrote:
> @@ -88,6 +88,8 @@ SANITY_TESTED_DISTROS ?= " \
> Debian-7.2 \n \
> Debian-7.3 \n \
> Debian-7.4 \n \
> +Debian-7.5 \n \
> +Debian-7.6 \n \
> SUSE-LINUX-12.2 \n \
>
On 14-07-16 11:36 +0200, Isak Lichtenstein wrote:
> In this method I'm using the bash syntax. But a lot of time the
> parser doesn't manage to parse my file properly. Examples:
>
> TMP="file1 file2"
> read -a scripts <<< $tmp
> generates
> ShellSyntaxError: expecting here-documen
Hi,
[Sorry for duplicate replies, apparently I wasn't subscribed
with the right email address.]
On 13-12-10 13:22 +0100, Diego Sueiro wrote:
> Recently I switched to dora branch which builds busybox 1.21.
> I was using dylan branch with busybox 1.20 and the some shell
> scripts stopped working.