Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51424b55 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

switch to my repo

parent 40e8f879
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
#!/bin/bash
REPO="git@gitlab.e.foundation:e/os/android.git"
REPO="git@gitlab.e.foundation:AlexandreRouxDanzi/android.git"



@@ -108,17 +108,17 @@ then
    # Not using repo sync in case of some conflicts between devices manifests
    mkdir working-dir
    cd working-dir
    git clone git@gitlab.e.foundation:e/os/local_manifests.git -b $CI_COMMIT_REF_NAME
    cd local_manifests
    parse_manifests
    create_branch $new_version origin
   # git clone git@gitlab.e.foundation:e/os/local_manifests.git -b $CI_COMMIT_REF_NAME
   # cd local_manifests
   # parse_manifests
   # create_branch $new_version origin
    cd ..
    rm -rf local_manifests
    echo ">> Get custom vendor manifests"
    git clone git@gitlab.e.foundation:e/devices/manifests.git -b $CI_COMMIT_REF_NAME
   # git clone git@gitlab.e.foundation:e/devices/manifests.git -b $CI_COMMIT_REF_NAME
    cd manifests
    parse_manifests
    create_branch $new_version origin
   # parse_manifests
   # create_branch $new_version origin
    cd ..
    rm -rf manifests