Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yocto-ktn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
txt40
yocto-ktn
Commits
148726aa
Commit
148726aa
authored
1 month ago
by
fischertechnik-opensource
Browse files
Options
Downloads
Patches
Plain Diff
Update to 3.1.8
parent
c23bcd2f
Branches
3.1.8
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
repo.conf
+3
-2
3 additions, 2 deletions
repo.conf
scripts/lib/repo.py
+1
-1
1 addition, 1 deletion
scripts/lib/repo.py
with
4 additions
and
3 deletions
repo.conf
+
3
−
2
View file @
148726aa
[
build
-
repos
]
default
=
build
-
exceet
-
rocko
customer
= {
GIT_SERVER
}/
txt40
/
customer
= {
GIT_SERVER
}/
{
CI_PROJECT_NAMESPACE
}
/
exceet
= {
GIT_SERVER
}:
yocto
-
exceet
/
ktn
= {
GIT_SERVER
}
/
txt40
/
yocto
-
ktn
/
ktn
= {
GIT_SERVER
}
:
yocto
-
ktn
/
stm32mp
= {
GIT_SERVER
}:
stm32mp
/
#uri_search_list= {GIT_SERVER}:genisys/
This diff is collapsed.
Click to expand it.
scripts/lib/repo.py
+
1
−
1
View file @
148726aa
...
...
@@ -239,7 +239,7 @@ def loadBuildModule(f, b, remote_repo=None, offline=False):
# Try with an existing local build repository first
m
=
Module
(
None
,
b
)
if
m
and
(
offline
or
m
.
is_valid_uri
()):
info
(
"
Using
local
build repo URI {}
"
.
format
(
m
.
uri
()))
info
(
"
Using build repo URI {}
"
.
format
(
m
.
uri
()))
if
remote_repo
and
remote_repo
not
in
m
.
uri
():
warn
(
"
Git remote of local build repo doesn
'
t match specified
"
\
"
remote repo name
"
)
...
...
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