Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_repo: expand distributions version range #5113

Closed
Totktonada opened this issue Jun 25, 2020 · 1 comment
Closed

update_repo: expand distributions version range #5113

Totktonada opened this issue Jun 25, 2020 · 1 comment
Labels
qa Issues related to tests or testing subsystem

Comments

@Totktonada
Copy link
Member

Tarantool version: 2.5.0-158-gf84cb1aae.

Sometimes I want to use the script to deploy a package for, say, fedora 25 (it it is still supported in a module). It is not much convenient to patch the tool each time like so:

--- a/update_repo.sh	2020-06-25 16:30:24.309988800 +0300
+++ b/update_repo.sh	2020-06-25 16:29:56.055990528 +0300
@@ -30,7 +30,7 @@
     elif [ "$os" == "el" ]; then
         alldists='6 7 8'
     elif [ "$os" == "fedora" ]; then
-        alldists='27 28 29 30 31'
+        alldists='25 26 27 28 29 30 31'
     fi
 
     echo "$alldists"

Why this restriction was introduced? Can we allow any version?

@Totktonada Totktonada added the qa Issues related to tests or testing subsystem label Jun 25, 2020
@Totktonada
Copy link
Member Author

We don't use update_repo.sh anymore. We replaced it with https://github.com/tarantool/rws.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qa Issues related to tests or testing subsystem
Projects
None yet
Development

No branches or pull requests

1 participant