From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id A65123858C74 for ; Thu, 15 Sep 2022 07:33:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A65123858C74 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 3C79034570; Thu, 15 Sep 2022 07:33:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1663227219; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wK2TTzHpYcakqlSxbTHeQTJe5KER0wZafPBn12AUp9Q=; b=p1MS8tJJ6H8olJYOEP0c6IvHf9Vm1bDXp3nITyLDlng2x3zEkoK6BCVAQJMND2LGOttkY8 xdvuJU+oibre1M27xJ/4uKexwTqlszDoQHkeHpVm3dJUTMK1zsMPpyhDOIfaBTRQkCtMMg /A70imGyxrVybm00GaWi/7JSq5qoHzk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1663227219; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wK2TTzHpYcakqlSxbTHeQTJe5KER0wZafPBn12AUp9Q=; b=XfGbHXf+OFsINVzuVdpN9laqyrsw2ZAd6soPWKNKM78spDShbwMICP9jfU1QzeC2/lDbDb t/F9fARKEwvwDcCg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2A9C2133A7; Thu, 15 Sep 2022 07:33:39 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id hwpdCVPVImNJZAAAMHmgww (envelope-from ); Thu, 15 Sep 2022 07:33:39 +0000 Message-ID: <65510d02-d799-2035-3a36-e9e30602794a@suse.cz> Date: Thu, 15 Sep 2022 09:33:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH] debuginfod: Add Ubuntu's debuginfod service to the list. To: Sergio Durigan Junior , elfutils-devel@sourceware.org References: <20220915012618.3781111-1-sergiodj@sergiodj.net> Content-Language: en-US From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <20220915012618.3781111-1-sergiodj@sergiodj.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed, thanks for the server! Martin On 9/15/22 03:26, Sergio Durigan Junior via Elfutils-devel wrote: > Signed-off-by: Sergio Durigan Junior > --- > Debuginfod.html | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Debuginfod.html b/Debuginfod.html > index 64fef86c..71bc7c9b 100644 > --- a/Debuginfod.html > +++ b/Debuginfod.html > @@ -170,6 +170,14 @@ > all > > > + https://debuginfod.ubuntu.com/ > + official > + sergiodj@ubuntu.com > + Support Ubuntu releases > + all > + all > + > + > >

>