Feature #4972

There should be a rake task in the package namespace to create the appropriate tarball

Added by James Turnbull over 1 year ago. Updated about 1 year ago.

Status:Closed Start date:10/10/2010
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:1.1.0
Keywords: Affected URL:
Branch: Affected Dashboard version:
Votes: 0

History

Updated by Igal Koshevoy over 1 year ago

  • Status changed from Unreviewed to Accepted
  • Target version set to 1.0.4

James: Thanks for filing this issue, it’s a good idea.

We should create something like rake package:tgz which uses code similar to this to create a tarball:

sh "git archive --format=tar --prefix=puppet-dashboard-#{version}/ HEAD | gzip > #{RAILS_ROOT}/tmp/packages/puppet-dashboard-#{version}.tar.gz"

Updated by Igal Koshevoy over 1 year ago

  • Target version changed from 1.0.4 to 1.0.5

Sorry, forgot to do this for v1.0.4. Moving this task up to v1.0.5.

Updated by Nigel Kersten over 1 year ago

  • Target version deleted (1.0.5)

Updated by Jacob Helwig over 1 year ago

  • Status changed from Accepted to Merged - Pending Release

Merged to next in commit:e5e68e1e7f1867b1b718191d14ba630ecde3b995

Updated by Nick Lewis over 1 year ago

  • Status changed from Merged - Pending Release to Closed

Merged to master in commit:71125c2924c47f618d485afc4fb2c6d860a59d07.

Updated by James Turnbull about 1 year ago

  • Target version set to 1.1.0

Also available in: Atom PDF