Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
18f5e142
Verified
Commit
18f5e142
authored
Oct 11, 2022
by
Kevin Morris
Browse files
fix: include orphaned packages in metadata output
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
3ae6323a
Pipeline
#33405
passed with stages
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
aurweb/archives/spec/metadata.py
View file @
18f5e142
...
...
@@ -22,7 +22,7 @@ class Spec(SpecBase):
base_query
=
(
db
.
query
(
Package
)
.
join
(
PackageBase
)
.
join
(
User
,
PackageBase
.
MaintainerUID
==
User
.
ID
)
.
join
(
User
,
PackageBase
.
MaintainerUID
==
User
.
ID
,
isouter
=
True
)
)
# Create an instance of RPC, use it to get entities from
...
...
Kevin Morris
@kevr
mentioned in issue
#399 (closed)
·
Oct 11, 2022
mentioned in issue
#399 (closed)
mentioned in issue #399
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment