File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55[ Unreleased] [ unreleased ]
66------------------------
77
8+ [ 1.2.1] - 2015-02-4
9+ -------------------
10+ - Bump the Geoshape version to release-1.3.
11+
812[ 1.2] - 2015-01-20
913------------------
1014- Bump the Geoshape version to release-1.2.
@@ -25,7 +29,8 @@ All notable changes to this project will be documented in this file.
2529- Initial ROGUE release re-released using 1.0 tag.
2630
2731
28- [ unreleased ] : https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2...HEAD
32+ [ unreleased ] : https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2.1...HEAD
33+ [ 1.2.1 ] : https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2...release-1.2.1
2934[ 1.2 ] : https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.1...release-1.2
3035[ 1.1 ] : https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.0...release-1.1
3136[ 1.0 ] : https://github.com/ROGUE-JCTD/rogue-cookbook/tree/release-1.0
Original file line number Diff line number Diff line change 11default [ 'rogue' ] [ 'debug' ] = true
2- default [ 'rogue' ] [ 'version' ] = 'release-1.2'
2+ default [ 'rogue' ] [ 'version' ] = 'release-1.2.1 '
33default [ 'rogue' ] [ 'iface' ] = 'eth0'
44
55if node . fetch ( 'vagrant' , false )
110110default [ 'rogue' ] [ 'rogue-scripts' ] [ 'location' ] = '/opt/rogue-scripts'
111111default [ 'rogue' ] [ 'rogue-scripts' ] [ 'url' ] = 'https://github.com/ROGUE-JCTD/rogue-scripts.git'
112112
113- default [ 'rogue' ] [ 'rogue_geonode' ] [ 'branch' ] = 'release-1.2 '
113+ default [ 'rogue' ] [ 'rogue_geonode' ] [ 'branch' ] = 'release-1.3 '
114114default [ 'rogue' ] [ 'geoserver_data' ] [ 'branch' ] = 'release-1.1'
115115default [ 'rogue' ] [ 'django_maploom' ] [ 'auto_upgrade' ] = false
116116default [ 'rogue' ] [ 'geoserver' ] [ 'war' ] = "http://jenkins.rogue.lmnsolutions.com/userContent/geoshape-2.x/geoserver.war"
Original file line number Diff line number Diff line change 11name 'rogue'
22description 'Installs/Configures the ROGUE JCTD project'
33long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
4- version '1.2'
4+ version '1.2.1 '
55
66depends 'nginx' , '~> 2.7.4'
77depends 'apt' , '~> 2.2'
You can’t perform that action at this time.
0 commit comments