Re: [PATCH 1/2] build: ipkg-build add -r option for all-root

2020-09-06 Thread Paul Spooren
On Sat Sep 5, 2020 at 1:58 AM HST, Karl Palsson wrote: > > Paul Spooren wrote: > > > > diff --git a/scripts/ipkg-build b/scripts/ipkg-build > > index e3a9a882cf..38149c4432 100755 > > --- a/scripts/ipkg-build > > +++ b/scripts/ipkg-build > > @@ -1,5 +1,7 @@ > > #!/bin/sh > > > > +set -x > > +

Re: [PATCH 1/2] build: ipkg-build add -r option for all-root

2020-09-05 Thread Karl Palsson
Paul Spooren wrote: > > diff --git a/scripts/ipkg-build b/scripts/ipkg-build > index e3a9a882cf..38149c4432 100755 > --- a/scripts/ipkg-build > +++ b/scripts/ipkg-build > @@ -1,5 +1,7 @@ > #!/bin/sh > > +set -x > + Do you mean to have this in the patch? Sincerely, Karl Palsson

[PATCH 1/2] build: ipkg-build add -r option for all-root

2020-09-04 Thread Paul Spooren
The `ipkg-build` script create installable `ipk` packages. The newly added `-r` option attaches the `--owner=0 --group=0` to the `tar` command, allowing to run without a `fakeroot` context and still result in root-owned package contents. This approach is much faster than wrapping the packaging