We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a37c84 commit 7599324Copy full SHA for 7599324
1 file changed
justfile
@@ -98,12 +98,16 @@ update-pnpm:
98
update: update-go update-pnpm
99
100
# 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
+update-data: update-packages update-appstream update-news update-mirrors update-releases update-package-popularities update-mirror-popularities
102
103
# fetch package data from Arch Linux repositories
104
update-packages:
105
go run . update-packages
106
107
+# fetch AppStream component metadata (keywords for package search)
108
+update-appstream:
109
+ go run . update-appstream
110
+
111
# fetch news from archlinux.org
112
update-news:
113
go run . update-news
0 commit comments