diff --git a/utils/README.md b/utils/README.md index 4533568..c68d4fe 100644 --- a/utils/README.md +++ b/utils/README.md @@ -3,19 +3,19 @@ ## sign_build.sh Sign all rpms for a particular build - sign_rpm.sh [ | | | | | ] + sign_rpm.sh [ | | | | ] Required: (one of only) - n-v-r: of the build (e.g. smeserver-backup-11.0.0-7.el8) - build_id: e.g. 643 -- package: e.g. smeserver-backup (used in conjunction with ) -- rpm: to sign a specific rpm (used in conjunction with ) +- package: e.g. smeserver-backup (used in conjunction with \) +- rpm: to sign a specific rpm Optional: -- arch=: only rpms for these arches (comma seperated list - defaults to all) +- arch=`arch`: only rpms for these arches (comma seperated list - defaults to all) - nodebuginfo: do NOT include debug rpms (defaults to included) -- latestfrom=: used with and will use the latest build for this tag -- gpg_name=: name used to create the gpg key we want to sign with (default kojiadmin@koozali.org) +- latestfrom=`tag`: used with \ and will use the latest build for this tag +- gpg_name=`gpg name`: name used to create the gpg key we want to sign with (default kojiadmin@koozali.org) - debug: display debug information ## sign_build_list.sh @@ -27,10 +27,10 @@ Required: - file name of list containing builds to be signed Optional: -- arch=: only rpms for these arches (comma seperated list - defaults to all) +- arch=`arch`: only rpms for these arches (comma seperated list - defaults to all) - nodebuginfo: do NOT include debug rpms (defaults to included) -- gpg_name=: name used to create the gpg key we want to sign with (default kojiadmin@koozali.org) -- gpg_key=: if you want to check if they have already been signed with this key (default - don't check) +- gpg_name=`gpg name`: name used to create the gpg key we want to sign with (default kojiadmin@koozali.org) +- gpg_key=`gpg_key`: if you want to check if they have already been signed with this key (default - don't check) - debug: display debug information - dry_run: do a 'dry run' and only show what will be executed, don't do it @@ -39,5 +39,5 @@ Queue a build the latest tag for each package supplied in a file (1 package per queue-builds.sh [ | ] -- to wait for one build to complete before submitting the next one (default is nowait - queue them all) -- (default is smecontribs) +- `wait` to wait for one build to complete before submitting the next one (default is nowait - queue them all) +- `org=organisation` (default is smecontribs)