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
4dfaedb7
Commit
4dfaedb7
authored
Mar 22, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-play: remove old __list_all_app at all
parent
dcec79a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
epm-play
bin/epm-play
+5
-2
epm-play-common
bin/epm-play-common
+0
-13
No files found.
bin/epm-play
View file @
4dfaedb7
...
@@ -61,7 +61,9 @@ __get_app_package()
...
@@ -61,7 +61,9 @@ __get_app_package()
__list_all_packages
()
__list_all_packages
()
{
{
local
name
local
name
for
name
in
$(
__list_all_app
)
;
do
local arch
=
"
$SYSTEMARCH
"
for
name
in
$(
__get_fast_short_list_app
$arch
)
;
do
__get_app_package
$name
__get_app_package
$name
done
done
}
}
...
@@ -97,7 +99,8 @@ __list_app_packages_table()
...
@@ -97,7 +99,8 @@ __list_app_packages_table()
__list_app_packages_table_old
()
__list_app_packages_table_old
()
{
{
local
name
local
name
for
name
in
$(
__list_all_app
)
;
do
local arch
=
"
$SYSTEMARCH
"
for
name
in
$(
__get_fast_short_list_app
$arch
)
;
do
local
pkg
local
pkg
for
pkg
in
$(
__get_app_package
$name
)
;
do
for
pkg
in
$(
__get_app_package
$name
)
;
do
echo
"
$pkg
$name
"
echo
"
$pkg
$name
"
...
...
bin/epm-play-common
View file @
4dfaedb7
...
@@ -31,19 +31,6 @@ __run_script()
...
@@ -31,19 +31,6 @@ __run_script()
}
}
__list_all_app
()
{
cd
$psdir
||
fatal
for
i
in
*
.sh
;
do
local
name
=
${
i
/.sh/
}
[
-n
"
$IGNOREi586
"
]
&&
startwith
"
$name
"
"i586-"
&&
continue
startwith
"
$name
"
"common"
&&
continue
echo
"
$name
"
done
cd
-
>
/dev/null
}
# args: script, host arch
# args: script, host arch
__get_app_description
()
__get_app_description
()
{
{
...
...
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