Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Andrew Parker f39607c632 (Maint) Point users to mailing list and IRC 2013-01-07 14:37:37 -08:00
Andrew Parker 42359afc47 (Maint) Update the supported ruby versions
The list of ruby versions was incorrect (1.8.5 is no longer supported)
and unclear (there is no best effort support of other versions). This
simplifies the language there.
2013-01-07 14:33:24 -08:00
Jeff McCune 3b75ad2058 (maint) Add Travis CI Support
This patch adds Travis support.  It also makes sure that `bundle install
--path vendor` works with `bundle exec rake spec`.

This patch should coincide with enabling Travis CI support for pull requests.
A build status image is also included in the project README.
2013-01-06 01:51:51 -08:00
Eric Sorenson 6050526b43 (#15966) Update README.me for correct facter version dependency
We're not requiring facter 2, just a reasonably-recent 1.6.
2012-08-24 14:46:45 -07:00
Matt Blair 71baf16be9 one half the contributions 2012-07-30 17:48:23 -07:00
Patrick Carlisle 9174a290ee Merge branch '2.7.x' into 3.x
* 2.7.x:
  tidy.rb: Added info about the default value of 'type' to the doc.
  Switch Rakefile off deprecated rake/gempackagetask
  Update main readme to have links to contrib and dev docs
2012-07-23 18:44:46 -07:00
Michael Stahnke a12852fc26 Update main readme to have links to contrib and dev docs
Our README currently rendered on github doesn't show people how get into
the contribution process.  I've added a very small section to point to
the other doc files that exist in our repositories.  This was based on
feedback at the Community Leadership Summit 2012.

Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
2012-07-18 15:18:39 -07:00
Michael Stahnke 7324f54a67 Update main readme to have links to contrib and dev docs
Our README currently rendered on github doesn't show people how get into
the contribution process.  I've added a very small section to point to
the other doc files that exist in our repositories.  This was based on
feedback at the Community Leadership Summit 2012.

Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
2012-07-18 15:18:12 -07:00
Jeff Weiss 3fc5ce470d (maint) Update README.md w/ min Facter ver
As of Puppet 3.0.0, the minimum version of Facter required is 2.0.0.
This commit updates the documentation in README.md.
2012-06-05 13:38:23 -07:00
Jeff Weiss 42c8526aca (documentation) Change README.md to use backtick
The single quotes of the ruby oneliner was a bit unclear. This commit
changes them to backticks to make it much more clear that it's a command
to be run.
2012-04-10 15:55:16 -07:00
Erkan Yilmaz cee318ebc4 missing: ) 2012-03-08 14:28:20 +01:00
Jacob Helwig 8432684e25 Merge branch '2.6.x' into 2.7.x
* 2.6.x:
  (#7956) Porting cron tests
  (#7956) Port resource acceptance tests
  Readying for release of 2.6.9
  (#6854) Update Red Hat spec file
  Bumping release in lib/puppet.rb and updating CHANGELOG.
  Bumping RPM spec file to 2.6.9rc1.
  (#7506) Organize READMEs; specify supported Ruby versions in README.md
  (#6418) Make test 64118 more portable
  (#7127) Stop puppet if a prerun command fails
  Do not needlessly create multiple reports when creating a transaction
  (#4416) Ensure types are providified after reloading
  (#4416) Always remove old provider before recreating it
  Cleanup indentation, comment, and unused code

Conflicts:
	CHANGELOG
	README.md
	conf/redhat/puppet.spec
	lib/puppet.rb
	lib/puppet/transaction.rb
	spec/unit/configurer_spec.rb
	spec/unit/transaction_spec.rb
2011-06-28 17:40:53 -07:00
nfagerlund db1a392e3f (#7506) Organize READMEs; specify supported Ruby versions in README.md
The README was not specific enough about the current state of our Ruby support.
This commit lays out our current status as discussed in issue #7506 and in
greater detail on the internal mailing list around April 8, 2011 under the
subject "Statler Ruby Versions Support."

This commit also consolidates two redundant README files into one.

Paired-With: Matt Robinson <matt@puppetlabs.com>
2011-06-14 13:56:23 -07:00
nfagerlund 1a33bf86b7 (#7506) Specify supported Ruby versions in README.md
The README was not specific enough about the current state of our Ruby support.
This commit lays out our current status as discussed in issue #7506 and in
greater detail on the internal mailing list around April 8, 2011 under the
subject "Statler Ruby Versions Support."

Paired-With: Matt Robinson <matt@puppetlabs.com>
2011-06-14 13:37:24 -07:00
James Turnbull d2145d9a02 Fixed #5684 - Move to Apache 2.0 license
For details of why we're moving please see:

https://groups.google.com/d/topic/puppet-users/NuspYhMpE5o/discussion

Removed explicit GPL licenses where appropriate

Replaced selected GPL licenses with Apache 2.0

Replaced LICENSE with Apache 2.0

Updated README
2011-04-11 07:55:12 +10:00