From nobody Sat Dec 30 00:02:40 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4T22WG3sQcz55Zvx for ; Sat, 30 Dec 2023 00:02:50 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from stig.purplehat.org (stig.purplehat.org [50.243.134.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4T22WF5kFzz4QL0 for ; Sat, 30 Dec 2023 00:02:49 +0000 (UTC) (envelope-from jankyj@unfs.us) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unfs.us header.s=mail header.b=fJQKTMIb; spf=pass (mx1.freebsd.org: domain of jankyj@unfs.us designates 50.243.134.106 as permitted sender) smtp.mailfrom=jankyj@unfs.us; dmarc=pass (policy=none) header.from=unfs.us Received: from [172.28.35.18] (tools.purplehat.org [172.28.35.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by stig.purplehat.org (Postfix) with ESMTPSA id D62FEB440B; Fri, 29 Dec 2023 17:02:40 -0700 (MST) DKIM-Filter: OpenDKIM Filter v2.10.3 stig.purplehat.org D62FEB440B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unfs.us; s=mail; t=1703894560; bh=w8mH/NI9IliFDY3QTbemLvsTDc8RWqH2fBaEG/4BFGc=; h=Date:Subject:To:References:From:In-Reply-To:From; b=fJQKTMIboiLIVg/xgz/lv6hbZli67putfnxF/xNXtHkiMg/Kby9uN5ym/7GDuxXZn da9so8TX2WxR49G+3HQFvnE6TITJokOMzBH8OMGRS8WWXvvzaC6fVSlK3ZhmVkBSbo Izltt+NCqk+v1JEyh9eytKlMJXBSobbT604MQMHY= Message-ID: <6be897c6-a20c-4dda-983a-f7c3bfe7d297@unfs.us> Date: Fri, 29 Dec 2023 17:02:40 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: CI for ports To: ports@freebsd.org References: <20231229030738.7bd0d935@rimwks.local> Content-Language: en-US From: "Janky Jay, III" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -10.09 X-Spam-Status: No, score=-10.09 X-Spamd-Result: default: False [-3.89 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[unfs.us,none]; R_DKIM_ALLOW(-0.20)[unfs.us:s=mail]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; XM_UA_NO_VERSION(0.01)[]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; ASN(0.00)[asn:7922, ipnet:50.128.0.0/9, country:US]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; DKIM_TRACE(0.00)[unfs.us:+]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4T22WF5kFzz4QL0 X-Spamd-Bar: --- This is great to hear! Thank you, Moin! Regards, Janky Jay, III On 12/28/23 06:09PM, Moin Rahman wrote: > >> On Dec 29, 2023, at 2:07 AM, Rozhuk Ivan wrote: >> >> Hi! >> >> >> Can we please have at least BASIC continues integration for ports? >> Just check that it can be build and if tests exist then it run without errors. >> >> Or a bit advanced CI that also will build ports with all SSL/SAMBA/LLVM/etc >> versions. >> >> portlint and other atochekers and helpers can be integrateg to CI too. >> >> This all will make life easy for maiteiner and users will more happy. >> >> >> >> Also will be very nice to move from phabricator+Bugzilla to something more >> modern and useful, like gitea/gitlab... >> >> > Ah damn. I totally forgot about it. I have worked on one and it's functional. > > But I will activate it sometimes in the next month. > > You will be able to open a Github PR and the test will be done through Cirrus CI. > > Kind regards, > Moin