Skip to content

Commit

Permalink
Release 2017.8
Browse files Browse the repository at this point in the history
Closes: #994
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Jul 6, 2017
1 parent 23b93a3 commit 5a5e465
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ m4_define([year_version], [2017])
m4_define([release_version], [8])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=no
is_release_build=yes
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 0 additions & 4 deletions src/libostree/libostree-devel.sym
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
***/

/* Add new symbols here. Release commits should copy this section into -released.sym. */
LIBOSTREE_2017.8 {
global:
ostree_validate_remote_name;
} LIBOSTREE_2017.7;

/* Stub section for the stable release *after* this development one; don't
* edit this other than to update the last number. This is just a copy/paste
Expand Down
5 changes: 5 additions & 0 deletions src/libostree/libostree-released.sym
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,11 @@ global:
ostree_sysroot_query_deployments_for;
} LIBOSTREE_2017.6;

LIBOSTREE_2017.8 {
global:
ostree_validate_remote_name;
} LIBOSTREE_2017.7;

/* 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 @@ -52,7 +52,7 @@ echo 'ok documented symbols'

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

Expand Down

1 comment on commit 5a5e465

@smcv
Copy link
Contributor

@smcv smcv commented on 5a5e465 Jul 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it deliberate that there's no official tarball for this release?

edited: Seems to be fixed now, thanks.

Please sign in to comment.