Generate appstream data when building repo via CI
This commit is contained in:
parent
4fc0416e84
commit
d79cc14f6a
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
||||||
Subproject commit 9a3cebcfde8cc5bc2033bb36db53dc77c773a5b2
|
Subproject commit e1f1a57adedb7a2c105d310918c4c6f117828de5
|
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)" && \
|
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
|
||||||
cd cookbook && \
|
cd cookbook && \
|
||||||
./fetch.sh "$${PACKAGES}" && \
|
./fetch.sh "$${PACKAGES}" && \
|
||||||
./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
|
./repo.sh --appstream $(REPO_NONSTOP) "$${PACKAGES}"
|
||||||
|
|
||||||
# CI toolchain
|
# CI toolchain
|
||||||
ci-toolchain: FORCE
|
ci-toolchain: FORCE
|
||||||
|
|
Loading…
Reference in a new issue