~sircmpwn/hare-dev

hare: build: verify the stdoid database v1 APPLIED

Armin Preiml: 1
 build: verify the stdoid database

 1 files changed, 8 insertions(+), 0 deletions(-)
#1288106 alpine.yml success
#1288107 freebsd.yml success
#1288108 netbsd.yml success
#1288109 openbsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/hare-dev/patches/54151/mbox | git am -3
Learn more about email & git

[PATCH hare] build: verify the stdoid database Export this patch

to catch accidental breakages or format changes during build.

Signed-off-by: Armin Preiml <apreiml@strohwolke.at>
---

ecs: thanks for the hint. It's way cleaner this way.

 .builds/alpine.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index b9c95cce..6e5b9a3d 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -68,6 +68,14 @@ tasks:
        echo "bootstrap makefiles out of date, run make bootstrap to regenerate"
        exit 1
    fi
- genoiddb: |
    cd hare
    hare run cmd/genoiddb < encoding/asn1/stdoid/db.txt > encoding/asn1/stdoid/db.ha
    if [ -n "$(git status --porcelain)" ]
    then
        echo "Either encoding/asn1/stdoid/db.ha is out of date or something broke genoiddb"
        exit 1
    fi
- docs: |
    cd hare
    make docs/html
-- 
2.45.2
hare/patches: SUCCESS in 1m3s

[build: verify the stdoid database][0] from [Armin Preiml][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/54151
[1]: mailto:apreiml@strohwolke.at

✓ #1288107 SUCCESS hare/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/1288107
✓ #1288106 SUCCESS hare/patches/alpine.yml  https://builds.sr.ht/~sircmpwn/job/1288106
✓ #1288109 SUCCESS hare/patches/openbsd.yml https://builds.sr.ht/~sircmpwn/job/1288109
✓ #1288108 SUCCESS hare/patches/netbsd.yml  https://builds.sr.ht/~sircmpwn/job/1288108
thanks!

to git@git.sr.ht:~sircmpwn/hare
  aeb84c21..3e3b106f  master -> master