From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 65D0B442BBD for ; Mon, 30 Mar 2020 08:38:11 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Mon, 30 Mar 2020 08:38:06 +0300 Message-Id: <47387478541cada7e64e6748c8935dc97b9af7f3.1585546307.git.avtikhon@tarantool.org> In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v1 3/3] Add help instruction on 'product' option List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Sergey Bronnikov , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org From: "Alexander.V Tikhonov" Added instructions on 'product' option with examples. Follow-up #3380 --- tools/update_repo.sh | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/tools/update_repo.sh b/tools/update_repo.sh index 975a76c00..85df7f795 100755 --- a/tools/update_repo.sh +++ b/tools/update_repo.sh @@ -80,7 +80,27 @@ EOF done cat < -o=debian -d=stretch \\ + /debian/pool/stretch/main/t/tarantool-queue \\ + -p=tarantool-queue + - for RPM packages: + # prepare local path with needed "tarantool-queue-*" packages only + ./$0 -b=s3:// -o=fedora -d=30 -f|--force Force updating the remote package with the local one despite the checksum difference -s|--skip_errors -- 2.17.1