diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f888cb5d7..6b3d7a678 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -60,11 +60,11 @@ jobs: - name: Set up ArkAnalyzer run: | - REPO_URL="https://gitee.com/Lipenx/arkanalyzer.git" + REPO_URL="https://gitcode.com/Lipen/arkanalyzer" DEST_DIR="arkanalyzer" MAX_RETRIES=10 RETRY_DELAY=3 # Delay between retries in seconds - BRANCH="neo/2025-02-13" + BRANCH="neo/2025-02-24" for ((i=1; i<=MAX_RETRIES; i++)); do git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break diff --git a/jacodb-ets/ARKANALYZER.md b/jacodb-ets/ARKANALYZER.md index a3969696a..1fb123d41 100644 --- a/jacodb-ets/ARKANALYZER.md +++ b/jacodb-ets/ARKANALYZER.md @@ -6,7 +6,7 @@ Clone and install the ArkAnalyzer via NPM: ```shell cd ~/dev -git clone https://gitee.com/openharmony-sig/arkanalyzer +git clone https://gitcode.com/openharmony-sig/arkanalyzer cd arkanalyzer npm install npm run build @@ -16,10 +16,10 @@ The `npm run build` command will generate the `out` directory, which contains th ### Usage of forked ArkAnalyzer -Most probably, you will have to use our fork of ArkAnalyzer (https://gitee.com/Lipenx/arkanalyzer) and checkout a specific branch that is consistent with the current state of jacodb. +Most probably, you will have to use our fork of ArkAnalyzer (https://gitcode.com/Lipen/arkanalyzer) and checkout a specific branch that is consistent with the current state of jacodb. For this, replace the repo url in the commands above and use `git switch ` to checkout the desired branch. -> Latest supported AA branch is `neo/2025-02-13`. +> Latest supported AA branch is `neo/2025-02-24`. ## Serialize TS to JSON diff --git a/jacodb-ets/src/test/resources/prepare_repos.sh b/jacodb-ets/src/test/resources/prepare_repos.sh index 5a684c3b3..f8db30f07 100644 --- a/jacodb-ets/src/test/resources/prepare_repos.sh +++ b/jacodb-ets/src/test/resources/prepare_repos.sh @@ -22,19 +22,19 @@ function prepare_repo() { fi } -prepare_repo https://gitee.com/openharmony/applications_app_samples -prepare_repo https://gitee.com/openharmony/applications_calendar_data -prepare_repo https://gitee.com/openharmony/applications_call -prepare_repo https://gitee.com/openharmony/applications_contacts -prepare_repo https://gitee.com/openharmony/applications_filepicker -prepare_repo https://gitee.com/openharmony/applications_hap -prepare_repo https://gitee.com/openharmony/applications_launcher -prepare_repo https://gitee.com/openharmony/applications_mms -prepare_repo https://gitee.com/openharmony/applications_notes -prepare_repo https://gitee.com/openharmony/applications_print_spooler -prepare_repo https://gitee.com/openharmony/applications_screenlock -prepare_repo https://gitee.com/openharmony/applications_settings -prepare_repo https://gitee.com/openharmony/applications_settings_data -prepare_repo https://gitee.com/openharmony/applications_systemui +prepare_repo https://gitcode.com/openharmony/applications_app_samples +prepare_repo https://gitcode.com/openharmony/applications_calendar_data +prepare_repo https://gitcode.com/openharmony/applications_call +prepare_repo https://gitcode.com/openharmony/applications_contacts +prepare_repo https://gitcode.com/openharmony/applications_filepicker +prepare_repo https://gitcode.com/openharmony/applications_hap +prepare_repo https://gitcode.com/openharmony/applications_launcher +prepare_repo https://gitcode.com/openharmony/applications_mms +prepare_repo https://gitcode.com/openharmony/applications_notes +prepare_repo https://gitcode.com/openharmony/applications_print_spooler +prepare_repo https://gitcode.com/openharmony/applications_screenlock +prepare_repo https://gitcode.com/openharmony/applications_settings +prepare_repo https://gitcode.com/openharmony/applications_settings_data +prepare_repo https://gitcode.com/openharmony/applications_systemui wait