-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
chore: update modules according to path changes #166
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update of moonraker module according to Arksine/moonraker#516 Signed-off-by: Stephan Wendel <me@stephanwe.de>
Due changes in install script systemd service will not be enabled. Signed-off-by: Stephan Wendel <me@stephanwe.de>
Updates klipper module to latest path changes Signed-off-by: Stephan Wendel <me@stephanwe.de>
bump version to 1.23.4 whicht should be usable as piwheels package. See https://www.piwheels.org/project/numpy/ Adds libgfortran5 as dependency Signed-off-by: Stephan Wendel <me@stephanwe.de>
Includes update of mainsail.cfg Which will be moved to external repo in the future Signed-off-by: Stephan Wendel <me@stephanwe.de>
refactor: improved shellcheck compatibilty Also added some useful cli tools, namely: exa - more colorful ls replacement mc - tty file manager tree - show file structure as a tree bat - cat alternative with syntax highlighting and line numbers btop - htop alternative with a better ui nload - simple network bandwith usage viewer Signed-off-by: Stephan Wendel <me@stephanwe.de>
Improved shellcheck compatibility Signed-off-by: Stephan Wendel <me@stephanwe.de>
Also updated timelapse section in postrename script Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Should fix sonar module which leads to build error Signed-off-by: Stephan Wendel <me@stephanwe.de>
This fixes missing klipper uds path in moonraker.conf Signed-off-by: Stephan Wendel <me@stephanwe.de>
Removed deprecated entrys and fixed klippy UDS path Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Syntax needs to be POSIX compliant Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
used CROWSNEST_REPO instead of CROWSNEST_REPO_SHIP Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Build of 64bit image fails cause lacking of free space Signed-off-by: Stephan Wendel <me@stephanwe.de>
KwadFan
force-pushed
the
chore/updatepaths
branch
from
October 30, 2022 00:32
c448699
to
e9a919d
Compare
Signed-off-by: Stephan Wendel <me@stephanwe.de>
postrename patches now the env files located in printer_data/systemd Signed-off-by: Stephan Wendel <me@stephanwe.de>
Due syntax error postrename script fails to run. Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
NOTE: This has to be reverted to master before mergegit add .! Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
According to implementation of mainsail-config repo Signed-off-by: Stephan Wendel <me@stephanwe.de>
Module now extracts dependencies from install-moonraker.sh Signed-off-by: Stephan Wendel <me@stephanwe.de>
Added fix broken links of mainsail.cfg Due fix_mainsailcfg_links function Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Improved Header Updated Dependencies Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
meteyou
reviewed
Nov 20, 2022
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
meteyou
approved these changes
Nov 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update of moonraker module according to
Arksine/moonraker#516
Signed-off-by: Stephan Wendel me@stephanwe.de