fix: remote path

Merged 郭俊 requested to merge gj into master
Compare and
1 file
+ 8
8
Preferences
File browser
Compare changes
+ 8
8
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab" fetch="git@codeup.sinsegye.com.cn:automation/so/mirror/" />
<remote name="gitlab" fetch="git@codeup.sinsegye.com.cn:automation/so/" />
<remote name="gitlab-mirror" fetch="git@codeup.sinsegye.com.cn:automation/so/mirror/" />
<!-- Set the default remote and branch -->
<default revision="scarthgap" remote="gitlab" sync-j="4" />
‹default revision="scarthgap" remote="gitlab-mirror" sync-j="4" />
<!-- mirrors -->
<project name="poky" path="poky" />
<project name="meta-intel" path="meta-intel" />
<project name="meta-virtualization" path="meta-virtualization" />
<project name="meta-openembedded" path="meta-openembedded" />
<project name="meta-sinsegye" path="meta-sinsegye" />
<project name="poky" remote="gitlab-mirror" path="poky" />
<project name="meta-intel" remote="gitlab-mirror" path="meta-intel" />
<project name="meta-virtualization" remote="gitlab-mirror" path="meta-virtualization" />
<project name="meta-openembedded" remote="gitlab-mirror" path="meta-openembedded" />
<project name="meta-sinsegye" remote="gitlab" path="meta-sinsegye" />
</manifest>