summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile18
-rw-r--r--accounts.gpgbin0 -> 2423 bytes
-rw-r--r--android.gpgbin0 -> 2066 bytes
-rw-r--r--dns.gpgbin0 -> 2826 bytes
-rw-r--r--financial.gpgbin2581 -> 2582 bytes
-rw-r--r--legal.gpgbin0 -> 3309 bytes
-rw-r--r--vps.gpgbin0 -> 2801 bytes
7 files changed, 13 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9f00b59..f6cc3c1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,16 +31,24 @@
## CONFIGURE HERE
##
+chiiph := 95E3881D9A753A6B
elijah := 8688B48800440025
+kwadronaut := BD68C7AA997FA77F
+makechanges := 57F8E5D4069A9F31
+mcnair := 1D52157B22532C5B
+mcode := DFFC14A4EC9A6FB1
micah := 8CBF9A322861A790
-chiiph := 95E3881D9A753A6B
-varac := 4CBCAE6A99575D06
sunbird := D45523676ED610B7
-makechanges := 57F8E5D4069A9F31
+varac := 4CBCAE6A99575D06
-files := financial
+files := accounts android dns financial legal vps
+accounts_readers := elijah mcnair
+android_readers := elijah chiiph mcode
+dns_readers := kwadronaut elijah micah varac
financial_readers := elijah sunbird makechanges
+legal_readers := elijah sunbird makechanges mcnair
+vps_readers := kwadronaut elijah micah varac
##
## NO NEED TO MODIFY BELOW HERE
@@ -58,7 +66,7 @@ comma := ,
all:
@echo "USAGE: make FILE\n where FILE is one of $(subst $(space),$(comma)$(space),${encrypted_output})"
-$(encrypted_output): $(plaintext_input)
+$(encrypted_output): %.gpg : %.txt
@echo "Encrypting '$<' to '$@' with these keys: $($(<:.txt=)_readers)"
$(GPG) $(foreach reader,$($(<:.txt=)_readers),--recipient $($(reader))) --output $@ $<
diff --git a/accounts.gpg b/accounts.gpg
new file mode 100644
index 0000000..8999a5a
--- /dev/null
+++ b/accounts.gpg
Binary files differ
diff --git a/android.gpg b/android.gpg
new file mode 100644
index 0000000..32beedf
--- /dev/null
+++ b/android.gpg
Binary files differ
diff --git a/dns.gpg b/dns.gpg
new file mode 100644
index 0000000..d3ef784
--- /dev/null
+++ b/dns.gpg
Binary files differ
diff --git a/financial.gpg b/financial.gpg
index f512aff..8c8651e 100644
--- a/financial.gpg
+++ b/financial.gpg
Binary files differ
diff --git a/legal.gpg b/legal.gpg
new file mode 100644
index 0000000..4edeec4
--- /dev/null
+++ b/legal.gpg
Binary files differ
diff --git a/vps.gpg b/vps.gpg
new file mode 100644
index 0000000..7586163
--- /dev/null
+++ b/vps.gpg
Binary files differ