Skip to content

Commit 11ffee8

Browse files
authored
Update ArkAnalyzer, change urls from gitee to gitcode (#309)
1 parent 453ec7c commit 11ffee8

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060

6161
- name: Set up ArkAnalyzer
6262
run: |
63-
REPO_URL="https://gitee.com/Lipenx/arkanalyzer.git"
63+
REPO_URL="https://gitcode.com/Lipen/arkanalyzer"
6464
DEST_DIR="arkanalyzer"
6565
MAX_RETRIES=10
6666
RETRY_DELAY=3 # Delay between retries in seconds
67-
BRANCH="neo/2025-02-13"
67+
BRANCH="neo/2025-02-24"
6868
6969
for ((i=1; i<=MAX_RETRIES; i++)); do
7070
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break

jacodb-ets/ARKANALYZER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Clone and install the ArkAnalyzer via NPM:
66

77
```shell
88
cd ~/dev
9-
git clone https://gitee.com/openharmony-sig/arkanalyzer
9+
git clone https://gitcode.com/openharmony-sig/arkanalyzer
1010
cd arkanalyzer
1111
npm install
1212
npm run build
@@ -16,10 +16,10 @@ The `npm run build` command will generate the `out` directory, which contains th
1616

1717
### Usage of forked ArkAnalyzer
1818

19-
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.
19+
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.
2020
For this, replace the repo url in the commands above and use `git switch <branch>` to checkout the desired branch.
2121

22-
> Latest supported AA branch is `neo/2025-02-13`.
22+
> Latest supported AA branch is `neo/2025-02-24`.
2323
2424
## Serialize TS to JSON
2525

jacodb-ets/src/test/resources/prepare_repos.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ function prepare_repo() {
2222
fi
2323
}
2424

25-
prepare_repo https://gitee.com/openharmony/applications_app_samples
26-
prepare_repo https://gitee.com/openharmony/applications_calendar_data
27-
prepare_repo https://gitee.com/openharmony/applications_call
28-
prepare_repo https://gitee.com/openharmony/applications_contacts
29-
prepare_repo https://gitee.com/openharmony/applications_filepicker
30-
prepare_repo https://gitee.com/openharmony/applications_hap
31-
prepare_repo https://gitee.com/openharmony/applications_launcher
32-
prepare_repo https://gitee.com/openharmony/applications_mms
33-
prepare_repo https://gitee.com/openharmony/applications_notes
34-
prepare_repo https://gitee.com/openharmony/applications_print_spooler
35-
prepare_repo https://gitee.com/openharmony/applications_screenlock
36-
prepare_repo https://gitee.com/openharmony/applications_settings
37-
prepare_repo https://gitee.com/openharmony/applications_settings_data
38-
prepare_repo https://gitee.com/openharmony/applications_systemui
25+
prepare_repo https://gitcode.com/openharmony/applications_app_samples
26+
prepare_repo https://gitcode.com/openharmony/applications_calendar_data
27+
prepare_repo https://gitcode.com/openharmony/applications_call
28+
prepare_repo https://gitcode.com/openharmony/applications_contacts
29+
prepare_repo https://gitcode.com/openharmony/applications_filepicker
30+
prepare_repo https://gitcode.com/openharmony/applications_hap
31+
prepare_repo https://gitcode.com/openharmony/applications_launcher
32+
prepare_repo https://gitcode.com/openharmony/applications_mms
33+
prepare_repo https://gitcode.com/openharmony/applications_notes
34+
prepare_repo https://gitcode.com/openharmony/applications_print_spooler
35+
prepare_repo https://gitcode.com/openharmony/applications_screenlock
36+
prepare_repo https://gitcode.com/openharmony/applications_settings
37+
prepare_repo https://gitcode.com/openharmony/applications_settings_data
38+
prepare_repo https://gitcode.com/openharmony/applications_systemui
3939

4040
wait

0 commit comments

Comments
 (0)