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
Nurlan
eepm
Commits
4740b88b
Commit
4740b88b
authored
Mar 26, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update check_reqs.sh script, fix extra requires
parent
d367c90b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
check_eepm.log
check_eepm.log
+4
-0
check_reqs.sh
check_reqs.sh
+4
-2
mssql-tools.sh
play.d/mssql-tools.sh
+2
-2
yandex-browser.sh
play.d/yandex-browser.sh
+2
-2
No files found.
check_eepm.log
View file @
4740b88b
apt
/bin/echo
coreutils
diffutils
eepm
/etc/bashrc
/etc/eepm/eepm.conf
file
findutils
gawk
grep
less
sed
...
...
check_reqs.sh
View file @
4740b88b
#!/bin/sh
LIST
=
"bin/epm-* bin/distr_info bin/serv-* bin/tools* bin/yum play.d/*.sh prescription.d/*.sh repack.d/*.sh"
if
[
"
$1
"
=
"--detail"
]
;
then
for
i
in
bin/epm-
*
;
do
for
i
in
$LIST
;
do
echo
echo
"====
$i
:"
/usr/lib/rpm/shell.req
$i
...
...
@@ -9,5 +11,5 @@ if [ "$1" = "--detail" ] ; then
exit
0
fi
/usr/lib/rpm/shell.req
bin/epm-
*
|
sort
-u
|
tee
./check_eepm.log
/usr/lib/rpm/shell.req
$LIST
|
sort
-u
|
tee
./check_eepm.log
git diff ./check_eepm.log
play.d/mssql-tools.sh
View file @
4740b88b
...
...
@@ -32,8 +32,8 @@ case "$($DISTRVENDOR -d)" in
;;
esac
sudo
odbcinst
-i
-d
-f
/opt/microsoft/msodbcsql17/etc/odbcinst.ini
sudo
odbcinst
-q
-d
$SUDO
odbcinst
-i
-d
-f
/opt/microsoft/msodbcsql17/etc/odbcinst.ini
$SUDO
odbcinst
-q
-d
cat
<<
EOF
...
...
play.d/yandex-browser.sh
View file @
4740b88b
...
...
@@ -20,7 +20,7 @@ fi
epm
install
"https://repo.yandex.ru/yandex-browser/deb/pool/main/y/
$PKGNAME
/
$(
epm print constructname
$PKGNAME
"*"
amd64 deb
)
"
||
exit
# used in update-ffmpeg
epm
install
jq
tar
binutils
||
exit
epm
install
--skip-installed
jq
tar
binutils
||
exit
# install appropriate ffmpeg extra codecs
pack_ffmpeg
()
{
...
...
@@ -29,7 +29,7 @@ pack_ffmpeg() {
mkdir
-p
.
$DEST
cp
$SOURCE
.
$DEST
CNAME
=
$(
echo
"
$(
basename
$SUITABLE_URLS
)
"
|
sed
-e
"s|chromium|
$PKGNAME
|"
-e
"s|-0ubuntu.*|-1.tar|"
)
tar
cvf
$CNAME
./
$(
dirname
$DEST
)
a
=
''
tar
cvf
$CNAME
./
$(
dirname
$DEST
)
epm
--repack
install
$CNAME
}
...
...
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