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
8289bb79
Commit
8289bb79
authored
Oct 24, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add small fixes
parent
06080dd8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
epm
bin/epm
+3
-1
epm-whatdepends
bin/epm-whatdepends
+1
-1
zoom.sh
prescription.d/zoom.sh
+1
-1
No files found.
bin/epm
View file @
8289bb79
...
...
@@ -416,6 +416,8 @@ check_option()
return
0
}
# TODO: skip for commands where we don't need parse args
check_filenames
()
{
local
opt
...
...
@@ -431,7 +433,7 @@ check_filenames()
has_space
"
$opt
"
&&
warning
"There are space(s) in URL '
$opt
', it is not supported. Skipped"
&&
continue
pkg_urls
=
"
$pkg_urls
$opt
"
else
has_space
"
$opt
"
&&
warning
"There are space(s) in package name '
$opt
', it is not supported. Skipped"
&&
continue
has_space
"
$opt
"
&&
warning
"There are space(s) in package name '
$opt
', it is not supported. Skipped
.
"
&&
continue
pkg_names
=
"
$pkg_names
$opt
"
fi
quoted_args
=
"
$quoted_args
\"
$opt
\"
"
...
...
bin/epm-whatdepends
View file @
8289bb79
...
...
@@ -24,7 +24,7 @@ load_helper epm-print
epm_whatdepends
()
{
local
CMD
[
-n
"
$pkg_files
"
]
&&
fatal
"whatdepends do not handle files"
[
-n
"
$pkg_files
"
]
&&
fatal
"whatdepends do
es
not handle files"
[
-n
"
$pkg_names
"
]
||
fatal
"whatdepends: missing package(s) name"
local
pkg
=
$(
print_name
$pkg_names
)
...
...
prescription.d/zoom.sh
View file @
8289bb79
...
...
@@ -25,4 +25,4 @@ if [ "$(distro_info -d)" = "ALTLinux" ] ; then
fi
# TODO: there are more complex distro dependent url
epm
install
https://zoom.us/client/latest/zoom_
$arch
.
"
$(
distro_info
-p
)
"
epm
--noscripts
install
"https://zoom.us/client/latest/zoom_
$arch
.
$(
distro_info
-p
)
"
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