Skip to content

Commit 7599324

Browse files
committed
dev: add just recipes for appstream data for convenience and consistency
1 parent 5a37c84 commit 7599324

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,16 @@ update-pnpm:
9898
update: update-go update-pnpm
9999

100100
# fetch all external data into the local database
101-
update-data: update-packages update-news update-mirrors update-releases update-package-popularities update-mirror-popularities
101+
update-data: update-packages update-appstream update-news update-mirrors update-releases update-package-popularities update-mirror-popularities
102102

103103
# fetch package data from Arch Linux repositories
104104
update-packages:
105105
go run . update-packages
106106

107+
# fetch AppStream component metadata (keywords for package search)
108+
update-appstream:
109+
go run . update-appstream
110+
107111
# fetch news from archlinux.org
108112
update-news:
109113
go run . update-news

0 commit comments

Comments
 (0)