openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
821 stars 252 forks source link

master leftovers #1528

Closed mstormi closed 3 years ago

mstormi commented 3 years ago

it seems to still be cloning master on some optional sw installs ? Please have a look and eliminate that, too

openhabian@devpi:~/openhabian $ grep update_git_repo / grep: docs/images: Ist ein Verzeichnis functions/find.bash: if cond_redirect update_git_repo "$find3Dir" "master"; then echo "OK"; else echo "FAILED (update git repo)"; return 1; fi functions/find.bash: if ! cond_redirect update_git_repo "$nexmonDir" "master"; then echo "FAILED (update git repo)"; return 1; fi functions/helpers.bash:## update_git_repo(String path, String branch) functions/helpers.bash:update_git_repo() { functions/nodejs-apps.bash: if cond_redirect update_git_repo "${1}/frontail" "master"; then echo "OK"; else echo "FAILED (update git repo)"; return 1; fi functions/openhabian.bash: if ! cond_redirect update_git_repo "${BASEDIR:-/opt/openhabian}" "$branch"; then echo "FAILED (update git repo)"; return 1; fi functions/packages.bash: if cond_redirect update_git_repo "${1}/FireMotD" "master"; then echo "OK"; else echo "FAILED (update git repo)"; return 1; fi functions/packages.bash: if ! cond_redirect update_git_repo "$mifloraDir" "master"; then echo "FAILED (update git repo)"; return 1; fi functions/packages.bash: if ! cond_redirect update_git_repo "$telldusDir" "master"; then echo "FAILED (update git repo)"; return 1; fi functions/zram.bash: if cond_redirect update_git_repo "${1}/zram-config" "openHAB"; then echo "OK"; else echo "FAILED (update zram)"; return 1; fi

mstormi commented 3 years ago

I was mistaken it's master branches but not openhabian's. Never mind I was wary because on update on start openhabian-config still offered a master branch to upgrade/change to on my dev box.