Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
80601d3d
Commit
80601d3d
authored
4 years ago
by
Alexander V. Tikhonov
Committed by
Kirill Yukhin
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update_repo: correct help message on remove
Updated help message on remove option.
parent
7b320655
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/update_repo.sh
+12
-10
12 additions, 10 deletions
tools/update_repo.sh
with
12 additions
and
10 deletions
tools/update_repo.sh
+
12
−
10
View file @
80601d3d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment