Skip to content

Commit

Permalink
Merge branch 'release/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Aug 1, 2016
2 parents f5faf6c + 4ed8132 commit bc0ccaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### citustools v0.3.3 (August 1, 2016) ###

* Removes packaging support for PostgreSQL 9.4

* Fixes minor documentation typo

### citustools v0.3.2 (July 6, 2016) ###

* Fixes bug that caused Travis to unnecessarily build rebalancer
Expand Down
4 changes: 2 additions & 2 deletions packaging/citus_package
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ foreach my $platform (@platforms) {

my $outputdir = $tempdir . '/' . $docker_platform;
my @pg_versions =
( any { $_ eq $os } @rh_flavors ) ? qw (pg94 pg95) : qw (all);
( any { $_ eq $os } @rh_flavors ) ? qw (pg95) : qw (all);

# create output directory to ensure we, and not the docker user, own it
mkdir $outputdir;
Expand Down Expand Up @@ -437,7 +437,7 @@ to sign packages.
=item I<ol/6> Oracle Linux 6.0
=item I<ubuntu/xenial> Ubuntu (16.04 LTS Xenial Xerus)
=item I<ubuntu/xenial> Ubuntu 16.04 LTS (Xenial Xerus)
=item I<ubuntu/wily> Ubuntu 15.10 (Wily Werewolf)
Expand Down

0 comments on commit bc0ccaf

Please sign in to comment.