Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-15 | Minimal fix for #2821 ("rake spec" is needlessly slow) | Markus Roberts | 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> | |||||
2009-09-22 | Added rcov exclusion to Rakefile | James Turnbull | 1 | -1/+1 | |
2009-09-20 | Refactored Puppet packaging and gem creation | James Turnbull | 1 | -25/+6 | |
2009-09-08 | Fixed #2607 - Added Facter dependency for Puppet Gem | James Turnbull | 1 | -0/+1 | |
2009-08-02 | Simplified Rakefile and moved tasks to tasks/rake directorya | James Turnbull | 1 | -81/+3 | |
2009-07-31 | Fixed ci_spec task for RubyGems 1.3.5 | James Turnbull | 1 | -2/+2 | |
2009-07-10 | Excluded directories from rcov coverage report | James Turnbull | 1 | -0/+1 | |
2009-07-10 | Added rcov coverage to Spec tests | James Turnbull | 1 | -4/+15 | |
You will need to install the relevance-rcov gem: gem install relevance-rcov --source http://gems.github.com | |||||
2009-06-28 | Final fix to CI test rakes | James Turnbull | 1 | -2/+2 | |
2009-06-27 | Fix to CI rake tasks | James Turnbull | 1 | -2/+2 | |
2009-06-06 | Removed extra whitespace from end of lines | Ian Taylor | 1 | -7/+7 | |
2009-06-03 | Removed --no-chain-reply-to in rake mail_patches task | James Turnbull | 1 | -1/+1 | |
2009-06-03 | Removing --no-thread from the mail_patches rake target | Luke Kanies | 1 | -1/+1 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2009-06-01 | Added puppet branding to format patch command | James Turnbull | 1 | -1/+1 | |
2009-05-26 | Changed version to allow Rake to work. Minor | James Turnbull | 1 | -0/+6 | |
edit to Rakefile | |||||
2009-05-20 | Added spec and unit tests to the Rakefile files list and fixed CI rake tasks | James Turnbull | 1 | -11/+19 | |
2009-05-20 | Added install.rb to Rakefile package task | James Turnbull | 1 | -0/+1 | |
2009-05-09 | Cleanup of the Puppet Rakefile and removal of the requirement for the ↵ | James Turnbull | 1 | -152/+53 | |
Reductive Build Library | |||||
2009-04-26 | Added puppetqd binary to Rakefile | James Turnbull | 1 | -0/+1 | |
2009-04-25 | Updates to CI tasks | James Turnbull | 1 | -22/+9 | |
2009-03-26 | Added rake ci:all task | James Turnbull | 1 | -0/+3 | |
2009-03-21 | Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbin | James Turnbull | 1 | -4/+12 | |
2009-02-11 | Fixing the Rakefile to use 'git format-patch'. | Luke Kanies | 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> | |||||
2009-02-10 | Added Reductive Labs build library | James Turnbull | 1 | -0/+2 | |
2008-12-09 | CHANGELOG updates | James Turnbull | 1 | -2/+1 | |
2008-12-04 | Added git changelog task | James Turnbull | 1 | -0/+19 | |
2008-11-26 | Adjusted CI tasks exit codes | James Turnbull | 1 | -2/+2 | |
2008-11-26 | Added Rake :ci namespace and CI tasks | James Turnbull | 1 | -1/+24 | |
2008-11-14 | Include spec directory in packages | Sean E. Millichamp | 1 | -0/+1 | |
2008-10-28 | Removing all mention of EPM, RPM, or Sun packages. | Luke Kanies | 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> | |||||
2008-10-02 | Adding a rake task for sending emails to the dev list | Luke Kanies | 1 | -0/+36 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-08-24 | Removed spec color option for buildbot | James Turnbull | 1 | -1/+1 | |
2008-08-24 | Added simple rake task for running unit tests | James Turnbull | 1 | -0/+5 | |
2008-08-23 | Added spec Rake task | James Turnbull | 1 | -0/+12 | |
2008-08-18 | Updating the authors list for the gem spec | Luke Kanies | 1 | -0/+1 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-07-08 | Added message referencing ReductveLabs build library | James Turnbull | 1 | -1/+1 | |
2008-06-16 | Updated Rakefile fixes #1367 | James Turnbull | 1 | -1/+1 | |
2008-05-27 | Fixed Rakefile to install non-.rb files to fix #1266 | James Turnbull | 1 | -1/+1 | |
2008-03-26 | I think this will include the man pages in the build but overall the ↵ | James Turnbull | 1 | -1/+2 | |
Rakefile needs a rewrite | |||||
2008-03-17 | Adding a rake taks for updating the trac docs | Luke Kanies | 1 | -0/+8 | |
2008-01-28 | Removed womble-specific Debian build section | James Turnbull | 1 | -4/+0 | |
2007-12-17 | Fixing the Rakefile to include the yumhelper.py file in | Luke Kanies | 1 | -0/+1 | |
the file list. | |||||
2007-08-23 | Everything up to the parser (and the Modules) is ready to support multiple ↵ | Luke Kanies | 1 | -2/+0 | |
environments, including the parser having an environment setting. I have also created my first spec-based tests, for the interpreter (and deleted the old test/unit tests). | |||||
2007-06-19 | Updating build files to support laeg | luke | 1 | -2/+2 | |
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2635 980ebf18-57e1-0310-9a29-db15c13687c0 | |||||
2007-06-19 | Changing the paths to match laeg, instead of culain. | luke | 1 | -1/+1 | |
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2630 980ebf18-57e1-0310-9a29-db15c13687c0 | |||||
2007-06-18 | Adding puppetrun as an executable in the gem, along with ralsh (#313). | luke | 1 | -1/+1 | |
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2608 980ebf18-57e1-0310-9a29-db15c13687c0 | |||||
2007-06-15 | Adding ralsh and filebucket to the rpm and the rakefile, and changing the ↵ | luke | 1 | -1/+1 | |
url in the rpm git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2592 980ebf18-57e1-0310-9a29-db15c13687c0 | |||||
2007-03-26 | Updating changelog and adding filebucket to the exluded file list in the ↵ | luke | 1 | -1/+1 | |
Rakefile git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2354 980ebf18-57e1-0310-9a29-db15c13687c0 | |||||
2007-03-19 | Adding the "ralsh" executable (formerly known as x2puppet). | luke | 1 | -1/+1 | |
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2322 980ebf18-57e1-0310-9a29-db15c13687c0 | |||||
2007-03-02 | Don't include bin/pi in distributed tarball (and hence fix trac #471) | lutter | 1 | -1/+2 | |
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2252 980ebf18-57e1-0310-9a29-db15c13687c0 |