lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maintaining lilypond git repository on github


From: Jonas Hahnfeld
Subject: Re: maintaining lilypond git repository on github
Date: Mon, 24 Aug 2020 16:11:54 +0200
User-agent: Evolution 3.36.5

Am Mittwoch, den 19.08.2020, 19:42 +0200 schrieb Jonas Hahnfeld:
> Am Dienstag, den 18.08.2020, 20:55 +0200 schrieb Jonas Hahnfeld:
> > Looks like the previous updates didn't purge removed branches, at least
> > there are still a bunch that are neither at Savannah nor GitLab. I'd
> > propose we delete all but the "protected branches" (GitLab terminology;
> > master, translation, stable/*, release/unstable) because these are the
> > refs that are going to be mirrored from GitLab.
> 
> I'll go ahead with this one next week unless I hear objections until
> then.

And gone (but fear not, they're still on Savannah and GitLab). For
reference, I issued the following:
 $ git push --delete github $(git branch -a | grep github/dev | sed 
"s/^\W*remotes\/github\///")
 $ git push --delete github archive/macos-lilypad archive/web archive/web-gop

which brings us down to 21 branches:
$ git branch -a | grep github | sed "s/^\W*remotes\/github\///"
master
release/unstable
stable/0.0
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/1.8
stable/2.0
stable/2.10
stable/2.12
stable/2.14
stable/2.16
stable/2.18
stable/2.2
stable/2.20
stable/2.4
stable/2.6
stable/2.8
translation
translation-staging

Cheers
Jonas

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]