From 52bb1b7b43b507986cd70b2d489e31b5331e9c7d Mon Sep 17 00:00:00 2001 From: Arun Neelicattu Date: Jan 12 2024 01:45:02 +0000 Subject: Update anonymous fedpkg usage instructions This change updates the documentation to include the use of `fedpkg new-sources --offline` when using fedpkg anonymously. --- diff --git a/modules/ROOT/pages/Package_Maintenance_Guide.adoc b/modules/ROOT/pages/Package_Maintenance_Guide.adoc index 4a5c938..7e92186 100644 --- a/modules/ROOT/pages/Package_Maintenance_Guide.adoc +++ b/modules/ROOT/pages/Package_Maintenance_Guide.adoc @@ -449,6 +449,9 @@ spectool -g somepackage.spec # download the referenced sources to local machine # fedpkg new-sources cannot be performed anonymously, that is left # for the maintainer to do after the pull request has been merged fedpkg mockbuild # check that the changes you made are correct +fedpkg new-sources --offline somepackage-0.0.2.tar.gz # update sources file and .gitignore if sources have changed + # the --offline flag skips upload to the lookaside cache + # multiple source files can be specified as required fedpkg diff fedpkg lint git checkout -b my-branch # create a branch to use in the pull request