Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
infrastructure
gitlab-ci
Commits
a06956de
Commit
a06956de
authored
3 years ago
by
Tim Jaacks
Browse files
Options
Downloads
Patches
Plain Diff
Rename layers to seconorth
parent
67b0195a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
docs/automatic-manifest-integration.md
+5
-5
5 additions, 5 deletions
docs/automatic-manifest-integration.md
get_manifest_projects.py
+3
-3
3 additions, 3 deletions
get_manifest_projects.py
with
10 additions
and
10 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a06956de
...
@@ -96,8 +96,8 @@ yamllint:
...
@@ -96,8 +96,8 @@ yamllint:
${PROJECT_ROOT}/tools/xconfig
${PROJECT_ROOT}/tools/xconfig
${PROJECT_ROOT}/tools/qt-multi-screen-compositor
${PROJECT_ROOT}/tools/qt-multi-screen-compositor
${PROJECT_ROOT}/yocto/config
${PROJECT_ROOT}/yocto/config
${PROJECT_ROOT}/yocto/layers/meta-
guf
-distro
${PROJECT_ROOT}/yocto/layers/meta-
seconorth
-distro
${PROJECT_ROOT}/yocto/layers/meta-
guf
-machine
${PROJECT_ROOT}/yocto/layers/meta-
seconorth
-machine
${PROJECT_ROOT}/yocto/layers/meta-seconorth-nogplv3
${PROJECT_ROOT}/yocto/layers/meta-seconorth-nogplv3
${PROJECT_ROOT}/yocto/layers/meta-seconorth-dual-espresso
${PROJECT_ROOT}/yocto/layers/meta-seconorth-dual-espresso
...
...
This diff is collapsed.
Click to expand it.
docs/automatic-manifest-integration.md
+
5
−
5
View file @
a06956de
...
@@ -28,16 +28,16 @@ Yocto distribution. A simplified version of the manifest file [`default.xml`][2]
...
@@ -28,16 +28,16 @@ Yocto distribution. A simplified version of the manifest file [`default.xml`][2]
/>
/>
<project
<project
name=
"layers/meta-
guf
-machine"
name=
"layers/meta-
seconorth
-machine"
revision=
"7aede82170ff7f92de0dcfeca89ed79849869214"
revision=
"7aede82170ff7f92de0dcfeca89ed79849869214"
remote=
"seco-ne"
remote=
"seco-ne"
path=
"sources/meta-
guf
-machine"
path=
"sources/meta-
seconorth
-machine"
/>
/>
<project
<project
name=
"layers/meta-
guf
-distro"
name=
"layers/meta-
seconorth
-distro"
revision=
"c402d855fc8d47e3742ada3b0a3fda4b9649e414"
revision=
"c402d855fc8d47e3742ada3b0a3fda4b9649e414"
remote=
"seco-ne"
remote=
"seco-ne"
path=
"sources/meta-
guf
-distro"
path=
"sources/meta-
seconorth
-distro"
/>
/>
</manifest>
</manifest>
```
```
...
@@ -112,7 +112,7 @@ successfully.
...
@@ -112,7 +112,7 @@ successfully.
[
4
]:
https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
[
4
]:
https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
[
5
]:
#merging-project-changes
[
5
]:
#merging-project-changes
[
6
]:
https://git.seco.com/seco-ne/yocto/layers/meta-
guf
-distro/-/merge_requests/321
[
6
]:
https://git.seco.com/seco-ne/yocto/layers/meta-
seconorth
-distro/-/merge_requests/321
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
...
...
This diff is collapsed.
Click to expand it.
get_manifest_projects.py
+
3
−
3
View file @
a06956de
...
@@ -38,11 +38,11 @@ def main():
...
@@ -38,11 +38,11 @@ def main():
# Get namespace from remote
# Get namespace from remote
# This is needed for cases where the remote URL contains a part of the project
# This is needed for cases where the remote URL contains a part of the project
# namespace (e.g. "ssh://git@gitlab.com/garz-fricke/yocto") and the project name
# namespace (e.g. "ssh://git@gitlab.com/garz-fricke/yocto") and the project name
# contains another part of it (e.g. "layers/meta-
guf
-machine"). There is no
GitLab
# contains another part of it (e.g. "layers/meta-
seconorth
-machine"). There is no
# API call which will find a project given this information.
#
GitLab
API call which will find a project given this information.
# Thus we are adding a possibility to parse the namespace from the remote and pre-
# Thus we are adding a possibility to parse the namespace from the remote and pre-
# pend it to the project name in order to return it including its complete namespace
# pend it to the project name in order to return it including its complete namespace
# (e.g. "garz-fricke/yocto/layers/meta-
guf
-machine").
# (e.g. "garz-fricke/yocto/layers/meta-
seconorth
-machine").
if
args
.
concat_namespaces
:
if
args
.
concat_namespaces
:
remote
=
manifest
.
find
(
"
remote[@name=
'
%s
'
]
"
%
args
.
remote
)
remote
=
manifest
.
find
(
"
remote[@name=
'
%s
'
]
"
%
args
.
remote
)
if
remote
is
None
:
if
remote
is
None
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment