mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
QA: Simplify Comparison Between Local And Remote Site Files
This commit adds an extra step to the build process to SHA256 checksum all the files that are built purely based on repository contents. The checksums file is uploaded to the webserver with the rest of the site content. A separate target is added to the Makefile to compare the remote sha256sums file to a locally-built file to see if they differ. This allows us to detect when a remote build may have gone astray.
This commit is contained in:
parent
45855ab2d9
commit
584e19101c
5 changed files with 21 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
<!-- Note: this file is built non-deterministically -->
|
||||
<channel>
|
||||
<title>Bitcoin conferences and events</title>
|
||||
<link>https://bitcoin.org/en/events</link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue