aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
an>Ludovic Courtès 2022-02-14git-authenticate: Ensure the target is a descendant of the introductory commit....Ludovic Courtès 2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key....Attila Lendvai 2021-09-18channels: 'channel-news-entry-commit' correctly resolves annotated tags....Ludovic Courtès 2020-10-12tests: Add missing copyright line....Ludovic Courtès 2020-10-12channels: Address test failure....Ludovic Courtès 2020-10-12tests: Mark the channel-instances->manifest as expected to fail....Maxim Cournoyer