From e6766ae6138f18084ff068b114d49eecc3ae61b2 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Mar 04 2021 10:28:10 +0000 Subject: Remove outdated over-complicated information about non-packager PRs --- diff --git a/modules/ROOT/pages/pull-requests.adoc b/modules/ROOT/pages/pull-requests.adoc index c525e3b..b2426f2 100644 --- a/modules/ROOT/pages/pull-requests.adoc +++ b/modules/ROOT/pages/pull-requests.adoc @@ -21,21 +21,9 @@ This is for security reasons and will not be changed. However, pagure on dist-git supports now pushing via https. -For this you will need the following packages: +For this you will need the `fedpkg` package: -* python-openidc-client >= 0.6.0 (available in updates-testing) - -* rpkg >= 1.55 (available in updates) - -* fedpkg >= 1.34 (available in updates) - -So check the version of the packages you have installed: - - rpm -q python3-openidc-client python3-rpkg fedpkg - -and potentially, update them: - - sudo dnf update python3-openidc-client fedpkg python3-rpkg --enablerepo=updates-testing + sudo dnf install fedpkg To push via https, your git repository needs to be configured in a certain way (i.e. you need to have a `[credential]` section in your `.git/config`). There are two ways you can have this.