#7390 where is my commit/branch?
Closed: Will Not/Can Not fix Opened by roxor.

  • Describe what you need us to do:
    Find my build_signed_kernel branch on the https://pagure.io/fork/roxor/fedora-docs/quick-docs repo.

I have pushed this:

$ git push roxor build_signed_kernel:build_signed_kernel
Enumerating objects: 2267, done.
Counting objects: 100% (2267/2267), done.
Delta compression using up to 8 threads
Compressing objects: 100% (763/763), done.
Writing objects: 100% (2267/2267), 3.86 MiB | 209.00 KiB/s, done.
Total 2267 (delta 1465), reused 2257 (delta 1462)
remote: Running hooks for forks/roxor/fedora-docs/quick-docs
remote: Running hooks for forks/roxor/fedora-docs/quick-docs
To ssh://pagure.io/requests/forks/roxor/fedora-docs/quick-docs.git
 * [new branch]      build_signed_kernel -> build_signed_kernel

But the branch is nowhere to be found.
I have also tried this:

$ git push roxor build_signed_kernel:master
Total 0 (delta 0), reused 0 (delta 0)
remote: Running hooks for forks/roxor/fedora-docs/quick-docs
remote: Running hooks for forks/roxor/fedora-docs/quick-docs
To ssh://pagure.io/requests/forks/roxor/fedora-docs/quick-docs.git
 * [new branch]      build_signed_kernel -> master

The output of which is weird since this is a fork, the master branch should not be new. But my commit is nowhere to be found.
I am looking for commit 7bb68b84a237ddfbd9278532b789c8129d6cdf0f

  • If we cannot complete your request, what is the impact?
    Can't submit my pull request for the documentation for issue https://pagure.io/fedora-docs/quick-docs/issue/91 .

Note: To ssh://pagure.io/requests/forks/roxor/fedora-docs/quick-docs.git. You pushed this to the requests branch, which is not the main repo, but a repo with metadata about pull requests.

Please run git remote set-url roxor ssh://git@pagure.io/forks/roxor/fedora-docs/quick-docs.git and push again.

Metadata Update from @puiterwijk:
- Issue close_status updated to: Will Not/Can Not fix
- Issue status updated to: Closed (was: Open)

Darn it! Dumb mistake from my part. Thank you again.

Metadata