Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: jvk Newsgroups: linux.debian.maint.python,linux.debian.devel.mentors Subject: Unexpected workflow Date: Fri, 05 Dec 2025 20:20:02 +0100 Message-ID: X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Dec 5 19:17:31 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.562 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, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, SARE_MSGID_LONG40=0.637] autolearn=unavailable autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Forwarded-Encrypted: i=1; AJvYcCXbnl4bMI9NL/lgSNyy0D9hl1JHc039KCTTT2FEprNHGamcRkpHcD0oUw9zrldyL8EDNZhdFTOxIirkcaSf@lists.debian.org X-Gm-Message-State: AOJu0Yw5KhyQtUXTKo7xi38f8G1pP2YnQFrQ68M9QG9ec6GEen8MBgcs zeLhAhYk2FCDTgPKtwDvKnRss/82MHZIeFd/E26OMPB7l7dypdpgpWJu X-Gm-Gg: ASbGncvxcgqxwYJ0Nm29IdmmgbOCqZi/JE3qmfpW3spoLPJ6Ogz5nwetUmyoAfNsnxv TBbnsA7Ysq/yweFtkItjEqJXypOU96ANnsZqarwgclo3/ljb5hNOCuHhz97b210cTKejRABoRM2 teZ+4e2wq7wWbJ9zIWAV/oxuHjH2jnEcjVQNxLk8pURDyYploMnX4wXlWl7vXMM3JV08jjKpZ/o dUsGCrTVXZqJ53Ev4Qz4/blsbwtDiYBJYlIlEp3iw0OhtrY6CZHY1whgw8IUNROVAv1sUkkadbg 72p74ed2ZA69f8yISzS1EtOBMGMxjoREsaw27nturLW70y2bvCBFSMgcvzZaSKapp9Sluplf0Na u5xvlxJpiCAQij5WAv1FbUsAUnCh8FtQPuhjf8Bbnd0SuksBZK47EulG3tgsUHDtfkL6pk1etoY U/WJfaBxCms2F5ZXKYajYif2YGSLRKBPx63wJOkYsQ0IxT3qyMYEQkMsK1Gbg= X-Google-SMTP-Source: AGHT+IEr0+K47V3t0F9SSakoVGbTn6AC2MkEWJqbtMiVTaX8L44Sq6ccR/JkvMzN8Plkek0Afih7Sg== X-Received: by 2002:a05:6a20:3d1e:b0:34a:f63:59dd with SMTP id adf61e73a8af0-36617ef4146mr297468637.51.1764962218760; Fri, 05 Dec 2025 11:16:58 -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/23479 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/d5eea823fd6a0acdb7cba8073a81a29a3b8c75ae.camel@gmail.com Approved: robomod@news.nic.it Lines: 42 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sat, 06 Dec 2025 00:46:54 +0530 X-Original-Message-ID: Xref: csiph.com linux.debian.maint.python:17245 linux.debian.devel.mentors:48193 First of all thank you for addressing my confusions and helping me. There is this last thing which i didnt understand So i deleted the repo again and made a new one to redo and understand the work flow better . https://salsa.debian.org/jvk_here/python-playwright/ I executed the following commands history :- mkdir maintain_playwright 847 cd maintain_playwright/ 848 gbp clone https://salsa.debian.org/jvk_here/python-playwright.git --pristine-tar=20 849 cd python-playwright/ 850 gbp import-orig --uscan --pristine-tar=20 852 gbp import-orig --uscan --pristine-tar=20 857 dch 858 gbp buildpackage --git-pristine-tar --git-color=3Don --git-verbose --git-notify=3Don --git-pbuilder 859 gbp buildpackage --git-pristine-tar --git-color=3Don --git-verbose --git-notify=3Don --git-pbuilder --git-ignore-new=20 863 cd python-playwright/ 864 gbp push 865 git push (removed useless cmds such as ls,cd) i explecitly mentioned in import-orig and in build to handel the pristine-tar branch but if you check the repo there is no pristine tar, why?=20 --=20 jvk