Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Commits
e5fe9678
Commit
e5fe9678
authored
2 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
fix(make): extend and improve output
parent
377fd32a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2969
passed
2 years ago
Stage: test
Stage: release
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-2
2 additions, 2 deletions
CHANGELOG.md
Makefile
+1
-0
1 addition, 0 deletions
Makefile
build/docker.Makefile
+11
-11
11 additions, 11 deletions
build/docker.Makefile
with
14 additions
and
13 deletions
CHANGELOG.md
+
2
−
2
View file @
e5fe9678
...
...
@@ -25,13 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
-
..
.
-
Extend and improve output for
`make help`
.
### Security
-
...
## [1.0-alpha1] - 2023-02-22
## [1.0
.0
-alpha1] - 2023-02-22
Initial release.
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
0
View file @
e5fe9678
...
...
@@ -14,6 +14,7 @@ help::
@
echo
" tns - connect to telnet server"
@
echo
" run - start app"
@
echo
" run.debug - start app in debug mode"
@
echo
" release - tag and push release with current version"
@
echo
" docker.init - create docker volume for engine socket"
$(
call docker_help
)
$(
call audio_help
)
...
...
This diff is collapsed.
Click to expand it.
build/docker.Makefile
+
11
−
11
View file @
e5fe9678
...
...
@@ -4,17 +4,17 @@
# Help
define docker_help
@echo " docker.build - build docker image"
@echo " docker.push - push docker image"
@echo " docker.run - start app in container"
@echo " docker.run.i - start app in container (interactive mode)"
@echo " docker.run.bash - start bash in container"
@echo " docker.run.debug - start bash and mount . into container"
@echo " docker.restart - restart container"
@echo " docker.stop - stop container"
@echo " docker.rm - stop and remove container"
@echo " docker.log - container logs for app"
@echo " docker.bash - enter bash in running container"
@echo " docker.build
- build docker image"
@echo " docker.push
- push docker image"
@echo " docker.run
- start app in container"
@echo " docker.run.i
- start app in container (interactive mode)"
@echo " docker.run.bash
- start bash in container"
@echo " docker.run.debug
- start bash and mount . into container"
@echo " docker.restart
- restart container"
@echo " docker.stop
- stop container"
@echo " docker.rm
- stop and remove container"
@echo " docker.log
- container logs for app"
@echo " docker.bash
- enter bash in running container"
endef
# Dependencies
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment