public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Stefano Brivio <sbrivio@redhat.com>
Cc: passt-dev@passt.top
Subject: Re: [PATCH 6/8] README: Add links to Debian package tracker
Date: Wed, 16 Nov 2022 16:18:16 +1100	[thread overview]
Message-ID: <Y3RymN6ICt2thVzJ@yekko> (raw)
In-Reply-To: <20221115012349.2240096-7-sbrivio@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 4076 bytes --]

On Tue, Nov 15, 2022 at 02:23:47AM +0100, Stefano Brivio wrote:
> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>

> ---
>  README.md | 17 ++++++++++-------
>  1 file changed, 10 insertions(+), 7 deletions(-)
> 
> diff --git a/README.md b/README.md
> index 0e2ca78..3d0a5b4 100644
> --- a/README.md
> +++ b/README.md
> @@ -343,19 +343,20 @@ speeding up local connections, and usually requiring NAT. _pasta_:
>  * ⌚ drop-in replacement for VPNKit (rootless Docker)
>  
>  ### Availability
> +* ✅ official [packages](https://tracker.debian.org/pkg/passt) for Debian
>  * ✅ official [packages](https://src.fedoraproject.org/rpms/passt) for Fedora
>  * ✅ unofficial
>    [packages](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) for CentOS
>    Stream, EPEL, Mageia
> -* ✅ unofficial packages from x86_64 static builds for other RPM-based
> -  distributions and Debian
> +* ✅ unofficial [packages](https://passt.top/builds/latest/x86_64/) from x86_64
> +  static builds for other RPM-based distributions
> +* ✅ unofficial [packages](https://passt.top/builds/latest/x86_64/) from x86_64
> +  static builds for Debian-based distributions
>  * ✅ testing on non-x86_64 architectures (aarch64, armv7l, i386, ppc64, ppc64le,
>    s390x)
> -* ✅ example Debian [package files](/passt/tree/contrib/debian)
>  * 🛠 official
>    [openSUSE packages](https://build.opensuse.org/package/show/home:dfaggioli:devel/passt)
> -* ⌚ official packages for Debian
> -  ([RFP](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010498)), Arch Linux
> +* ⌚ official packages for Arch Linux
>  
>  ### Services
>  * ✅ built-in [ARP proxy](/passt/tree/arp.c)
> @@ -538,12 +539,13 @@ See also the [test logs](/builds/latest/test/).
>  
>      * alternatively, install one of the available packages:
>  
> -        * [Debian and Debian-based](/builds/latest/x86_64/) (unofficial, from static x86_64 builds)
> +        * [Debian](https://tracker.debian.org/pkg/passt) (official)
>          * [Fedora](https://src.fedoraproject.org/rpms/passt) (official)
>          * [CentOS Stream](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) (unofficial)
>          * [EPEL](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) (unofficial)
>          * [Mageia](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) (unofficial)
>          * [openSUSE](https://build.opensuse.org/package/show/home:dfaggioli:devel/passt) (unofficial)
> +        * [Debian-based](/builds/latest/x86_64/) (unofficial, from static x86_64 builds)
>          * [Other RPM-based distributions](/builds/latest/x86_64/) (unofficial, from static x86_64 builds)
>  
>          Static binaries and packages are simply built with:
> @@ -587,12 +589,13 @@ See also the [test logs](/builds/latest/test/).
>  
>      * alternatively, install one of the available packages:
>  
> -        * [Debian and Debian-based](/builds/latest/x86_64/) (unofficial, from static x86_64 builds)
> +        * [Debian](https://tracker.debian.org/pkg/passt) (official)
>          * [Fedora](https://src.fedoraproject.org/rpms/passt) (official)
>          * [CentOS Stream](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) (unofficial)
>          * [EPEL](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) (unofficial)
>          * [Mageia](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) (unofficial)
>          * [openSUSE](https://build.opensuse.org/package/show/home:dfaggioli:devel/passt) (unofficial)
> +        * [Debian-based](/builds/latest/x86_64/) (unofficial, from static x86_64 builds)
>          * [Other RPM-based distributions](/builds/latest/x86_64/) (unofficial, from static x86_64 builds)
>  
>          Static binaries and packages are simply built with:

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-11-16  5:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15  1:23 [PATCH 0/8] Fixes for Debian package functionality and build Stefano Brivio
2022-11-15  1:23 ` [PATCH 1/8] Makefile: Honour passed CPPFLAGS, not just CFLAGS Stefano Brivio
2022-11-15  5:00   ` David Gibson
2022-11-15  1:23 ` [PATCH 2/8] Makefile: Don't filter out -O2 from supplied flags for AVX2 builds Stefano Brivio
2022-11-15  5:15   ` David Gibson
2022-11-15  1:23 ` [PATCH 3/8] Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL Stefano Brivio
2022-11-16  5:14   ` David Gibson
2022-11-15  1:23 ` [PATCH 4/8] Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH Stefano Brivio
2022-11-16  5:15   ` David Gibson
2022-11-15  1:23 ` [PATCH 5/8] util, pasta: Use __clone2() instead of clone() on ia64 Stefano Brivio
2022-11-16  5:17   ` David Gibson
2022-11-16  8:12     ` Stefano Brivio
2022-11-15  1:23 ` [PATCH 6/8] README: Add links to Debian package tracker Stefano Brivio
2022-11-16  5:18   ` David Gibson [this message]
2022-11-15  1:23 ` [PATCH 7/8] contrib/apparmor: Merge pasta and passt profiles, update rules Stefano Brivio
2022-11-15  1:23 ` [PATCH 8/8] Remove contrib/debian, Debian package development now happens on Salsa Stefano Brivio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y3RymN6ICt2thVzJ@yekko \
    --to=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    --cc=sbrivio@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).