Le 27/11/2018 à 14:23, Raphael Hertzog a écrit : > Hi, > > On Mon, 26 Nov 2018, Xavier wrote: >> Done: I added a "rename_branch" command: >> - rename_head: >> * tries to create new branch and ignores failures >> * move default_branch to new value >> * deletes old branch only if creation succeeds >> - rename_branch: >> * creates new_branch and deletes oldest. Fails on first error > > Still some problem remaining. The new helper script used below > is in https://salsa.debian.org/pkg-security-team/pkg-security-team > > $ ./bin/update-repos radare2-cutter > salsa info: Project radare2-cutter => pkg-security-team/radare2-cutter > salsa info: pkg-security-team/radare2-cutter id is 29721 > radare2-cutter: > bad description: Packaging for cutter from radare project > Default branch is upstream > 1 packages misconfigured, update them ? (Y/n) > salsa info: Project radare2-cutter => pkg-security-team/radare2-cutter > salsa info: Configuring radare2-cutter > salsa warn: Deleting old email-on-push (redirected to > dispa...@tracker.debian.org) > salsa info: Email-on-push hook added to project 29721 (recipients: > dispa...@tracker.debian.org) > salsa warn: Deleting old tagpending (was > https://webhook.salsa.debian.org/tagpending/radare2-cutter) > salsa info: Tagpending hook added to project 29721 > Not an ARRAY reference at /usr/share/perl5/Devscripts/Salsa/update_repo.pm > line 67, <STDIN> line 1.
It seems that $_ is modified sometimes somewhere else. I fixed that in last upload (.deb updated also) > Cheers, Thanks!