#!/bin/bash extServ=roman@oscada.org extFtp=/data/share_res/ftp test -z "$(ls $extFtp)" && sshfs -o auto_unmount $extServ:$extFtp $extFtp export OSCADA_Check=${OSCADA_Check:=1} ./oscadaRepBranches \ "Debian_12_32:rep 1111" "Debian_12_64:rep 1111" "Debian_12_armhf:rep 1110" "Debian_12_arm64:rep 1110" \ "Debian_11_32:rep 1111" "Debian_11_64:rep 1111" "Debian_11_armhf:rep 1110" "Debian_11_arm64:rep 1110" \ "Debian_10_32:rep 1110" "Debian_10_64:rep 1110" "Debian_10_armhf:rep 1110" \ "Debian_9_32:rep 0110" "Debian_9_64:rep 0110" "Debian_9_armhf:rep 0110" \ "Ubuntu_24.04_32 1110" "Ubuntu_24.04_64 1110" \ "Ubuntu_22.04_32 1110" "Ubuntu_22.04_64 1110" \ "Ubuntu_20.04_32 1010" "Ubuntu_20.04_64 1010" \ "Ubuntu_18.04_32 1010" "Ubuntu_18.04_64 1010" \ "CentOs_8_64:dev 1111" \ "SuSE_15_64:dev 1010" \ "Live_Deb12_64 11101" "Live_Deb12_32 11101" \ "Live_Deb11_64 11101" "Live_Deb11_32 11101" \ "Live_Deb10_64 11101" "Live_Deb10_32 11101" \ "Live_Deb9_64 01101" "Live_Deb9_32 01101" umount $extFtp