Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1 2/3] update_repo: correct help message on remove
Date: Sun, 25 Oct 2020 11:37:43 +0300	[thread overview]
Message-ID: <ed84e6edb8ba89535e825d125e5558da0f217915.1603614713.git.avtikhon@tarantool.org> (raw)
In-Reply-To: <cover.1603614713.git.avtikhon@tarantool.org>

Updated help message on remove option.
---
 tools/update_repo.sh | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/tools/update_repo.sh b/tools/update_repo.sh
index 8e43f2442..0d39f108d 100755
--- a/tools/update_repo.sh
+++ b/tools/update_repo.sh
@@ -112,20 +112,22 @@ EOF
          Remove package specified by version from S3 repository. It will remove
          all found appropriate source and binaries packages from the given S3
          repository, also the meta files will be corrected there.
-         Example of usage on 'tarantool-2.2.2.0' version:
+         Example of usage for DEB repositories on '2.2.2.0.<hash>' version:
+           ./tools/update_repo.sh -o=<OS> -d=<DIST> -b=<S3 repo> \\
+               -r=tarantool_2.2.2.0.<hash>
+           It will search and try to remove packages:
+             tarantool_2.2.2.0.<hash>-1_all.deb
+             tarantool_2.2.2.0.<hash>-1_amd64.deb
+             tarantool_2.2.2.0.<hash>-1.dsc
+             tarantool_2.2.2.0.<hash>-1.debian.tar.xz
+             tarantool_2.2.2.0.<hash>.orig.tar.xz
+         Example of usage for RPM repositories on '2.2.2.0' version:
            ./tools/update_repo.sh -o=<OS> -d=<DIST> -b=<S3 repo> \\
                -r=tarantool-2.2.2.0
-         It will search and try to remove packages:
-           - for DEB repositories:
-             tarantool-2.2.2.0-1_all.deb
-             tarantool-2.2.2.0-1_amd64.deb
-             tarantool-2.2.2.0-1.dsc
-             tarantool-2.2.2.0-1.debian.tar.xz
-             tarantool-2.2.2.0.orig.tar.xz
-           - for RPM repositories:
+           It will search and try to remove packages:
              x86_64/tarantool-2.2.2.0-1.*.x86_64.rpm
              x86_64/tarantool-2.2.2.0-1.*.noarch.rpm
-             SRPMS/tarantool-2.2.2.0--1.*.src.rpm
+             SRPMS/tarantool-2.2.2.0-1.*.src.rpm
     -f|--force
          Force updating the remote package with the local one despite the checksum difference
     -s|--skip_errors
-- 
2.25.1

  parent reply	other threads:[~2020-10-25  8:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-25  8:37 [Tarantool-patches] [PATCH v1 0/3] update_repo: improvements for removements Alexander V. Tikhonov
2020-10-25  8:37 ` [Tarantool-patches] [PATCH v1 1/3] update_repo: add message which file to remove Alexander V. Tikhonov
2020-10-25  8:37 ` Alexander V. Tikhonov [this message]
2020-10-25  8:37 ` [Tarantool-patches] [PATCH v1 3/3] update_repo: correct remove routine Alexander V. Tikhonov
2020-11-26  9:35 ` [Tarantool-patches] [PATCH v1 0/3] update_repo: improvements for removements Kirill Yukhin

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=ed84e6edb8ba89535e825d125e5558da0f217915.1603614713.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v1 2/3] update_repo: correct help message on remove' \
    /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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox