[neon/ubuntu-core/creds-file] /: test by hardwiring
Carlos De Maine
null at kde.org
Tue Apr 16 23:14:47 BST 2024
Git commit 4d68e006194091f1ca1dbd9bdaad8c32a5210c37 by Carlos De Maine.
Committed on 16/04/2024 at 22:14.
Pushed by carlosdem into branch 'creds-file'.
test by hardwiring
M +3 -3 Makefile
https://invent.kde.org/neon/ubuntu-core/-/commit/4d68e006194091f1ca1dbd9bdaad8c32a5210c37
diff --git a/Makefile b/Makefile
index 723cde4..484f8bc 100644
--- a/Makefile
+++ b/Makefile
@@ -16,12 +16,12 @@ kde-neon-core-signed-amd64.snap-list: kde-neon-core-amd64.json
kde-neon-core-dangerous-amd64.snap-list: kde-neon-core-amd64.json
./create-snap-list.sh dangerous $< $@
-%.model: %.json
- snap sign -k kde-neon-core-image-key $< > $@
+#%.model: %.json
+# snap sign -k kde-neon-core-image-key $< > $@
%.img: %.model %.snap-list
$(eval SNAPS = $(shell cat $(basename $@).snap-list))
- ubuntu-image snap --output-dir $<.build --image-size 30G \
+ UBUNTU_STORE_AUTH_DATA_FILENAME=./kde-neon-core-image-key ubuntu-image snap --output-dir $<.build --image-size 30G \
$(foreach snap,$(SNAPS),--snap $(snap)) $<
mv $<.build/pc.img $@
More information about the Neon-commits
mailing list