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
0
Merge Requests
0
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
Vladislav
eepm
Commits
0fb00cdd
Commit
0fb00cdd
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
bec5cfba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
okular-csp.sh
play.d/okular-csp.sh
+8
-1
update_versions.sh
tests/update_versions.sh
+4
-1
No files found.
play.d/okular-csp.sh
View file @
0fb00cdd
...
@@ -45,9 +45,16 @@ fi
...
@@ -45,9 +45,16 @@ fi
distrib
=
$(
epm print info
--codename
)
distrib
=
$(
epm print info
--codename
)
pkgsystem
=
$(
epm print info
-g
)
case
$(
epm print info
-e
)
in
case
$(
epm print info
-e
)
in
# TODO:
# TODO:
AstraLinux/orel
)
pkgsystem
=
''
epm repo addkey
"
$REPOURL
/lab50.gpg"
epm repo add
"deb
$REPOURL
/ce stable main"
;;
# TODO:
# AstraLinuxSE/1.7*)
# AstraLinuxSE/1.7*)
AstraLinux/smolensk
)
AstraLinux/smolensk
)
distrib
=
alse17
distrib
=
alse17
...
@@ -60,7 +67,7 @@ case $(epm print info -e) in
...
@@ -60,7 +67,7 @@ case $(epm print info -e) in
;;
;;
esac
esac
case
$
(
epm print info
-g
)
in
case
$
pkgsystem
in
apt-dpkg
)
apt-dpkg
)
epm repo addkey
"
$REPOURL
/lab50.gpg"
epm repo addkey
"
$REPOURL
/lab50.gpg"
epm repo add
"deb
$REPOURL
/okular
$distrib
main"
epm repo add
"deb
$REPOURL
/okular
$distrib
main"
...
...
This diff is collapsed.
Click to expand it.
tests/update_versions.sh
View file @
0fb00cdd
...
@@ -7,7 +7,7 @@ fatal()
...
@@ -7,7 +7,7 @@ fatal()
exit
1
exit
1
}
}
LOGDIR
=
~
[
-n
"
$LOGDIR
"
]
||
LOGDIR
=
~
TDIR
=
$LOGDIR
/epm-play-versions
TDIR
=
$LOGDIR
/epm-play-versions
EDIR
=
$LOGDIR
/epm-errors
EDIR
=
$LOGDIR
/epm-errors
LDIR
=
$LOGDIR
/epm-logs
LDIR
=
$LOGDIR
/epm-logs
...
@@ -41,6 +41,7 @@ install_app_alt()
...
@@ -41,6 +41,7 @@ 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
...
@@ -49,6 +50,8 @@ install_app_alt()
...
@@ -49,6 +50,8 @@ 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
...
...
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