X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ua1-f50.google.com (mail-ua1-f50.google.com [209.85.222.50]) by lists.alpinelinux.org (Postfix) with ESMTP id 5B4C2F84DB6 for ; Tue, 5 Mar 2019 10:14:17 +0000 (UTC) Received: by mail-ua1-f50.google.com with SMTP id s26so7228502uao.9 for ; Tue, 05 Mar 2019 02:14:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kgug1ks9ls0STx+I3NSzdL5cY+sBmqE23amSw0MO8k8=; b=mwK8lv5dQp44BBjOrZH4qlTrrXcHj6TY92Qhw0R1QEW+Re53dgVFhjnNbJhvCRjnrh GTGVhmPPYcWZbp504q68mxmwbY28Sq+DAeAldv4l5dkqfct9HBPwT/IaPqVDLuxXRoia TPg491nISsnm76QcXusGSgwsAEmGPNS5FjVWsl/hfvg8OzZZWbydw1LF8LpbMrpUYDUp OcSaUChPTWB6LDvbNVtAnuCZ3GDrVTVqig3YmQiL39QxQcs1DeWJ9zlFkA/quqRNyKKD ZddktDIWdFb6dUHuxhtxExqxQTyzUhOiBn6NRQO9P62VQCrnUUFe9FawDZTnRbT0YXnF /mbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kgug1ks9ls0STx+I3NSzdL5cY+sBmqE23amSw0MO8k8=; b=JiI25SoTUDoUGh2rvefkJd2nS+0TQA+4fzXyv2IbHehORXqaXtE4I59G3XHgzLIDS9 U33zugegseShar4UBnQq3xnRja7USFsunTNS3ge2aMpWO2ioTpkQ1S8bm0zw5BlULoJN y9CK7RBBkij/Q0CQGBSDMJhAj8srrTTIUOWb2KxmC9IBwgxZZ3dzJK/jSeniP5bRNG/T bJp5UKmCV/yJVaZQ3g1X7E0GsbtQAJlFA4rV7IvPv7iO8LFCRBB9zy1czJolqGTH02/Q zSjUK3M7JnMH3GEiPl7VuajCxubthPX7oLm06jj4DqErfijphCaVqVTVasVN+S/Epxil S5bA== X-Gm-Message-State: APjAAAW2ut/Vuxd26BpCMDzieaWLzzr6KS1FmHqdyQtQQw/cY+3T809j ThMzz3HNnw283pXoUQDw7uAYw7CiC7L/q4fSbuA= X-Google-Smtp-Source: APXvYqyIzTymBbmeHs7TMB14suO7jVS4DX2v2o6NqUr6R2m6rQBbpgyHTVJwlu8uwaQQXnGxlk8U0+B2aO1nUxTgNKs= X-Received: by 2002:ab0:7605:: with SMTP id o5mr747188uap.59.1551780856524; Tue, 05 Mar 2019 02:14:16 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <20190128151451.9542-1-marian.buschsieweke@ovgu.de> In-Reply-To: <20190128151451.9542-1-marian.buschsieweke@ovgu.de> From: Leonardo Arena Date: Tue, 5 Mar 2019 11:14:05 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/openocd-git: New aport To: Marian Buschsieweke Cc: alpine-aports Content-Type: multipart/alternative; boundary="000000000000b8f589058356222c" --000000000000b8f589058356222c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, see few comments below. On Mon, Jan 28, 2019 at 4:15 PM Marian Buschsieweke < marian.buschsieweke@ovgu.de> wrote: > http://openocd.org/ > Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan > Testing > > This package is based upon testing/openocd, but builds the current > development > version of OpenOCD instead. As of now, the latest stable version of OpenO= CD > (version 0.10.0) is not able to flash nRF52 based boards. > --- > testing/openocd-git/APKBUILD | 64 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 64 insertions(+) > create mode 100644 testing/openocd-git/APKBUILD > I believe it needs some refreshing: Fetching https://sourceforge.net/code-snapshots/git/o/op/openocd/code.git/openocd-co= de-7345801b69d2511252d587159bb9758532797233.zip curl: (22) The requested URL returned error: 404 Not Found > > diff --git a/testing/openocd-git/APKBUILD b/testing/openocd-git/APKBUILD > new file mode 100644 > index 0000000000..586b3e805a > --- /dev/null > +++ b/testing/openocd-git/APKBUILD > @@ -0,0 +1,64 @@ > +# Contributor: S=C3=B6ren Tempel > +# Maintainer: Marian Buschsieweke > +_pkgname=3Dopenocd > +_commit=3D7345801b69d2511252d587159bb9758532797233 > +_jimtcl_commit=3Da9bf5975fd0f89974d689a2d9ebd0873c8d64787 > +_libjaylink_commit=3D8645845c1abebd004e991ba9a7f808f4fd0c608b > +pkgname=3D$_pkgname-git > +pkgver=3D20190128 > +pkgrel=3D0 > +pkgdesc=3D"Free and Open On-Chip Debugging, In-System Programming and > Boundary-Scan Testing" > +url=3D"http://openocd.org/" > +arch=3D"all" > +license=3D"GPL" > It doesn't look like a valid license ID. > +depends=3D"" > +depends_dev=3D"" > +makedepends=3D"libftdi1-dev libusb-dev hidapi-dev libtool autoconf autom= ake" > +install=3D"" > +provides=3D"openocd" > Wouldn't it make more sense to name the package "openocd" and use the snapshot features of abuild? Thanks! /eo --000000000000b8f589058356222c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

see few comments below.

On Mon, Jan 28= , 2019 at 4:15 PM Marian Buschsieweke <marian.buschsieweke@ovgu.de> wrote:
http://openocd.org/
Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Te= sting

This package is based upon testing/openocd, but builds the current developm= ent
version of OpenOCD instead. As of now, the latest stable version of OpenOCD=
(version 0.10.0) is not able to flash nRF52 based boards.
---
=C2=A0testing/openocd-git/APKBUILD | 64 +++++++++++++++++++++++++++++++++++= +
=C2=A01 file changed, 64 insertions(+)
=C2=A0create mode 100644 testing/openocd-git/APKBUILD
=

I believe it needs some refreshing:


curl: (22) The requested URL returned error: 404 Not Found<= br>
=C2=A0

diff --git a/testing/openocd-git/APKBUILD b/testing/openocd-git/APKBUILD new file mode 100644
index 0000000000..586b3e805a
--- /dev/null
+++ b/testing/openocd-git/APKBUILD
@@ -0,0 +1,64 @@
+# Contributor: S=C3=B6ren Tempel <soeren+alpine@soeren-tempel.net> +# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
+_pkgname=3Dopenocd
+_commit=3D7345801b69d2511252d587159bb9758532797233
+_jimtcl_commit=3Da9bf5975fd0f89974d689a2d9ebd0873c8d64787
+_libjaylink_commit=3D8645845c1abebd004e991ba9a7f808f4fd0c608b
+pkgname=3D$_pkgname-git
+pkgver=3D20190128
+pkgrel=3D0
+pkgdesc=3D"Free and Open On-Chip Debugging, In-System Programming and= Boundary-Scan Testing"
+url=3D"http://openocd.org/"
+arch=3D"all"
+license=3D"GPL"

It doesn'= ;t look like a valid license ID.
=C2=A0
+depends=3D""
+depends_dev=3D""
+makedepends=3D"libftdi1-dev libusb-dev hidapi-dev libtool autoconf au= tomake"
+install=3D""
+provides=3D"openocd"

Wouldn&= #39;t it make more sense to name the package "openocd" and use th= e snapshot features of abuild?
Thanks!
=
/eo
--000000000000b8f589058356222c-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---