add sadoon and david to config
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 8 Mar 2023 17:27:24 +0000 (17:27 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 8 Mar 2023 17:27:26 +0000 (17:27 +0000)
Makefile
budget-sync-config.toml

index dc3444c0a4f62278fef28ea2e811bdafb9d74d82..cf242c0ac2f0c166dab9b26cf2952dfde8117998 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHANTOM: build upload clean
 
-build:
+build: task_db/report.mdwn
        nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn > task_db/report.mdwn
 
 upload: build
index 72ead0edeafef37a8e16c15d258cd0b579db6347..11aac9bcd615e961d67d1c0b30041ff91e2e7848 100644 (file)
@@ -1,5 +1,15 @@
 bugzilla_url = "https://bugs.libre-soc.org"
 
+[people."djac"]
+email = "djac@calderwoodhan.com"
+aliases = []
+full_name = "David Calderwood"
+
+[people."sadoon"]
+email = "sadoon@soulserv.xyz"
+aliases = []
+full_name = "Sadoon Albader"
+
 [people."programmerjake"]
 email = "programmerjake@gmail.com"
 aliases = ["jacob", "Jacob", "Jacob Lifshay", "fpga-fund"]