You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/05/15 19:07:12 UTC

[jira] [Created] (INFRA-11866) MATT did not delete 2 branches consistently ?

Leif Hedstrom created INFRA-11866:
-------------------------------------

             Summary: MATT did not delete 2 branches consistently ?
                 Key: INFRA-11866
                 URL: https://issues.apache.org/jira/browse/INFRA-11866
             Project: Infrastructure
          Issue Type: Bug
          Components: Git, Github
            Reporter: Leif Hedstrom


Traffic Server was switched over to Git-Dual / MATT recently. Yesterday, a couple of branches were added by mistake, and subsequently, removed. This was removed from the Github repo, but we still see them on the git-dual repo.

E.g.

{code}
fedora (20:08) 691/0 $ git remote -v
asf	https://git-dual.apache.org/repos/asf/trafficserver.git (fetch)
asf	https://git-dual.apache.org/repos/asf/trafficserver.git (push)
origin	git@github.com:apache/trafficserver.git (fetch)
origin	git@github.com:apache/trafficserver.git (push)

fedora (13:03) 721/0 $ git fetch --all
Fetching origin
Fetching asf
fedora (13:04) 722/0 $ git remote prune asf

fedora (12:54) 723/0 $ git branch -a | grep jpeach
  remotes/asf/jpeach-patch-1
  remotes/asf/jpeach/coverage
{code}

I believe, but not 100% certain, that the deletion of the branches were done on the Github repo. If this is operator error, please let me know what we should do different (or if we are expected to delete branches on both repos manually).



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