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 <gillese...@gmail.com> wrote: > FTR: Reported to INFRA: > https://issues.apache.org/jira/browse/INFRA-23133 > > Le lun. 11 avr. 2022 à 23:30, Gilles Sadowski <gillese...@gmail.com> 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 <avbas...@in.ibm.com> > > 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 <avbas...@in.ibm.com> > > 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 > >