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
b76d0ebb
Commit
b76d0ebb
authored
Jul 18, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm prescription: include common.sh
parent
6c6e5ebf
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
0 deletions
+24
-0
glibc-restore.sh
prescription.d/glibc-restore.sh
+2
-0
glusterfs7.sh
prescription.d/glusterfs7.sh
+2
-0
glusterfs8.sh
prescription.d/glusterfs8.sh
+2
-0
glusterfs9.sh
prescription.d/glusterfs9.sh
+2
-0
i586-fix.sh
prescription.d/i586-fix.sh
+2
-0
i586-remove.sh
prescription.d/i586-remove.sh
+2
-0
i586-support.sh
prescription.d/i586-support.sh
+2
-0
php7.sh
prescription.d/php7.sh
+2
-0
php8.0.sh
prescription.d/php8.0.sh
+2
-0
php8.1.sh
prescription.d/php8.1.sh
+2
-0
php8.2.sh
prescription.d/php8.2.sh
+2
-0
python2-remove.sh
prescription.d/python2-remove.sh
+2
-0
No files found.
prescription.d/glibc-restore.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Uninstall etersoft build of glibc"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
epm downgrade glibc-core glibc-preinstall
...
...
prescription.d/glusterfs7.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs7 (or upgrade from glusterfs6)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
if
epmqp
--quiet
glusterfs6-
;
then
...
...
prescription.d/glusterfs8.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs8 (or upgrade from glusterfs7)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
GFSOLD
=
glusterfs7
...
...
prescription.d/glusterfs9.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs9 (or upgrade from glusterfs8)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
...
...
prescription.d/i586-fix.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Fix missed 32 bit package modules on 64 bit system"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
epm play i586-support
...
...
prescription.d/i586-remove.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Remove all 32 bit packages from 64 bit system"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
case
"
$(
epm print info
-s
)
"
in
...
...
prescription.d/i586-support.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Add 32 bit support on 64 bit system"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
...
...
prescription.d/php7.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install php7 (or upgrade from php5)"
&&
exit
.
$(
dirname
$0
)
/common.sh
distrbase
=
"
$(
epm print info
-s
)
"
;
[
"
$distrbase
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported as for now"
;
exit
1
;
}
if
epmqp
--quiet
php5-
;
then
...
...
prescription.d/php8.0.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install php8.1 (or upgrade from a previous version)"
&&
exit
.
$(
dirname
$0
)
/common.sh
distrbase
=
"
$(
epm print info
-s
)
"
;
[
"
$distrbase
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported as for now"
;
exit
1
;
}
if
epmqp
--quiet
php7-
;
then
...
...
prescription.d/php8.1.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install php8.1 (or upgrade from a previous version)"
&&
exit
.
$(
dirname
$0
)
/common.sh
distrbase
=
"
$(
epm print info
-s
)
"
;
[
"
$distrbase
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported as for now"
;
exit
1
;
}
if
epmqp
--quiet
php7-
;
then
...
...
prescription.d/php8.2.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Install php8.2 (or upgrade from a previous version)"
&&
exit
.
$(
dirname
$0
)
/common.sh
distrbase
=
"
$(
epm print info
-s
)
"
;
[
"
$distrbase
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported as for now"
;
exit
1
;
}
# TODO: check for apache2-mod_php7
...
...
prescription.d/python2-remove.sh
View file @
b76d0ebb
...
...
@@ -2,6 +2,8 @@
[
"
$1
"
!=
"--run"
]
&&
echo
"Remove all possible python2 packages"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
PACKAGES
=
"
$(
epm qp python-module
)
"
...
...
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