Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: use chdir rather than depend on bash for win32 | Daniel Pittman | 2011-03-08 | 1 | -1/+1 |
| | | | | | | We used to depend on a Unix shell, but with Win32 support this doesn't work so well. Thankfully, all we really wanted to do was change directory down into 'test', which Ruby can do natively, saving us the platform headache. | ||||
* | maint: make rspec exit with status 1 when there are failures | Matt Robinson | 2011-02-14 | 1 | -1/+1 |
| | | | | | | | | | Hudson wasn't notifying us when there was a test failure because fail_on_error was set to false. This appears to be because of a misconception that setting this to true caused the specs to run slower. That is not the case. Paired-with: Nick Lewis | ||||
* | maint: Remove rspec options from the Rakefile | Matt Robinson | 2011-01-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Having the Rakefile set RSpec options made it so that the .rspec (spec.opts in RSpec < 2) file for personal RSpec preferences was ignored. It also caused the ci_reporter RSpec options to be ignored which meant that Hudson couldn't get consumable output from our spec runs. It's also about time Puppet had a project level .gitignore file so that if people want personal rspec preferences (color or a different print format for example) in a .rspec file, those changes don't actually get checked in. Paired-with: Jesse Wolfe | ||||
* | (#5771) Upgrade rspec to version 2 | Matt Robinson | 2011-01-04 | 1 | -4/+4 |
| | | | | | | | | | The biggest change is that we no longer need to monkey patch rspec to get confine behavior. Describe blocks can now be conditional like confine used to be. "describe" blocks with "shared => true" are now "shared_examples_for". Paired-With: Nick Lewis | ||||
* | maint: Have 'rake spec' output in color | Matt Robinson | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | | Ideally it would be nice if the rake task used personalized RSpec settings on a per user basis, but until someone figures that out color would be nice Signed-off-by: Matt Robinson <matt@puppetlabs.com> | ||||
* | Fix #3551 rake spec fails to run integration specs | Jesse Wolfe | 2010-02-17 | 1 | -1/+1 |
| | | | | | | A typo prevents the Rakefile from finding tests in spec/integration Signed-off-by: Jesse Wolfe <jes5199@gmail.com> | ||||
* | Updated Rake tasks to no longer load puppet.rb | James Turnbull | 2010-02-17 | 1 | -2/+4 |
| | |||||
* | Fixing #3185 Rakefile is loading puppet.rb twice | Jesse Wolfe | 2010-02-17 | 1 | -1/+1 |
| | | | | | | | A 'require' statement with a path confused ruby enough to cause the same file to get interpreted twice. Signed-off-by: Jesse Wolfe <jes5199@gmail.com> | ||||
* | [#3392] Better Rakefile, remove puppetmasterd spec | Rein Henrichs | 2010-02-17 | 1 | -18/+6 |
| | | | | | - Minor improvements to Rakefile spec task - Remove puppetmasterd spec, to be run as part of the testing matrix | ||||
* | Added tasks directory to Rakefile and gem task file lists | James Turnbull | 2010-01-06 | 1 | -0/+1 |
| | |||||
* | Added puppetpackages task description | James Turnbull | 2010-01-06 | 1 | -0/+1 |
| | |||||
* | Minimal fix for #2821 ("rake spec" is needlessly slow) | Markus Roberts | 2009-11-15 | 1 | -1/+2 |
| | | | | | | | | | At some point someone may want to get the coverage tests working, but the coordinates of that point is are not (now,me). This patch just comments out the rcov and stops the time consuming trailing stack trace generation. Signed-off-by: Markus Roberts <Markus@reality.com> | ||||
* | Added rcov exclusion to Rakefile | James Turnbull | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Refactored Puppet packaging and gem creation | James Turnbull | 2009-09-20 | 1 | -25/+6 |
| | |||||
* | Fixed #2607 - Added Facter dependency for Puppet Gem | James Turnbull | 2009-09-08 | 1 | -0/+1 |
| | |||||
* | Simplified Rakefile and moved tasks to tasks/rake directorya | James Turnbull | 2009-08-02 | 1 | -81/+3 |
| | |||||
* | Fixed ci_spec task for RubyGems 1.3.5 | James Turnbull | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | Excluded directories from rcov coverage report | James Turnbull | 2009-07-10 | 1 | -0/+1 |
| | |||||
* | Added rcov coverage to Spec tests | James Turnbull | 2009-07-10 | 1 | -4/+15 |
| | | | | | | You will need to install the relevance-rcov gem: gem install relevance-rcov --source http://gems.github.com | ||||
* | Final fix to CI test rakes | James Turnbull | 2009-06-28 | 1 | -2/+2 |
| | |||||
* | Fix to CI rake tasks | James Turnbull | 2009-06-27 | 1 | -2/+2 |
| | |||||
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -7/+7 |
| | |||||
* | Removed --no-chain-reply-to in rake mail_patches task | James Turnbull | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Removing --no-thread from the mail_patches rake target | Luke Kanies | 2009-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Added puppet branding to format patch command | James Turnbull | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Changed version to allow Rake to work. Minor | James Turnbull | 2009-05-26 | 1 | -0/+6 |
| | | | | edit to Rakefile | ||||
* | Added spec and unit tests to the Rakefile files list and fixed CI rake tasks | James Turnbull | 2009-05-20 | 1 | -11/+19 |
| | |||||
* | Added install.rb to Rakefile package task | James Turnbull | 2009-05-20 | 1 | -0/+1 |
| | |||||
* | Cleanup of the Puppet Rakefile and removal of the requirement for the ↵ | James Turnbull | 2009-05-09 | 1 | -152/+53 |
| | | | | Reductive Build Library | ||||
* | Added puppetqd binary to Rakefile | James Turnbull | 2009-04-26 | 1 | -0/+1 |
| | |||||
* | Updates to CI tasks | James Turnbull | 2009-04-25 | 1 | -22/+9 |
| | |||||
* | Added rake ci:all task | James Turnbull | 2009-03-26 | 1 | -0/+3 |
| | |||||
* | Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbin | James Turnbull | 2009-03-21 | 1 | -4/+12 |
| | |||||
* | Fixing the Rakefile to use 'git format-patch'. | Luke Kanies | 2009-02-11 | 1 | -1/+1 |
| | | | | | | | | Some releases of git no longer install hundreds of binaries, so the 'git-format-patch' binary is unavailable. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Added Reductive Labs build library | James Turnbull | 2009-02-10 | 1 | -0/+2 |
| | |||||
* | CHANGELOG updates | James Turnbull | 2008-12-09 | 1 | -2/+1 |
| | |||||
* | Added git changelog task | James Turnbull | 2008-12-04 | 1 | -0/+19 |
| | |||||
* | Adjusted CI tasks exit codes | James Turnbull | 2008-11-26 | 1 | -2/+2 |
| | |||||
* | Added Rake :ci namespace and CI tasks | James Turnbull | 2008-11-26 | 1 | -1/+24 |
| | |||||
* | Include spec directory in packages | Sean E. Millichamp | 2008-11-14 | 1 | -0/+1 |
| | |||||
* | Removing all mention of EPM, RPM, or Sun packages. | Luke Kanies | 2008-10-28 | 1 | -13/+0 |
| | | | | | | | You should upgrade your build library from http://github.com/lak/reductive-build/tree/master too. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Adding a rake task for sending emails to the dev list | Luke Kanies | 2008-10-02 | 1 | -0/+36 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Removed spec color option for buildbot | James Turnbull | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | Added simple rake task for running unit tests | James Turnbull | 2008-08-24 | 1 | -0/+5 |
| | |||||
* | Added spec Rake task | James Turnbull | 2008-08-23 | 1 | -0/+12 |
| | |||||
* | Updating the authors list for the gem spec | Luke Kanies | 2008-08-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Added message referencing ReductveLabs build library | James Turnbull | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | Updated Rakefile fixes #1367 | James Turnbull | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Fixed Rakefile to install non-.rb files to fix #1266 | James Turnbull | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | I think this will include the man pages in the build but overall the ↵ | James Turnbull | 2008-03-26 | 1 | -1/+2 |
| | | | | Rakefile needs a rewrite |