Re: Sponsor upload request: golang-sourcehut-rockorager-go-jmap

2023-12-05 Thread Robin Jarry

Nilesh Patra, Dec 05, 2023 at 20:44:
You should have the permissions now for this repo. LMK if there's 
still an issue.


Thanks I managed to push everything needed. However, the CI fails for 
some obscure reason now:


https://salsa.debian.org/go-team/packages/golang-sourcehut-rockorager-go-jmap/-/jobs/5005483

 $ GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage 
--git-no-pristine-tar --git-ignore-branch --git-ignore-new 
--git-export-dir=/tmp/export --git-no-overlay 
--git-tarball-dir=/nonexistent --git-cleaner=/bin/true 
--git-builder='dpkg-buildpackage -S -d --no-sign'
 gbp:info: Tarballs 
 'golang-sourcehut-rockorager-go-jmap_0.4.4.orig.tar.gz' not found at 
 '/nonexistent'

 gbp:error: upstream is not a valid branch

Do you have a clue? It seems related to my change in debian/gbp.conf

https://salsa.debian.org/go-team/packages/golang-sourcehut-rockorager-go-jmap/-/commit/b5e8586dbced8af76352917f9f2d1d4da0641b28

But I am not sure at all. I wanted to avoid importing the upstream 
source as a git archive of the tag and have gbp import-orig 
automatically pull the upstream source and rebase the upstream branch 
accordingly.


Maybe I don't understand how to deal with this...



Re: Sponsor upload request: golang-sourcehut-rockorager-go-jmap

2023-12-05 Thread Nilesh Patra
On Tue, Dec 05, 2023 at 02:30:42PM +0100, Robin Jarry wrote:
> Hi Nilesh,
> 
> I finally get time to work on this. I tried updating the repo but somehow I
> messed up the upstream branch (updated it with gbp import-orig --uscan) last
> time.
> 
> https://salsa.debian.org/go-team/packages/golang-sourcehut-rockorager-go-jmap/
> 
> I'd like to follow the standard go team workflow which is to preserve all
> history in the upstream branch.
> 
> https://go-team.pages.debian.net/workflow-changes.html
> 
> I tried renaming the branch to old/upstream and pushing a new one but I
> don't have the permissions to do so:
> 
> > remote: GitLab: You are not allowed to delete protected branches from
> > this project. Only a project maintainer or owner can delete a protected
> > branch.
> 
> Can you help?

You should have the permissions now for this repo. LMK if there's still an 
issue.

Best,
Nilesh


signature.asc
Description: PGP signature


Re: Sponsor upload request: golang-sourcehut-rockorager-go-jmap

2023-12-05 Thread Robin Jarry

Hi Nilesh,

I finally get time to work on this. I tried updating the repo but 
somehow I messed up the upstream branch (updated it with gbp import-orig 
--uscan) last time.


https://salsa.debian.org/go-team/packages/golang-sourcehut-rockorager-go-jmap/

I'd like to follow the standard go team workflow which is to preserve 
all history in the upstream branch.


https://go-team.pages.debian.net/workflow-changes.html

I tried renaming the branch to old/upstream and pushing a new one but 
I don't have the permissions to do so:


remote: GitLab: You are not allowed to delete protected branches from 
this project. Only a project maintainer or owner can delete 
a protected branch.


Can you help?

Thanks!