Skip to content
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 52 commits into from
Nov 21, 2022
Merged

Commits on Oct 30, 2022

  1. chore: update moonraker module

    Update of moonraker module according to
    
    Arksine/moonraker#516
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    2b2fa6e View commit details
    Browse the repository at this point in the history
  2. fix: enable moonraker service

    Due changes in install script systemd service will not be enabled.
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    afd094a View commit details
    Browse the repository at this point in the history
  3. chore: update klipper module

    Updates klipper module to latest path changes
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    14102cc View commit details
    Browse the repository at this point in the history
  4. chore: update is_req_preinstall module

    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 <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    9c0b80d View commit details
    Browse the repository at this point in the history
  5. chore: update mainsail module to path changes

    Includes update of mainsail.cfg
    Which will be moved to external repo in the future
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    241a7e2 View commit details
    Browse the repository at this point in the history
  6. chore: refactor mainsailos module

    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 <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    9d0a805 View commit details
    Browse the repository at this point in the history
  7. chore: improve piconfig for shellcheck compat

    Improved shellcheck compatibility
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    b3ee0e8 View commit details
    Browse the repository at this point in the history
  8. chore: update timelapse module

    Also updated timelapse section in postrename script
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    8699bfd View commit details
    Browse the repository at this point in the history
  9. chore: update sonar module to match new paths

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    2006025 View commit details
    Browse the repository at this point in the history
  10. chore: improved postrename module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    244961a View commit details
    Browse the repository at this point in the history
  11. fix: fix sonar module

    Should fix sonar module which leads to build error
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a8f0a38 View commit details
    Browse the repository at this point in the history
  12. fix: fix missing klipper uds path

    This fixes missing klipper uds path in moonraker.conf
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    918bddd View commit details
    Browse the repository at this point in the history
  13. fix: fix moonraker.conf misconfiguration

    Removed deprecated entrys and fixed klippy UDS path
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1a5d286 View commit details
    Browse the repository at this point in the history
  14. fix: fixes typ in klippy uds path

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    de3d7f0 View commit details
    Browse the repository at this point in the history
  15. chore: add dummy file to move empty folder

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    acd3023 View commit details
    Browse the repository at this point in the history
  16. chore: remove dummy file

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    9f43fb9 View commit details
    Browse the repository at this point in the history
  17. fix: fixes typo in config of klipper module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    11297e5 View commit details
    Browse the repository at this point in the history
  18. fix: push unsaved changes

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f2a79da View commit details
    Browse the repository at this point in the history
  19. fix: fixes syntax error in service

    Syntax needs to be POSIX compliant
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    21ef719 View commit details
    Browse the repository at this point in the history
  20. fix: explicit install of libusb-1.0-0-dev

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    69b9f6a View commit details
    Browse the repository at this point in the history
  21. chore: add new crowsnest custompios module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    fb2bd6b View commit details
    Browse the repository at this point in the history
  22. chore: change branch to test new module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    e0ee9e8 View commit details
    Browse the repository at this point in the history
  23. fix: fix typo in variable name

    used CROWSNEST_REPO instead of CROWSNEST_REPO_SHIP
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    b227c56 View commit details
    Browse the repository at this point in the history
  24. fix: fix typo in start_chroot_script

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    fc33d31 View commit details
    Browse the repository at this point in the history
  25. fix: fix typo in start_chroot_script

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    acdc6e3 View commit details
    Browse the repository at this point in the history
  26. fix: changed order, lead to build error

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    be57e3e View commit details
    Browse the repository at this point in the history
  27. fix: fixes path in start_chroot_script

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    c87879d View commit details
    Browse the repository at this point in the history
  28. fix: fix error in start_chroot_script

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    00d9b66 View commit details
    Browse the repository at this point in the history
  29. fix: fix error in dependency install

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    b0fda44 View commit details
    Browse the repository at this point in the history
  30. fix: fixes error in build

    Build of 64bit image fails cause lacking of free space
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    e9a919d View commit details
    Browse the repository at this point in the history
  31. chore: removed unused var

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    b2d0af9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. chore: update postrename

    postrename patches now the env files located in printer_data/systemd
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    352b0db View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. fix: fix error in postrename

    Due syntax error postrename script fails to run.
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    eaac712 View commit details
    Browse the repository at this point in the history
  2. chore: update sonar module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1b5d472 View commit details
    Browse the repository at this point in the history
  3. chore: update crowsnest module config

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5ec1aba View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. chore: change crowsnest branch

    NOTE: This has to be reverted to master before mergegit add .!
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e337a1e View commit details
    Browse the repository at this point in the history
  2. chore: add mainsail-config repo in mainsail module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    50c86df View commit details
    Browse the repository at this point in the history
  3. chore: update headers in mainsailos module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1790a1f View commit details
    Browse the repository at this point in the history
  4. chore: fixed typo in mainsailos module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c748180 View commit details
    Browse the repository at this point in the history
  5. chore: update moonraker.conf

    According to implementation of mainsail-config repo
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    dbc5520 View commit details
    Browse the repository at this point in the history
  6. refactor: moonraker module

    Module now extracts dependencies from install-moonraker.sh
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    fdad46f View commit details
    Browse the repository at this point in the history
  7. fix: fix postrename script

    Added fix broken links of mainsail.cfg
    
    Due fix_mainsailcfg_links function
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    badfad7 View commit details
    Browse the repository at this point in the history
  8. chore: improved code in timelapse module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    73075db View commit details
    Browse the repository at this point in the history
  9. fix: removed double shebang in postrename module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9262a53 View commit details
    Browse the repository at this point in the history
  10. chore: update klipper module

    Improved Header
    
    Updated Dependencies
    
    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    374837e View commit details
    Browse the repository at this point in the history
  11. fix: fix typo in mainsail module

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    cc3026b View commit details
    Browse the repository at this point in the history
  12. fix: fixes error mainsail directory in config path

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2a37db9 View commit details
    Browse the repository at this point in the history
  13. fix: fixes typo in description

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b9cb918 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. chore: removed btop, has no install candidate in bullseye

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1447d03 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. chore: switched crowsnest to master branch

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cc54164 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. chore: remove custom packages

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1767469 View commit details
    Browse the repository at this point in the history
  2. test: trying to use BASE_USER instead hardcoded pi

    Signed-off-by: Stephan Wendel <[email protected]>
    KwadFan committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d48bfbe View commit details
    Browse the repository at this point in the history