Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Jul 6, 2016
2 parents cb76b3e + db7168d commit 634e350
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### citustools v0.3.1 (July 6, 2016) ###

* Adds support for building Fedora 24 packages

### citustools v0.3.0 (June 16, 2016) ###

* Adds support for building PGXN releases
Expand Down
4 changes: 2 additions & 2 deletions HomebrewFormula/citustools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def message
class Citustools < Formula
desc "Tools and config used in Citus Data projects."
homepage "https://github.com/citusdata/tools"
url "https://github.com/citusdata/tools/archive/v0.2.0.tar.gz"
sha256 "605bea4cd59cf93cda2e53a4d9a42ba452960cbd7d6b2bac6e66102bf7f3b827"
url "https://github.com/citusdata/tools/archive/v0.3.0.tar.gz"
sha256 "965d63c4db32ecee4f06a2c7455c1fa6ea35796be165d2d5fc6936497a6bdb10"

depends_on "uncrustify"
depends_on Docker
Expand Down
4 changes: 3 additions & 1 deletion packaging/citus_package
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use constant FINGERPRINT => ## no critic (ProhibitConstantPragma)
my %supported_platforms = (
debian => [ "jessie", "wheezy" ],
el => [ "7", "6" ],
fedora => [ "23", "22" ],
fedora => [ "23", "22", "24" ],
ol => [ "7", "6" ],
ubuntu => [ "xenial", "wily", "trusty", "precise" ],
pgxn => [""]
Expand Down Expand Up @@ -427,6 +427,8 @@ to sign packages.
=item I<el/6> Enterprise Linux 6.0 (CentOS, RedHat, Amazon Linux)
=item I<fedora/24> Fedora 24
=item I<fedora/23> Fedora 23
=item I<fedora/22> Fedora 22
Expand Down

0 comments on commit 634e350

Please sign in to comment.