Generate appstream data when building repo via CI

This commit is contained in:
Jeremy Soller 2024-10-15 21:14:30 -06:00
parent 4fc0416e84
commit d79cc14f6a
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9a3cebcfde8cc5bc2033bb36db53dc77c773a5b2
Subproject commit e1f1a57adedb7a2c105d310918c4c6f117828de5

View file

@ -28,7 +28,7 @@ ci-pkg: prefix FORCE
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
cd cookbook && \
./fetch.sh "$${PACKAGES}" && \
./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
./repo.sh --appstream $(REPO_NONSTOP) "$${PACKAGES}"
# CI toolchain
ci-toolchain: FORCE