Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
1383cca0
Commit
1383cca0
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update_versions.sh: real skip gitlab-runner on deb systems
parent
984c066b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
update_versions.sh
tests/update_versions.sh
+3
-3
No files found.
tests/update_versions.sh
View file @
1383cca0
...
@@ -41,7 +41,6 @@ install_app_alt()
...
@@ -41,7 +41,6 @@ install_app_alt()
{
{
local
app
=
"
$1
"
local
app
=
"
$1
"
local
productalt
=
"
$(
$EPM
play
--product-alternatives
$app
)
"
local
productalt
=
"
$(
$EPM
play
--product-alternatives
$app
)
"
local
distr
=
"
$(
$EPM
print info
-s
)
"
if
[
-z
"
$productalt
"
]
;
then
if
[
-z
"
$productalt
"
]
;
then
install_app
$app
install_app
$app
...
@@ -50,8 +49,6 @@ install_app_alt()
...
@@ -50,8 +49,6 @@ install_app_alt()
# оставляем дефолтный вариант в конце в системе
# оставляем дефолтный вариант в конце в системе
for
i
in
$productalt
""
;
do
for
i
in
$productalt
""
;
do
# hack for broken gitlab-runner
[
"
$distr
"
!=
"alt"
]
&&
[
"
$i
"
=
"gitlab-runner"
]
&&
continue
$EPM
play
--remove
--auto
$app
$EPM
play
--remove
--auto
$app
install_app
$app
$i
install_app
$app
$i
done
done
...
@@ -62,8 +59,11 @@ if [ -n "$1" ] ; then
...
@@ -62,8 +59,11 @@ if [ -n "$1" ] ; then
exit
exit
fi
fi
distr
=
"
$(
$EPM
print info
-s
)
"
# install/update all
# install/update all
$EPM
play
--list-all
--short
|
while
read
app
;
do
$EPM
play
--list-all
--short
|
while
read
app
;
do
# hack for broken gitlab-runner
[
"
$distr
"
!=
"alt"
]
&&
[
"
$app
"
=
"gitlab-runner"
]
&&
continue
install_app_alt
$app
</dev/null
install_app_alt
$app
</dev/null
done
done
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment