From 1b61e33bb8ecb06749853863f707b2be6730a446 Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Jan 12 2024 11:29:43 +0000 Subject: Improve comment on `fedpkg new-sources` for anonymous `fedpkg` usage When `fedpkg new-sources --offline` was added in 52bb1b7b, the earlier comment about not doing `fedpkg new-sources` at all became stale. Remove the stale comment and update, add the part that is still relevant to `fedpkg new-sources` comment. --- diff --git a/modules/ROOT/pages/Package_Maintenance_Guide.adoc b/modules/ROOT/pages/Package_Maintenance_Guide.adoc index 78587bb..3347e41 100644 --- a/modules/ROOT/pages/Package_Maintenance_Guide.adoc +++ b/modules/ROOT/pages/Package_Maintenance_Guide.adoc @@ -446,11 +446,10 @@ cd somepackage gedit somepackage.spec # change the required things in the specfile. # rpmdev-bumpspec is useful for simple version updates 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 + # that is left for the maintainer to do after the pull request has been merged # multiple source files can be specified as required fedpkg diff fedpkg lint