From: Luke Kenneth Casson Leighton Date: Sat, 24 Apr 2021 15:44:05 +0000 (+0100) Subject: add cryptorouter canonical bug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9145282551195c360d7a0eb7db6e9540e4f363a9;p=utils.git add cryptorouter canonical bug --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d3fdec8 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +upload: + mkdir -p task_db + budget-sync -c budget-sync-config.toml -o task_db/mdwn + rsync -HPavz --delete task_db/* \ + libre-soc.org:/var/www/libresoc-nlnet/task_db diff --git a/budget-sync-config.toml b/budget-sync-config.toml index 67f2af3..05e32ed 100644 --- a/budget-sync-config.toml +++ b/budget-sync-config.toml @@ -124,4 +124,5 @@ output_markdown_file = "dimitri_galayko.mdwn" "NLNet.2019.Coriolis2" = { canonical_bug_id = 138 } "NLNet.2019.Video" = { canonical_bug_id = 137 } "NLNet.2019.Vulkan" = { canonical_bug_id = 140 } +"NLNet.2021.02A.CryptoRouter" = { canonical_bug_id = 589 } "Future" = { canonical_bug_id = 487 }