From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B52C1581F0 for ; Wed, 11 Dec 2024 14:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69872E0D6C; Wed, 11 Dec 2024 14:08:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BBF7E0D63 for ; Wed, 11 Dec 2024 14:08:32 +0000 (UTC) Message-ID: <92d7c9ee507b349771f5efe67231a2fc3a3dff58.camel@gentoo.org> Subject: [gentoo-dev] New tool for updating Bug summaries after package moves: bugsed From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Date: Wed, 11 Dec 2024 15:08:25 +0100 Organization: Gentoo Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-0wvhpg2TDsFpdPas7rf5" User-Agent: Evolution 3.52.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: 858d6b82-0740-4c31-ba5c-e840104a63ea X-Archives-Hash: 31eced2d43a595b90c46f8e8488697c9 --=-0wvhpg2TDsFpdPas7rf5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I've made a quick tool that can perform search-and-replacement on Bugzilla bugs, so if you move a package, you can quickly update hundreds of bugs filed against it. https://github.com/projg2/bugsed Note that it just does dumb text replacement with substring match, so it can be greedy. By default, it just does a dry-run, `-u` to update. You may also want to try pkgmove from mgorny-dev-scripts, which is also dumb as hell, greedy on seding stuff and requires you to rename ebuilds inside the package directory first. --=20 Best regards, Micha=C5=82 G=C3=B3rny --=-0wvhpg2TDsFpdPas7rf5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- iQFGBAABCgAwFiEEx2qEUJQJjSjMiybFY5ra4jKeJA4FAmdZnNkSHG1nb3JueUBn ZW50b28ub3JnAAoJEGOa2uIyniQOIhIIALYICT6rX9C3FvozijAeZ4bUEumN2h03 cFo9fHw4/7JpOWFHjiG2GxgoEt0YiN2SANSUk69UqLks5HHyqXnyiUDy3o8jIyJR hfa/9Us/2CUimKtBHVjAQfGpUjp6x0wA2j1MkreMHAYt+tyV10FfEupH4HGmjr30 EO3llqitc0px1ExlrYCZKsvaGVBVHBxPeoTC4oHD0ZnS/WDxKyGEMVJahNacF90M inOfUNbn2XhUlQHuK5I8QX79YCCCSjF1cd119I8evEPL3t/OIyVX/bxwwwfneBna 01pn16n+Z/ymQQMJVDToLHTfLil8fOLT25Q3q2LQjC1O/Mw51xVkLEE= =BgXy -----END PGP SIGNATURE----- --=-0wvhpg2TDsFpdPas7rf5--