Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #17245

Unexpected workflow

Path csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod
From jvk <jaivkadam@gmail.com>
Newsgroups linux.debian.maint.python, linux.debian.devel.mentors
Subject Unexpected workflow
Date Fri, 05 Dec 2025 20:20:02 +0100
Message-ID <LYJvs-CD7-9@gated-at.bofh.it> (permalink)
X-Mailbox-Line From debian-python-request@lists.debian.org Fri Dec 5 19:17:31 2025
Old-Return-Path <jaivkadam@gmail.com>
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 <debian-python@lists.debian.org> archive/latest/23479
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
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 <d5eea823fd6a0acdb7cba8073a81a29a3b8c75ae.camel@gmail.com>
Xref csiph.com linux.debian.maint.python:17245 linux.debian.devel.mentors:48193

Cross-posted to 2 groups.

Show key headers only | View raw


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 
  849  cd python-playwright/
  850  gbp import-orig --uscan --pristine-tar 

  852  gbp import-orig --uscan --pristine-tar 




  857  dch
  858  gbp buildpackage --git-pristine-tar --git-color=on --git-verbose
--git-notify=on --git-pbuilder
  859  gbp buildpackage --git-pristine-tar --git-color=on --git-verbose
--git-notify=on --git-pbuilder --git-ignore-new 



  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? 


-- 
jvk <jaivkadam@gmail.com>

Back to linux.debian.maint.python | Previous | NextNext in thread | Find similar


Thread

Unexpected workflow jvk <jaivkadam@gmail.com> - 2025-12-05 20:20 +0100
  Re: Unexpected workflow Soren Stoutner <soren@debian.org> - 2025-12-05 20:30 +0100
    Re: Unexpected workflow Jai kadam <jaivkadam@gmail.com> - 2025-12-05 20:40 +0100
  Re: Unexpected workflow Andrey Rakhmatullin <wrar@debian.org> - 2025-12-05 20:30 +0100

csiph-web