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

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


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)

5 years ago

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

Login to comment on this ticket.

Metadata