Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
epm-docker-test
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
Иван Мажукин
epm-docker-test
Commits
e999988d
Commit
e999988d
authored
Apr 07, 2026
by
Ivan Mazhukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update presets; correct example in help
parent
8556eaca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
epm-docker-test.sh
epm-docker-test.sh
+18
-13
No files found.
epm-docker-test.sh
View file @
e999988d
...
...
@@ -69,17 +69,17 @@ Options:
--eepm-dir <path> Explicit eepm tree path
--builder-user <user> Preferred owner for ~/Projects/... lookup
--builder-path <path> Explicit builder64 source path
--preset <all|russian|main
stream
>
--preset <all|russian|main>
Add a named system preset
--log-root <path> Directory for saved logs
-h, --help Show this help
Examples:
epm-docker-test.sh
nginx
fedora
epm-docker-test.sh
nginx
fedora debian ubuntu
epm-docker-test.sh
nginx --preset mainstream
epm-docker-test.sh play
nginx
Fedora/43
epm-docker-test.sh --remote-user builder-robot --eepm-source builder64
nginx
fedora:43
epm-docker-test.sh
telegram
fedora
epm-docker-test.sh
telegram
fedora debian ubuntu
epm-docker-test.sh
telegram --preset main
epm-docker-test.sh play
telegram
Fedora/43
epm-docker-test.sh --remote-user builder-robot --eepm-source builder64
telegram
fedora:43
EOF
}
...
...
@@ -158,21 +158,26 @@ normalize_system_name() {
expand_preset_systems
()
{
case
"
$1
"
in
main
stream
)
main
)
printf
'%s\n'
\
fedora
\
debian
\
ubuntu
\
opensuse/leap
\
alpine
\
void
ubuntu:24.04
\
alt:sisyphus
\
alt:p11
;;
russian
)
printf
'%s\n'
\
alt:sisyphus
alt:sisyphus
\
alt:p11
\
rosa-2021.1
\
rosalab/rosa2021.1
\
registry.red-soft.ru/redos7c/ubi
\
registry.red-soft.ru/redos8c/ubi
\
registry.astralinux.ru/library/alse:1.7
;;
all
)
expand_preset_systems main
stream
expand_preset_systems main
expand_preset_systems russian
;;
*
)
...
...
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