Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Commits
806d9a39
Unverified
Commit
806d9a39
authored
7 months ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
build: package: fix missing f for f-string
parent
a5617cb1
No related branches found
No related tags found
No related merge requests found
Pipeline
#189083
passed
7 months ago
Stage: lint
Stage: deploy
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pmb/build/_package.py
+1
-1
1 addition, 1 deletion
pmb/build/_package.py
with
1 addition
and
1 deletion
pmb/build/_package.py
+
1
−
1
View file @
806d9a39
...
...
@@ -292,7 +292,7 @@ def prioritise_build_queue(disarray: list[BuildQueueItem]) -> list[BuildQueueIte
break
else
:
logging
.
warning
(
"
WARNING: cyclical build dependency: can
'
t build {item[
'
name
'
]}, no binary package for {dep}
"
f
"
WARNING: cyclical build dependency: can
'
t build
{
item
[
'
name
'
]
}
, no binary package for
{
dep
}
"
)
else
:
logging
.
debug
(
...
...
This diff is collapsed.
Click to expand it.
Administrator
@root
mentioned in commit
de7fdf6c
By Oliver Smith on 2024-09-18T14:34:49
·
7 months ago
Imported
mentioned in commit
de7fdf6c
By Oliver Smith on 2024-09-18T14:34:49
Edited
7 months ago
by
Ghost User
mentioned in commit de7fdf6c9772fdb32eda405bd1e72884e012e366 *By Oliver Smith on 2024-09-18T14:34:49*
Toggle commit list
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