#139 New Branch "epel7" for "rpms/python3-virtualenv"
Closed: Invalid 6 years ago Opened 6 years ago by orion.

{
 "action": "new_branch", 
 "repo": "python3-virtualenv", 
 "namespace": "rpms", 
 "branch": "epel7"
}

The branch in PDC already exists

Metadata Update from @limb:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

6 years ago

Then why don't I see it?

$ git pull
Already up-to-date.
$ git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/f27
  remotes/origin/master

Metadata Update from @orion:
- Issue status updated to: Open (was: Closed)

6 years ago

@orion, sorry about that, you have to create the branch in git once the request is approved due to some current limitations in Pagure over dist-git.

Run:

git checkout -b epel7
git push --set-upstream origin epel7

The branch in PDC already exists

Metadata Update from @limb:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

6 years ago

Still not working:

$ git push --set-upstream origin epel7
WARNING: 'python-virtualenv' is an alias for 'rpms/python-virtualenv'
Total 0 (delta 0), reused 0 (delta 0)
remote: FATAL: C refs/heads/epel7 rpms/python-virtualenv orion DENIED by refs/heads/epel[0-9]
remote: error: hook declined to update refs/heads/epel7
To ssh://orion@pkgs.fedoraproject.org/python-virtualenv
 ! [remote rejected] epel7 -> epel7 (hook declined)
error: failed to push some refs to 'ssh://orion@pkgs.fedoraproject.org/python-virtualenv'

Metadata Update from @orion:
- Issue status updated to: Open (was: Closed)

6 years ago

The branch in PDC already exists

Metadata Update from @limb:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

6 years ago

@orion please open a ticket in https://pagure.io/fedora-infrastructure/issues/. This ticket queue is for automatically processing tickets with the fedrepo-req-admin tool.

Login to comment on this ticket.

Metadata