public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Francis Laniel <laniel_francis@privacyrequired.com>
To: git-commits@fedoraproject.org
Subject: [rpms/inspektor-gadget] f44: README: Replace ssh with authorization for fedpkg push.
Date: Wed, 03 Jun 2026 08:08:33 GMT	[thread overview]
Message-ID: <178047411310.1.9003749141228339146.rpms-inspektor-gadget-23e9d378ca95@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/inspektor-gadget
            Branch : f44
            Commit : 23e9d378ca9512694b2f373acd73cf207411250e
            Author : Francis Laniel <laniel_francis@privacyrequired.com>
            Date   : 2026-06-03T11:07:30+03:00
            Stats  : +5/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inspektor-gadget/c/23e9d378ca9512694b2f373acd73cf207411250e?branch=f44

            Log:
            README: Replace ssh with authorization for fedpkg push.

Signed-off-by: Francis Laniel <laniel_francis@privacyrequired.com>

---
diff --git a/README.md b/README.md
index c70b328..ee7ddda 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ The whole process can be achieved using the corresponding container:
 ```bash
 $ docker build --build-arg USER=$USER --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t fedora-ig-bumper -f Dockerfile .
 # For rootfull docker use the following:
-$ docker run -ti --rm -v $(pwd):/work -v $HOME/.ssh:$HOME/.ssh -w /work fedora-ig-bumper
+$ docker run -ti --rm -v $(pwd):/work -w /work -p 12345:12345 fedora-ig-bumper
 # For rootless podman, use the following:
-$ podman run -ti --rm -v $(pwd):/work -v $HOME/.ssh:$HOME/.ssh -w /work --userns=keep-id fedora-ig-bumper
+$ podman run -ti --rm -v $(pwd):/work -w /work -p 12345:12345 --userns=keep-id fedora-ig-bumper
 ```
 
 From now, all the commands will be run as your user from the `fedora-ig-bumper` container.
@@ -146,7 +146,9 @@ Once you have built and tested the package, you can now publish it by using the 
 
 ```bash
 # Push previous commit containing modifications to inspektor-gadget.spec and sources files.
-$ git push
+# Open the URL in browser to grant authorization to fedpkg push to push commits.
+$ fedpkg push
+Please visit https://id.fedoraproject.org/openidc/Authorization... to grant authorization
 # Rawhide packages are updated once a day.
 $ fedpkg build
 ```

                 reply	other threads:[~2026-06-03  8:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178047411310.1.9003749141228339146.rpms-inspektor-gadget-23e9d378ca95@fedoraproject.org \
    --to=laniel_francis@privacyrequired.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox