summaryrefslogtreecommitdiffstats
path: root/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.6.next' into nextMatt Robinson2011-03-071-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a particularly nasty merge, so rather than hold up merges into next any longer, I'm going to push this merge with a few outstanding problems. The tests that were failing in the following areas have been marked pending, and will be addressed separately, immediately following this push. TODO: Verify that brice's rdoc change is still valid: tests to show that line numbers from class, define and node get into the ast Fix mount parsed_spec spec/unit/provider/mount/parsed_spec.rb * 2.6.next: (85 commits) (#5148) Fix failing spec due to timezone (#5148) Add support for PSON to facts (#6338) Remove inventory indirection, and move to facts indirection (#6445) Fix inline docs: puppet agent does not accept --mkusers Update CHANGELOG and version for 2.6.6rc1 (#6541) Fix content with checksum truncation bug (#6418) Recursive files shouldn't be audited (#6541) maint: whitespace cleanup on the file integration spec (#6541) Fix content with checksum truncation bug (#5466) Write specs for output of puppet resource (#5466) Monkey patch Symbol so that you can sort them (#5466) Fixed puppet resource bug with trailing , Update CHANGELOG for 2.6.5 (#4922) Don't truncate remotely-sourced files on 404 (#6338) Remove unused version control tags Maint: Align tabs in a code block in the Augeas type. (#6509) Inline docs: Fix erroneous code block in directoryservice provider for computer type Maint: Rewrite comments about symlinks to reflect best practice. (#6509) Inline docs: Fix broken lists in Launchd provider. (#6509) Inline docs: Fix broken code blocks in zpool type ... Manually Resolved Conflicts: lib/puppet/application/inspect.rb lib/puppet/defaults.rb lib/puppet/file_bucket/dipper.rb lib/puppet/network/http/handler.rb lib/puppet/node/facts.rb lib/puppet/parser/parser.rb lib/puppet/parser/parser_support.rb lib/puppet/util/command_line/puppet lib/puppet/util/command_line/puppetd lib/puppet/util/command_line/puppetmasterd lib/puppet/util/monkey_patches.rb lib/puppet/util/rdoc/parser.rb spec/unit/application/agent_spec.rb spec/unit/file_bucket/file_spec.rb spec/unit/indirector/file_bucket_file/file_spec.rb spec/unit/network/http/handler_spec.rb spec/unit/parser/parser_spec.rb spec/unit/provider/mount/parsed_spec.rb
| * (#6331) Inline documentation: Fix rotted links pointing at the Trac wikinfagerlund2011-02-151-1/+1
| | | | | | | | | | This patch updates links in three files and marks a link in a fourth file as unrecoverable.
* | (#1204) Make rake gen_manpages fail explicitly if ronn isn't presentnfagerlund2011-02-171-2/+2
| | | | | | | | | | | | Entire series: paired-with: Daniel Pittman <daniel@puppetlabs.com> paired-with: Paul Berry <paul@puppetlabs.com>
* | (#1204) Make rake gen_manpages output puppet-{application} manpagesnfagerlund2011-02-171-4/+14
| | | | | | | | | | | | The manpage generator can now make manpages for the modern executable in addition to the legacy executables. The section for the legacy names should be deleted upon the release of 2.8.0.
* | (#1204) Move man generation task from install.rb to a rake tasknfagerlund2011-02-171-0/+27
| | | | | | | | | | | | | | | | Having this be commented-out code in the installer script doesn't really make sense for our workflow; we want to be able to regenerate these manpages at will and make sure they're always up-to-date. This will help us keep them in sync with the help text. This commit also changes the ronn invocation to specify a manual name and organization.
* | Maint: Move "Local-branch:" info below "---"Paul Berry2010-11-111-1/+1
| | | | | | | | | | | | | | When running "rake mail_patches", moved the "Local-branch:" info lines below the "---" line in the e-mail, so that if someone applies the patch using "git am", the "Local-branch" notation won't show up in the commit message.
* | Maint: Add "Local-branch:" info to mails sent by "rake mail_patches"Paul Berry2010-11-091-1/+12
|/
* Removed legacy Trac codeJames Turnbull2010-08-111-8/+0
|
* Updated GPG rake signing task for new Puppet Labs keyJames Turnbull2010-07-091-3/+3
|
* Updated Rake tasks to no longer load puppet.rbJames Turnbull2010-02-171-3/+3
|
* Added YARD taskJames Turnbull2010-02-171-0/+11
| | | | | | | | | | | | You need to: gem install yard Then run: rake yard This will generate a "doc" directory containing YARD documentation.
* Updated version and CHANGELOG to 0.25.5rc1James Turnbull2010-02-171-1/+1
|
* Fixed changelog Rake taskJames Turnbull2010-02-171-1/+1
|
* Updated rake task to fix gem build issueJames Turnbull2010-01-131-1/+1
|
* Replaced ugly gem creation task with slightly less ugly taskJames Turnbull2010-01-061-6/+19
|
* Added tasks directory to Rakefile and gem task file listsJames Turnbull2010-01-061-0/+1
|
* Implement tasks for git-based workflow.Steven Jenkins2009-11-192-35/+121
|
* Added package signing taskJames Turnbull2009-11-141-0/+14
|
* Refactored Puppet packaging and gem creationJames Turnbull2009-09-201-0/+45
|
* Renamed test branch to testing in rake taskJames Turnbull2009-09-191-4/+4
|
* Added automatically constructed test branch task and fileJames Turnbull2009-09-171-0/+16
|
* Updated changelog task and CHANGELOG to version awareJames Turnbull2009-09-151-2/+7
|
* Updated and created new CHANGELOG formatJames Turnbull2009-09-051-1/+1
|
* Simplified Rakefile and moved tasks to tasks/rake directoryaJames Turnbull2009-08-026-0/+90
|
* Cleanup of the Puppet Rakefile and removal of the requirement for the ↵James Turnbull2009-05-092-805/+0
| | | | Reductive Build Library
* Merge branch '0.24.x'Luke Kanies2009-04-021-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/ralsh lib/puppet/executables/client/certhandler.rb lib/puppet/parser/functions/versioncmp.rb lib/puppet/parser/resource/reference.rb lib/puppet/provider/augeas/augeas.rb lib/puppet/provider/nameservice/directoryservice.rb lib/puppet/provider/ssh_authorized_key/parsed.rb lib/puppet/type.rb lib/puppet/type/file/checksum.rb spec/integration/defaults.rb spec/integration/transaction/report.rb spec/unit/executables/client/certhandler.rb spec/unit/indirector/ssl_rsa/file.rb spec/unit/node/catalog.rb spec/unit/provider/augeas/augeas.rb spec/unit/rails.rb spec/unit/type/ssh_authorized_key.rb spec/unit/type/tidy.rb test/executables/filebucket.rb test/executables/puppetbin.rb
| * Fixed to rake tests for reductivelabs buildJames Turnbull2009-03-041-3/+3
| |
* | Fixed #2086 - Fixes to make building tarballs easierJames Turnbull2009-03-211-2/+4
|/
* Added Reductive Labs build libraryJames Turnbull2009-02-102-0/+803