Skip to content

Commit

Permalink
Merge pull request ostreedev#2015 from cgwalters/release
Browse files Browse the repository at this point in the history
Release 2020.2
  • Loading branch information
openshift-merge-robot authored Feb 21, 2020
2 parents 7374225 + 6bedfcf commit acd3b24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ AC_PREREQ([2.63])
dnl To do a release: follow the instructions to update libostree-released.sym from
dnl libostree-devel.sym, update the checksum in test-symbols.sh, set is_release_build=yes
dnl below. Then make another post-release commit to bump the version and set
dnl is_release_build=no
dnl is_release_build=yes
dnl Seed the release notes with `git-shortlog-with-prs <previous-release>..`. Then use
dnl `git-evtag` to create the tag and push it. Finally, create a GitHub release and attach
dnl the tarball from `make dist`.
m4_define([year_version], [2020])
m4_define([release_version], [2])
m4_define([release_version], [3])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [[email protected]])
is_release_build=no
Expand Down
2 changes: 2 additions & 0 deletions src/libostree/libostree-released.sym
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ global:
ostree_sysroot_set_mount_namespace_in_use;
} LIBOSTREE_2019.6;

/* No new symbols in 2020.2 */

/* NOTE: Only add more content here in release commits! See the
* comments at the top of this file.
*/
2 changes: 1 addition & 1 deletion tests/test-symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo 'ok documented symbols'

# ONLY update this checksum in release commits!
cat > released-sha256.txt <<EOF
8c4daff9ed94369cf5c113af9758ee4315ac8593aade7073e875b7c5f066b26b ${released_syms}
dd16acf1370f9b4ecd77d4eb7c4b45548b249f33f629d3147ddc9d264bd32e41 ${released_syms}
EOF
sha256sum -c released-sha256.txt

Expand Down

0 comments on commit acd3b24

Please sign in to comment.