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
etersoft
eepm
Commits
c53f6781
Commit
c53f6781
authored
Oct 06, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes fo prescription scripts
parent
e3186389
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
6 deletions
+8
-6
glibc-restore.sh
prescription.d/glibc-restore.sh
+1
-1
glusterfs7.sh
prescription.d/glusterfs7.sh
+2
-1
glusterfs8.sh
prescription.d/glusterfs8.sh
+2
-1
i586-wine-etersoft.sh
prescription.d/i586-wine-etersoft.sh
+1
-1
i586-wine-vanilla.sh
prescription.d/i586-wine-vanilla.sh
+1
-1
i586-wine.sh
prescription.d/i586-wine.sh
+1
-1
No files found.
prescription.d/glibc-restore.sh
View file @
c53f6781
...
...
@@ -2,7 +2,7 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Uninstall etersoft build of glibc"
&&
exit
[
"
$(
distro_info
-d
" != "
ALTLinux
" ] && echo "
Only ALTLinux is supported
" && exit 1
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
echo
"TODO"
exit
1
...
...
prescription.d/glusterfs7.sh
View file @
c53f6781
...
...
@@ -2,11 +2,12 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs7 (or upgrade from glusterfs6)"
&&
exit
[
"
$(
distro_info
-d
" != "
ALTLinux
" ] && echo "
Only ALTLinux is supported
" && exit 1
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
if
epmqp
--quiet
glusterfs6-
;
then
# Upgrade if was installed
epmi
$(
epmqp
--short
glusterfs6 |
sed
-e
"s|fs6|fs7|"
)
glusterfs6- glusterfs6-client- python3-module-glusterfs6-
epm installed glusterfs7-server
&&
serv glusterd on
else
# Install all packages
epmi glusterfs7-cli glusterfs7-client glusterfs7
...
...
prescription.d/glusterfs8.sh
View file @
c53f6781
...
...
@@ -2,7 +2,7 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs8 (or upgrade from glusterfs7)"
&&
exit
[
"
$(
distro_info
-d
" != "
ALTLinux
" ] && echo "
Only ALTLinux is supported
" && exit 1
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
GFSOLD
=
glusterfs7
GFSNEW
=
glusterfs8
...
...
@@ -10,6 +10,7 @@ GFSNEW=glusterfs8
if
epmqp
--quiet
${
GFSOLD
}
-
;
then
# Upgrade if was installed
epmi
$(
epmqp
--short
$GFSOLD
|
grep
-v
rdma |
sed
-e
"s|
$GFSOLD
|
$GFSNEW
|"
)
${
GFSOLD
}
-
${
GFSOLD
}
-client-
python3-module-
${
GFSOLD
}
-
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
# Install all packages
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
...
...
prescription.d/i586-wine-etersoft.sh
View file @
c53f6781
...
...
@@ -4,7 +4,7 @@ MAIN=wine-etersoft
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
distro_info
-d
" != "
ALTLinux
" ] && echo "
Only ALTLinux is supported
" && exit 1
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
...
...
prescription.d/i586-wine-vanilla.sh
View file @
c53f6781
...
...
@@ -4,7 +4,7 @@ MAIN=wine-vanilla
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
distro_info
-d
" != "
ALTLinux
" ] && echo "
Only ALTLinux is supported
" && exit 1
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
...
...
prescription.d/i586-wine.sh
View file @
c53f6781
...
...
@@ -4,7 +4,7 @@ MAIN=wine
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
distro_info
-d
" != "
ALTLinux
" ] && echo "
Only ALTLinux is supported
" && exit 1
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
...
...
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