-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: set user password #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need turn off releases publication, because it's do nothing.
docker-compose.yml.dist
Outdated
@@ -12,4 +12,4 @@ services: | |||
- ./tools:/lfs/tools | |||
- ./lfs:/lfs | |||
- ./dist:/dist | |||
entrypoint: ["sleep", "inf"] | |||
entrypoint: ["bash", "/book/book.sh"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, now need to find why it's not compiled and why ISO is empty :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, now need to find why it's not compiled and why ISO is empty :)
I will leave that upto you. Let me know when this is done so that I can complete the release script.
Yeah it is not complete yet. The script is intended to create a new github release after every push on master. |
Things yet to be done:
|
I will take care of the 2nd one. |
Okay, today ill check whats wrong with build stage, probably some small typo somewhere in scripts. |
not tested yet