Re: [All] Repository sync quirk?

2022-04-12 Thread Alex Herbert
For reference, I had the same mismatch result so this is definitely not
restricted to your local env:

git remote -v
github  https://github.com/apache/commons-math.git (fetch)
github  https://github.com/apache/commons-math.git (push)
origin  https://gitbox.apache.org/repos/asf/commons-math (fetch)
origin  https://gitbox.apache.org/repos/asf/commons-math (push)

git log -1 origin/feature__MATH-1563__genetic_algorithm
commit c573e368d7c3e0275fe374b460560d368dcd737c (
origin/feature__MATH-1563__genetic_algorithm)
Author: avbasak1 
Date:   Sun Mar 13 00:54:18 2022 +0100

   MATH-1563: Introducing new implementation of GA functionality (WIP).

git log -1 github/feature__MATH-1563__genetic_algorithm
commit 99ca99198449c9ccfc28fbd0987e9c6a2611e0e6 (
github/feature__MATH-1563__genetic_algorithm)
Author: avbasak1 
Date:   Sun Mar 13 00:54:18 2022 +0100

   MATH-1563: Introducing new implementation of GA functionality (WIP).

   Closes #208.


Re: [All] Repository sync quirk?

2022-04-12 Thread Gary Gregory
You might want to ping infra on Slack as well and point the channel to the
ticket.

Gary

On Tue, Apr 12, 2022, 06:12 Gilles Sadowski  wrote:

> FTR: Reported to INFRA:
> https://issues.apache.org/jira/browse/INFRA-23133
>
> Le lun. 11 avr. 2022 à 23:30, Gilles Sadowski  a
> écrit :
> >
> > Hello.
> >
> > Fetching the "same" branch from either "github" or "gitbox", I don't
> > end up with the same contents; see the sequence of commands,
> > below, where the last commit is different.
> >
> > $ git remote -v
> > github  https://github.com/apache/commons-math.git (fetch)
> > github  https://github.com/apache/commons-math.git (push)
> > origin  https://gitbox.apache.org/repos/asf/commons-math.git (fetch)
> > origin  https://gitbox.apache.org/repos/asf/commons-math.git (push)
> > $ git fetch origin
> >
> feature__MATH-1563__genetic_algorithm:feature__MATH-1563__genetic_algorithm__GB
> > $ git log feature__MATH-1563__genetic_algorithm__GB
> > commit c573e368d7c3e0275fe374b460560d368dcd737c
> > Author: avbasak1 
> > Date:   Sun Mar 13 00:54:18 2022 +0100
> >
> > MATH-1563: Introducing new implementation of GA functionality (WIP).
> >
> > commit 57dda85533fbac18389a3ddc70e3640aa4484a91
> > [...]
> > $ git fetch github
> >
> feature__MATH-1563__genetic_algorithm:feature__MATH-1563__genetic_algorithm__GH
> > $ git log feature__MATH-1563__genetic_algorithm__GH | head
> > commit 99ca99198449c9ccfc28fbd0987e9c6a2611e0e6
> > Author: avbasak1 
> > Date:   Sun Mar 13 00:54:18 2022 +0100
> >
> > MATH-1563: Introducing new implementation of GA functionality (WIP).
> >
> > Closes #208.
> >
> > commit 57dda85533fbac18389a3ddc70e3640aa4484a91
> > [...]
> >
> >
> > Any idea of what is going on?
> >
> > Regards,
> > Gilles
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [All] Repository sync quirk?

2022-04-12 Thread Gilles Sadowski
FTR: Reported to INFRA:
https://issues.apache.org/jira/browse/INFRA-23133

Le lun. 11 avr. 2022 à 23:30, Gilles Sadowski  a écrit :
>
> Hello.
>
> Fetching the "same" branch from either "github" or "gitbox", I don't
> end up with the same contents; see the sequence of commands,
> below, where the last commit is different.
>
> $ git remote -v
> github  https://github.com/apache/commons-math.git (fetch)
> github  https://github.com/apache/commons-math.git (push)
> origin  https://gitbox.apache.org/repos/asf/commons-math.git (fetch)
> origin  https://gitbox.apache.org/repos/asf/commons-math.git (push)
> $ git fetch origin
> feature__MATH-1563__genetic_algorithm:feature__MATH-1563__genetic_algorithm__GB
> $ git log feature__MATH-1563__genetic_algorithm__GB
> commit c573e368d7c3e0275fe374b460560d368dcd737c
> Author: avbasak1 
> Date:   Sun Mar 13 00:54:18 2022 +0100
>
> MATH-1563: Introducing new implementation of GA functionality (WIP).
>
> commit 57dda85533fbac18389a3ddc70e3640aa4484a91
> [...]
> $ git fetch github
> feature__MATH-1563__genetic_algorithm:feature__MATH-1563__genetic_algorithm__GH
> $ git log feature__MATH-1563__genetic_algorithm__GH | head
> commit 99ca99198449c9ccfc28fbd0987e9c6a2611e0e6
> Author: avbasak1 
> Date:   Sun Mar 13 00:54:18 2022 +0100
>
> MATH-1563: Introducing new implementation of GA functionality (WIP).
>
> Closes #208.
>
> commit 57dda85533fbac18389a3ddc70e3640aa4484a91
> [...]
>
>
> Any idea of what is going on?
>
> Regards,
> Gilles

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[All] Repository sync quirk?

2022-04-11 Thread Gilles Sadowski
Hello.

Fetching the "same" branch from either "github" or "gitbox", I don't
end up with the same contents; see the sequence of commands,
below, where the last commit is different.

$ git remote -v
github  https://github.com/apache/commons-math.git (fetch)
github  https://github.com/apache/commons-math.git (push)
origin  https://gitbox.apache.org/repos/asf/commons-math.git (fetch)
origin  https://gitbox.apache.org/repos/asf/commons-math.git (push)
$ git fetch origin
feature__MATH-1563__genetic_algorithm:feature__MATH-1563__genetic_algorithm__GB
$ git log feature__MATH-1563__genetic_algorithm__GB
commit c573e368d7c3e0275fe374b460560d368dcd737c
Author: avbasak1 
Date:   Sun Mar 13 00:54:18 2022 +0100

MATH-1563: Introducing new implementation of GA functionality (WIP).

commit 57dda85533fbac18389a3ddc70e3640aa4484a91
[...]
$ git fetch github
feature__MATH-1563__genetic_algorithm:feature__MATH-1563__genetic_algorithm__GH
$ git log feature__MATH-1563__genetic_algorithm__GH | head
commit 99ca99198449c9ccfc28fbd0987e9c6a2611e0e6
Author: avbasak1 
Date:   Sun Mar 13 00:54:18 2022 +0100

MATH-1563: Introducing new implementation of GA functionality (WIP).

Closes #208.

commit 57dda85533fbac18389a3ddc70e3640aa4484a91
[...]


Any idea of what is going on?

Regards,
Gilles

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org