Cristian Le wrote:
> On 2024/07/09 17:09, Sandro via devel wrote:
> > On 09-07-2024 17:01, David Bold wrote:
> > Is it possible to have a PR without any code changes?
> > Is there an alternative, recommended way to ask for rebuilds?
> > Specifically in the case of %autorelease, you can bump the rel
On Tue, Jul 9, 2024 at 11:29 AM David Bold wrote:
>
> Sandro wrote:
> > On 09-07-2024 17:01, David Bold wrote:
> > > Is it possible to have a PR without any code changes?
> > > Is there an alternative, recommended way to ask for rebuilds?
> > Specifically in the case of %autorelease, you can bump
On 09. 07. 24 17:01, David Bold wrote:
Gi,
I tried to open a PR to get petsc rebuild for a recent update of openmpi.
However, I cannot open a PR, which I think might be related that I only have an
empty commit [0].
I have been told I should open PRs for rebuilds [1].
Is it possible to have a P
On 09-07-2024 17:22, David Bold wrote:
Sandro wrote:
On 09-07-2024 17:01, David Bold wrote:
Is it possible to have a PR without any code changes?
Is there an alternative, recommended way to ask for rebuilds?
Specifically in the case of %autorelease, you can bump the release with
an empty commi
Sandro wrote:
> On 09-07-2024 17:01, David Bold wrote:
> > Is it possible to have a PR without any code changes?
> > Is there an alternative, recommended way to ask for rebuilds?
> Specifically in the case of %autorelease, you can bump the release with
> an empty commit:
> git commit --allow-empty
On 2024/07/09 17:09, Sandro via devel wrote:
On 09-07-2024 17:01, David Bold wrote:
Is it possible to have a PR without any code changes?
Is there an alternative, recommended way to ask for rebuilds?
Specifically in the case of %autorelease, you can bump the release
with an empty commit:
g
On 09-07-2024 17:01, David Bold wrote:
Is it possible to have a PR without any code changes?
Is there an alternative, recommended way to ask for rebuilds?
Specifically in the case of %autorelease, you can bump the release with
an empty commit:
git commit --allow-empty -m 'Rebuild for ...'
-