Generate appstream data when building repo via CI
This commit is contained in:
parent
4fc0416e84
commit
d79cc14f6a
2 changed files with 2 additions and 2 deletions
2
mk/ci.mk
2
mk/ci.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue