Bed_Distance_sensor icon indicating copy to clipboard operation
Bed_Distance_sensor copied to clipboard

branche-name-change and mainsail-update-manager

Open koira opened this issue 2 years ago • 3 comments

The change of the branches-name from "master"to "new" apparently created some confusion within mainsail's update-manager which reports like shown below since a few hours: image

and this is my entry in moonraker.conf

[update_manager BDsensor] type = git_repo channel = dev path = ~/Bed_Distance_sensor origin = https://github.com/markniu/Bed_Distance_sensor.git install_script = ./klipper/install_BDsensor.sh is_system_service = False managed_services = klipper info_tags = desc=Bed Distance Sensor

koira avatar Sep 11 '23 19:09 koira

I can confirm thatn, @markniu please create again the master branch, otherwise we can only pull the updates via ssh.

streetgt avatar Oct 19 '23 18:10 streetgt

The change of the branches-name from "master"to "new" apparently created some confusion within mainsail's update-manager which reports like shown below since a few hours: image

and this is my entry in moonraker.conf

[update_manager BDsensor] type = git_repo channel = dev path = ~/Bed_Distance_sensor origin = https://github.com/markniu/Bed_Distance_sensor.git install_script = ./klipper/install_BDsensor.sh is_system_service = False managed_services = klipper info_tags = desc=Bed Distance Sensor

If you want to update via UI, you have to add:

[update_manager BDsensor]
primary_branch: new 

streetgt avatar Oct 19 '23 18:10 streetgt

My listing in update manager says unknown and I have what you have above in the config.

Townie-au avatar Nov 11 '23 20:11 Townie-au