Issue #15463 has been updated by Moses Mendoza. Status changed from Merged - Pending Release to Closed
The gem package task now uses the new Gem::PackageTask instead of Rake/gempackagetask. Released in 3.0.0-rc6 with the shift to the packaging repo, 13704e115202eb733efc8b36c94306afc0860762 ---------------------------------------- Refactor #15463: rake/gempackagetask is deprecated https://projects.puppetlabs.com/issues/15463#change-71925 Author: R Tyler Croy Status: Closed Priority: Normal Assignee: Category: Target version: 3.0.0 Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/919 -> % rake -T rake/gempackagetask is deprecated. Use rubygems/package_task instead rake changelog # Create a ChangeLog based on git commits. rake ci_prep # Prep CI RSpec tests rake ci_spec # Run the CI RSpec tests rake ci_unit # Run CI Unit tests rake clobber_package # Remove package products rake daily # Create a Puppet daily build rake gem # Create the gem rake gen_manpages # Build Puppet manpages rake git_setup # Set up git for working with Puppet rake mail_patches # Send patch information to the puppet-dev list rake package # Build all the packages rake package:apple # Task for building an Apple Package rake prepare_gem # Prepare binaries for gem creation rake puppetpackages # Create the tarball and the gem - use when releasing rake push_changes[remote] # Push out changes rake repackage # Force a rebuild of the package files rake sign_packages # Sign to the package with the Puppet Labs release key rake spec # Run RSpec code examples rake start_feature[feature,remote,branch] # Start work on a feature rake start_ticket[ticket,remote,branch] # Do git prep to start work on a Redmine ticket rake testbranch # Rebuild the 'testng' branch tyler@kiwi 09:40:18 ~/source/github/puppet ‹ree-1.8.7@puppet› -> % rake --version rake, version 0.9.2.2 I have a minor patch for this I can send as a pull -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
