From nobody Mon Oct 30 17:04:53 2023 X-Original-To: pkgbase@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 4SK04w1B5Yz4y9qc for ; Mon, 30 Oct 2023 17:05:04 +0000 (UTC) (envelope-from freebsd@igalic.co) Received: from mail-4018.proton.ch (mail-4018.proton.ch [185.70.40.18]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SK04v5fwGz3V0K for ; Mon, 30 Oct 2023 17:05:03 +0000 (UTC) (envelope-from freebsd@igalic.co) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=igalic.co; s=protonmail2; t=1698685499; x=1698944699; bh=Ew8LtRZd15j3mCINQ64zYGLpAVRKXjLbDQA2EU3L1WU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=zrIWxoE0m3e7XuQJgCCk8Pu/YapmczxYf9NsDD1HjN0RUxJyR4dqnHetf+3/nEq3d 9aW11BzapuzuBtyBTri/dePuT+vcnG6duz/ivXGZKDIo2ID160uHVw+gJVxECQSbBM L42x9QtEyCXrZHKvaGXXQCRU44x/X2tj0qwlPiEfOK6BDtjvqsxi9Oc7OTZdKOEGvs Bm6TQ90cRbG7i4RzHeqRIGIiLO/hIaSiML1R5jbNO2qs8RPA5/ORKCbJmkx5bLRFkg xkU8C0rXrM9lAJEFZM0ViDHadvAdSf3+BHGPPh1mXWaxjT8Vx7acgSgCcjNGWhnSQt Wn70y65XKGDxA== Date: Mon, 30 Oct 2023 17:04:53 +0000 To: Baptiste Daroussin From: =?utf-8?Q?Mina_Gali=C4=87?= Cc: pkgbase@freebsd.org Subject: Re: official packages Message-ID: <9L9HuKtq9hB7vb5QNNsWcYEPy6sAxtiCMlZUJMVeme1lkLHP0mI7rqmO8sjzYu2aV-jKVmKF-DzVUsgpvOMZRBtWZSmDFadPPol4ou1t5-8=@igalic.co> In-Reply-To: References: Feedback-ID: 66573723:user:proton List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH] X-Rspamd-Queue-Id: 4SK04v5fwGz3V0K > Hello everyone, Hi Bapt, =20 > The project has started building and populated official packages for pkgb= ase. >=20 > For people interested: just create a new repo like this: >=20 > FreeBSD-base { > url: pkg+https://pkg.freebsd.org/${ABI}/base_latest > signature_type: "fingerprints" > fingerprints: "/usr/share/keys/pkg" > mirror_type: "srv" > } >=20 > the current build was built last friday, everything is ready to be able t= o > publish in regular basis. >=20 > Here is my proposal for main and stable branches: > - build everything in a end less loop (to detect failures as soon as poss= ible) and > twice a day at a fix time, publish it under "base_latest" > - every sunday take the last built snapshot and publish it under the base= _weekly > snapshot at a predictable time. >=20 > For releng: > - built it in a end less loop and publish straight each time there was ch= anges >=20 > For end users on stable/main the default would be: to end on the base_wee= kly > (does not exists yet) repo, but users can if needed switch to base_latest= . >=20 > For base_release_X for release users base_release_0 for 14.0 for example. >=20 > all the failures will be published in this mailing list! >=20 > Is it ok with you? =20 Is there a chance we can get the other kernels, such as GENERIC-NODEBUG, GE= NERIC-MMCCAM and MINIMAL for (CURRENT) AMD64, in these builds? > Best regards, > Bapt