[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rebuilding a package after removing a build step
From: |
Suhail Singh |
Subject: |
Re: Rebuilding a package after removing a build step |
Date: |
Mon, 23 Sep 2024 14:17:17 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Vagrant Cascadian <vagrant@debian.org> writes:
> Rather than picking an arbitrary incremental number, I have in the past
> used something based on the results from git describe... e.g. in my
> current checkout of guix:
>
> $ git describe --match=v1.4'*'
> v1.4.0-142685-gfc059c66cf
>
> e.g. 142685 commits past v1.4.0, with the commit fc059c66cf
>
> That should *usually* end up in the correct order, although sometimes
> there are surprises. For example, I had to specify --match otherwise it
> picked v1.3.0 for some inscrutible git merge-ordering reason.
That seems like a useful and fairly generally applicable strategy. Any
reason as to why something like that (which allows for additional
optional arguments such as "--match-v1.4'*'") shouldn't be used as the
default (as opposed to manual revision numbers)?
--
Suhail
- Re: Rebuilding a package after removing a build step, (continued)
- Re: Rebuilding a package after removing a build step, Simon Tournier, 2024/09/20
- Re: Rebuilding a package after removing a build step, Konrad Hinsen, 2024/09/22
- Re: Rebuilding a package after removing a build step, Kaelyn, 2024/09/22
- Re: Rebuilding a package after removing a build step, Konrad Hinsen, 2024/09/23
- Re: Rebuilding a package after removing a build step, Andreas Enge, 2024/09/23
- Re: Rebuilding a package after removing a build step, Konrad Hinsen, 2024/09/23
- Re: Rebuilding a package after removing a build step, Vagrant Cascadian, 2024/09/23
- Re: Rebuilding a package after removing a build step,
Suhail Singh <=
- Re: Rebuilding a package after removing a build step, Kaelyn, 2024/09/23
- Re: Rebuilding a package after removing a build step, Konrad Hinsen, 2024/09/24
- Re: Rebuilding a package after removing a build step, Tobias Geerinckx-Rice, 2024/09/23
- Re: Rebuilding a package after removing a build step, Ludovic Courtès, 2024/09/26
- Re: Rebuilding a package after removing a build step, Konrad Hinsen, 2024/09/30
Re: Rebuilding a package after removing a build step, Felix Lechner, 2024/09/18