allow automatic tarball building in 'release->add file'

Bug #325761 reported by Domas Mituzas
4
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

Right now one of major release process for small projects headaches is simply need to build release tarball, which consists of steps:

a) build nice release-version directory
b) place files into it
c) build release-version.tar.gz file
d) upload it to the release->add file interface

This seems to be quite an overhead for anyone who want to do 'release early, release often', especially, when it all can be wrapped up into single button/checkbox/radio button :)

Tags: lp-code
Revision history for this message
Martin Albisetti (beuno) wrote :

This would be cool, and I think what he means is "build tarball from branch"

Changed in launchpad:
status: New → Triaged
Revision history for this message
Domas Mituzas (domas-mituzas) wrote :

Indeed, thats what I mean!

Jonathan Lange (jml)
Changed in launchpad-bazaar:
importance: Undecided → Low
Revision history for this message
payton (payton) wrote :

I would love to see this functionality added. Releases can be a lot of work.

Revision history for this message
Will Shackleton (w-shackleton) wrote :

In your local bazaar branch, you can run:
bzr export <name>-<version>.tar.gz
to create a tarball of the version-controlled files.

If using a gnu build system project, run:
make dist
to make a tarball, or
make distcheck
to tarball and test-compile it as well.

Revision history for this message
David Planella (dpm) wrote :

I was looking for something similar and just stumbled upon this bug. You might also find this interesting:

http://www.piware.de/2009/09/automated-release-tarball-upload-to-launchpad/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.