Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

39 Commits   2 Branches   2 Tags
Index: constants.mk
===================================================================
--- constants.mk	(revision 8)
+++ constants.mk	(revision 9)
@@ -70,7 +70,10 @@
 #
 #   Also this key can be found at https://keys.radix.pro/ by support@radix.pro e-mail.
 #
-GNUPG_OPTIONS =
+#GNUPG_OPTIONS =
+GNUPG_OPTIONS  = -g ~/.gnupg
+GNUPG_OPTIONS += -p ~/.gnupg/.pkgtool-passphrase
+GNUPG_OPTIONS += -k 0xC99BA24F786312EE
 
 
 ################################################################