Commit 0f9b9964 authored by Yann Garcia's avatar Yann Garcia
Browse files

Enhance install.sh

parent db34834e
Loading
Loading
Loading
Loading
+20 −12
Original line number Diff line number Diff line
@@ -18,11 +18,7 @@ do
    if [ "$BS" == "AtsGeoNetworking" ]
    then
        git checkout --recurse-submodules origin/master
    else
        git checkout --recurse-submodules $ORG_BRANCH
    fi
    if [ "$BS" != "AtsAVM" ] and [ "$BS" != "AtsAPI" ] and [ "$BS" != "AtsSA" ]
    then
    elif test "$BS" != "AtsAVM" && test "$BS" != "AtsAPI" && test "$BS" != "AtsSA"; then
        git checkout --recurse-submodules $ORG_BRANCH
    fi
done
@@ -63,6 +59,7 @@ do
        ln -sf SSEM-PDU-Descriptions.asn SSEM_PDU_Descriptions.asn
    elif [ -f MVM-PDU-Descriptions.asn ]
    then
        git checkout --recurse-submodules $NEW_BRANCH
        ln -sf MIM-PDU-Descriptions.asn MIM_PDU_Descriptions.asn
        ln -sf MVM-PDU-Descriptions.asn MVM_PDU_Descriptions.asn
    fi
@@ -71,6 +68,16 @@ do
    then
        for j in $SUB_DIRS
        do
            if [ -f MVM-PDU-Descriptions.asn ]
            then
                cd $j
                git checkout --recurse-submodules $NEW_BRANCH
                if [ -f ETSI-ITS-CDD.asn ]
                then
                    ln -sf ETSI-ITS-CDD.asn ETSI_ITS_CDD.asn
                fi
                cd -
            else
                cd $j
                git checkout --recurse-submodules $ASN1_BRANCH
                if [ -f ETSI-ITS-CDD.asn ]
@@ -78,6 +85,7 @@ do
                    ln -sf ETSI-ITS-CDD.asn ETSI_ITS_CDD.asn
                fi
                cd -
            fi
        done
    fi
done
Compare 77bc2781 to 8a3c78b1
Original line number Diff line number Diff line
Subproject commit 77bc278184cc79ad11c08f2725718d5d50ff7e96
Subproject commit 8a3c78b1923182ea189af32178c8bde5523750f5
Compare 5e5e5a7e to fc16ba22
Original line number Diff line number Diff line
Subproject commit 5e5e5a7ea2a98c1c266e98b65fd0328c479c384e
Subproject commit fc16ba2278f8bcad4dfad9afcb1b79485c368225