From 9ea40bc70d234f547f4a3356b31b87dab7c04322 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Sat, 5 Jan 2019 17:35:06 +0000 Subject: [PATCH] update.sh: add link to dn42 registry --- update.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index d70f2d4..4fc48d5 100755 --- a/update.sh +++ b/update.sh @@ -46,11 +46,15 @@ echo "## Notes - bird4_route_dn42.conf - bird6_route_dn42.conf -## Last commit at [registry](https://git.dn42.us/dn42/registry/commits/master) +## [Last commit][0] at [dn42 registry][1] \`\`\` $(git -C ../registry/ log -n 1) -\`\`\`" > roa/README.md +\`\`\` + +[0]: https://git.dn42.us/dn42/registry/commit/$(git -C ../registry/ log -n 1 --pretty='format:%H') +[1]: https://git.dn42.us/dn42/registry +" > roa/README.md # Commit latest version of ROA files git -C roa/ add README.md *.conf *.json