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

Re: Needing branches for releases ?



On 2025-07-11 00:09, Christian Kastner wrote: 
> # Initialize DEP-14 branches based on existing tags
> $ git branch debian/experimental debian/6.4.1-1_exp1

As I just noticed when converting rocfft+hipfft, the above is slightly
wrong. It worked for rocrand because the 6.4.1-1_exp1 tag also happened
to the most recent change.

The correct solution would be

  $ git branch -m master debian/experimental

which also obsoletes the following:
 
> # Get rid of the now obsolete master branch
> $ git checkout debian/experimental
> $ git branch -d master

Best,
Christian


Reply to: