Re: [ptxdist] [PATCH v3 2/6] package templates: add code-signing-provider template

2020-06-18 Thread Bastian Krause
On 6/18/20 1:40 PM, Roland Hieber wrote: > On Wed, Jun 17, 2020 at 04:31:21PM +0200, Bastian Krause wrote: >> A ptxdist code signing provider is a package which selects the required >> host tools needed for the code signing helpers to work. A shell script >> is needed to define roles, set

Re: [ptxdist] [PATCH v3 2/6] package templates: add code-signing-provider template

2020-06-18 Thread Roland Hieber
On Wed, Jun 17, 2020 at 04:31:21PM +0200, Bastian Krause wrote: > A ptxdist code signing provider is a package which selects the required > host tools needed for the code signing helpers to work. A shell script > is needed to define roles, set PKCS#11 URIs and import keys if SoftHSM > is used. In

[ptxdist] [PATCH] barebox: install imx-usb-loader host-tool

2020-06-18 Thread Marco Felsch
Install the tool into the sysroot-host if it was enabled in the bareboxconfig. Signed-off-by: Marco Felsch --- rules/barebox.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/barebox.make b/rules/barebox.make index 65bb8251e..578cdac2f 100644 ---

[ptxdist] [PATCH] ptxd_template_write_src: print generated files with correct prefix

2020-06-18 Thread Roland Hieber
The second tar can only print the file names in the archive, and since the first tar does not store the original path and since the files come from the template path, we could not use that path anyway. Do some additional handling to print the full paths of the generated files after unpacking them

[ptxdist] [PATCH] host-mfgtools: version bump 1.3.169 -> 1.3.191

2020-06-18 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-mfgtools.make b/rules/host-mfgtools.make index bae6e62b9..a99ad6055 100644 --- a/rules/host-mfgtools.make +++ b/rules/host-mfgtools.make @@ -11,8

Re: [ptxdist] [PATCH 5/7] ptxd_make_get: continue with next URL when getting HTML file on dry run

2020-06-18 Thread Michael Olbrich
On Sat, Jun 13, 2020 at 03:32:47AM +0200, Roland Hieber wrote: > Still log this as a warning so it is (hopefully) seen. Actually, I'd like to keep this. We have two reasons for multiple URLs: 1. The primary URL is flaky 2. Upstream moves older versions to a different directory. In those cases we

Re: [ptxdist] Docu for "fixup" rules

2020-06-18 Thread Michael Olbrich
On Mon, Jun 15, 2020 at 10:57:40AM +0200, Roland Hieber wrote: > On Sat, Jun 13, 2020 at 01:01:39PM +0200, Ariel Garcia wrote: > > using the hint from this discussion > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg16103.html > > > > i would like to add a

Re: [ptxdist] [PATCH 3/7] ptxd_make_world_get: make 'ptxdist urlcheck' idempotent

2020-06-18 Thread Michael Olbrich
On Sat, Jun 13, 2020 at 03:32:45AM +0200, Roland Hieber wrote: > There is no guarantee that URLs will still work the next time we want to > check them, so try to fetch the URL every time instead of caching the > result. This also makes iterations of editing the URL in the rule file > and testing

Re: [ptxdist] [PATCH 6/7] libjaylink: fix URL

2020-06-18 Thread Michael Olbrich
On Sat, Jun 13, 2020 at 03:32:48AM +0200, Roland Hieber wrote: > The repository was apparently moved; the old URL shows a login screen. I had that already queue, but your commit message is nicer, so I'll take it :-) Michael > Signed-off-by: Roland Hieber > --- > rules/libjaylink.make | 2 +- >

Re: [ptxdist] [PATCH 7/7] libpopt: replace dead URL with more mirrors

2020-06-18 Thread Michael Olbrich
On Sat, Jun 13, 2020 at 03:32:49AM +0200, Roland Hieber wrote: > rpm5.org has been a parking domain for at least 2 years, it is unlikely > to come back. Add a few other mirrors. The file can be found on http://ftp.rpm.org so I changed the URL to that one. Note: please don't use Debian pool URLs.