You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "John Sirois (JIRA)" <ji...@apache.org> on 2016/03/14 18:11:33 UTC

[jira] [Commented] (INFRA-11461) Apache aurora-packaging github mirror is out of date

    [ https://issues.apache.org/jira/browse/INFRA-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193656#comment-15193656 ] 

John Sirois commented on INFRA-11461:
-------------------------------------

Thank you!

For my education, is this a known flaky process or was there a sync outage then?  IE: there were 2 commits that did not trigger a sync.

> Apache aurora-packaging github mirror is out of date
> ----------------------------------------------------
>
>                 Key: INFRA-11461
>                 URL: https://issues.apache.org/jira/browse/INFRA-11461
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Git, Github
>            Reporter: John Sirois
>            Assignee: Daniel Gruno
>
> The ASF canonical repo is here: https://git-wip-us.apache.org/repos/asf?p=aurora-packaging.git;a=summary
> Thi github mirror is here: https://github.com/apache/aurora-packaging
> For the canonical:
> {noformat}
> jsirois@gill /tmp $ git clone -q https://git-wip-us.apache.org/repos/asf/aurora-packaging apache-wip-aurora-packaging
> jsirois@gill /tmp $ cd apache-wip-aurora-packaging/
> jsirois@gill /tmp/apache-wip-aurora-packaging (master) $ git log --oneline -4
> dc04762 Fixup rpm builder and tester.
> 73dc77c Introduce a helper script for preparing RCs.
> b09eb9f Correct url for source0
> 7c1732f Update Thrift binary to point at new repository location for builds.
> {noformat}
> For the github mirror:
> {noformat}
> jjsirois@gill /tmp $ git clone -q https://github.com/apache/aurora-packaging github-https-aurora-packaging
> jsirois@gill /tmp $ cd github-https-aurora-packaging
> jsirois@gill /tmp/github-https-aurora-packaging (master) $ git log --oneline -4
> b09eb9f Correct url for source0
> 7c1732f Update Thrift binary to point at new repository location for builds.
> 815a9ac Change the way arguments are passed to scheduler in debian.
> 092eb29 Working version of jessie builds.
> {noformat}
> So the github mirror is 2 commits behind (missing dc04762 & 73dc77c).
> I'm not sure how mirroring works with github, but the url listed in the github UI for the mirror source is {{git://git.apache.org/aurora-packaging.git}}.  When I try that, I also see the history shorted by 2 commits:
> {noformat}
> jsirois@gill /tmp $ git clone -q git://git.apache.org/aurora-packaging.git github-mirror-source-aurora-packaging
> jsirois@gill /tmp $ cd github-mirror-source-aurora-packaging/
> jsirois@gill /tmp/github-mirror-source-aurora-packaging (master) $ git log --oneline -4
> b09eb9f Correct url for source0
> 7c1732f Update Thrift binary to point at new repository location for builds.
> 815a9ac Change the way arguments are passed to scheduler in debian.
> 092eb29 Working version of jessie builds.
> {noformat}
> This seems to me to point to an issue on the Apache infra side keeping {{git://git.apache.org/aurora-packaging.git}} up2date with respect to the canonical {{https://git-wip-us.apache.org/repos/asf/aurora-packaging}}
> I hope this info helps.  Let me know If I should direct this bug report elsewhere.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)