diff options
author | Jonathan Lebon <jonathan@jlebon.com> | 2019-09-25 09:37:48 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2019-09-25 13:43:28 +0000 |
commit | 9d39e7d91e8497987cad69a3fbed5c5fc91eebdc (patch) | |
tree | fb334081732501ca9c06a74c16f70e63ae40404c /tests/test-symbols.sh | |
parent | 88182635ab7dbaf20e72e7a7bf3d4bdf68fae763 (diff) | |
download | ostree-9d39e7d91e8497987cad69a3fbed5c5fc91eebdc.tar.gz |
Release 2019.4v2019.4
Tiny release. Just want to get out the important bugfixes instead of
backporting patches (notably the gpg-agent stuff and
`ostree-finalize-staged.service` ordering).
Closes: #1927
Approved by: cgwalters
Diffstat (limited to 'tests/test-symbols.sh')
-rwxr-xr-x | tests/test-symbols.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-symbols.sh b/tests/test-symbols.sh index 5ec06d72..32285bdc 100755 --- a/tests/test-symbols.sh +++ b/tests/test-symbols.sh @@ -54,7 +54,7 @@ echo 'ok documented symbols' # ONLY update this checksum in release commits! cat > released-sha256.txt <<EOF -f2f4a0367673e84bc168c7085fec346101a0b6be1962fcca196d8a14fc6eb5c3 ${released_syms} +21e8ee92ef53c62c682ef8ae818bb6191b3cf6256d298493f75cc734fb3a3a02 ${released_syms} EOF sha256sum -c released-sha256.txt |