Skip to content

Commit

Permalink
Fix URL of Trace Compass incubator and test traces submodules
Browse files Browse the repository at this point in the history
The repositories have been moved to GitHub and the Gerrit URL is not
valid anymore.

Update submodules to latest version.

After rebasing to this commit run the following commands to sync and
update the submodules locally:

git submodule sync --recursive
git submodule update

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Jan 30, 2025
1 parent ae35e29 commit 8d167df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "tracecompass-test-traces"]
path = tracecompass-test-traces
url = https://git.eclipse.org/r/tracecompass/tracecompass-test-traces.git
url = https://github.com/eclipse-tracecompass/tracecompass-test-traces.git
[submodule "org.eclipse.tracecompass.incubator"]
path = org.eclipse.tracecompass.incubator
url = https://git.eclipse.org/r/tracecompass.incubator/org.eclipse.tracecompass.incubator.git
url = https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator.git
2 changes: 1 addition & 1 deletion org.eclipse.tracecompass.incubator
2 changes: 1 addition & 1 deletion tracecompass-test-traces

0 comments on commit 8d167df

Please sign in to comment.