Path: csiph.com!pasdenom.info!usenet.goja.nl.eu.org!news.nntp4.net!news.hispagatos.org!srl.newsdeef.eu!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod From: jvk Newsgroups: linux.debian.maint.python Subject: Re: Guidence over testing Date: Fri, 05 Dec 2025 12:10:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Dec 5 11:00:06 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.542 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, FVGT_m_MULTI_ODD=0.02, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, SARE_MSGID_LONG40=0.637] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-pf1-x42b.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 X-Gm-Message-State: AOJu0YyBadAncR+QtwO1AOO6SwgqQgyoDYqqBaPpbI8yIYFAu0xYyzle ht6/rcLIJVrIQa1WVsj8/YvObIafw+WgVR5KEb4/6dvSRpIvjEBSlu6vgZUjpINp X-Gm-Gg: ASbGncsh+08qp5tJaGp0VMy2Qvi/g3AUGIfyiiJgnnRQsdGVi3/Zcw6tnle6uOc+81o voZZLHFX2DroG71oKlkg4t4C3gZ1IUkErt+aUfgxW51IjCk+fjiMNrOHATvRcqt+vbnGzNXNUXB 5CKHbhsas3ZT+5g0sGnVN+jVBEBTGExxXsImwg8G2vqKU+m5J8rLYPRv464pUbXrW147YlvP7mg si1QJtTSnL1XtMKQMd44V+/KMaxsvan5XJHFDQFOeca32iYLEcNj9cqLo4PozQPHLkk1Oj6wsAX EzHt4vfyAxl0ZGyLMUVbD9zKcWETM36f9Zn1Q03qpNQVMfQvJWNrZHKEGF6uao/7KGQNLhYGh0m YHvn9IsLy5NTWzpP2MxIrbq7P/xy5J0Dq4skNt1nXbuoRvRku8xFrEpEGQDoy94kEFm5NOvF/oI SPauli7yRoTTo7ETsL1ImxLzrTubE29sWGjYMi2GxFkG6loK7Hhf1x X-Google-SMTP-Source: AGHT+IE1t6P5dSCdlywYLn1KS7HA0Acjz+7LEtv8axSu6oAHElRwWr7TsKR0RutD8LlpJxpGXUWiPA== X-Received: by 2002:a05:6a20:9389:b0:35d:8881:e6ba with SMTP id adf61e73a8af0-363f5e8b385mr11847657637.49.1764932389645; Fri, 05 Dec 2025 02:59:49 -0800 (PST) Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-0+deb13u1 MIME-Version: 1.0 X-Mailing-List: archive/latest/23471 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/aa79637f81ae2eb9ae28af93c1192b7797ca0692.camel@gmail.com Approved: robomod@news.nic.it Lines: 36 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Fri, 05 Dec 2025 16:29:44 +0530 X-Original-Message-ID: X-Original-References: <5606bbde8c00f2125e3fc4c785bea9640b80f60c.camel@gmail.com> <885e18b6749f0a8ee011a8b69e7a03e4b79c2f4f.camel@gmail.com> Xref: csiph.com linux.debian.maint.python:17237 On Fri, 2025-12-05 at 15:37 +0500, Andrey Rakhmatullin wrote: > On Fri, Dec 05, 2025 at 03:57:39PM +0530, jvk wrote: > > okay so i deleted the old repo and made a new one > > https://salsa.debian.org/jvk_here/python-playwright/ >=20 > This looks good, except that it doesn't have the new upstream tag,=20 > the upstream branch commit and he pristine-tar branch commit pushed. well in the previous attempt i used gbp and the upstream got pushed automatically, you told not to use gbp now so how do i push upstream and pristine-tar now? >=20 > > what i think is the next steps-> > > gbp-source (will make .dsc .changes and .tar.gz file) >=20 > There is no gbp-source (and you don't need to build a source package=20 > separately when using gbp). sorry i was talking about dpkg-source >=20 > > then sbuild -d unreleased .dsc will test it? >=20 > You should use gbp buildpackage, if you want to use sbuild with it > you can=20 > pass --git-builder=3Dsbuild etc. to it. okay noted so use gbp buildpackage --git-builder=3Dsbuild instead of dpkg-source -d .=20 >=20 > > if error emerges gbs pq import > > git checkout patch-queue/debian (changes wd) > > fix code > > git commit > > gbp pq export (will this push the commits?) >=20 > gbp pq export only (re-)generates debian/patches, nothing else. And > the=20 > patch-queue/debian commits themselves are never pushed anywhere. >=20