Diff for "Projects/FileDownloads"

Not logged in - Log In / Register

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-04-03 16:49:20
Size: 2919
Editor: 77-100-239-119
Comment:
Revision 3 as of 2008-05-20 04:21:20
Size: 2892
Editor: 65-100-177-47
Comment: Fixed TOC
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">[[TableOfContents]]||
Line 53: Line 53:
||<tablestyle="width: 100%;">~-[:Projects/SeriesMilestonesReleases:< Series, milestones and releases]-~||<style="text-align: right;">~-[:Projects/ProjectAnnouncements:Making project announcements >]-~|| ||<tablestyle="width: 100%;">~-[:Projects/SeriesMilestonesReleases:< Series, milestones and releases]-~||<style="text-align: right;">~-[:Projects/Announcements:Making project announcements >]-~||

[:FrontPage:Launchpad Help] > [:Projects] > [:Projects/FileDownloads:Publishing files for download]

TableOfContents

Publishing files

After all the work that's gone into a release, you want to make sure people can get hold of it. One way to distribute your software through Launchpad is to publish files for download.

First up, you need to record the [:Projects/SeriesReleasesMilestones#releases:release] in Launchpad. Next, make sure your files fall into one of the following categories:

  • code release tarball
  • installer files
  • README or other documentation
  • changelog file
  • release notes.

Each individual file must be no more than 60 MB and you must be the:

  • project owner
  • project driver
  • or relevant series driver.

To upload a file, visit the release's overview page and click Add download file in the Actions menu.

Downloading files

Files from a project's latest release show up on its project overview page.

Let's take a look at [https://launchpad.net/bzr Bazaar's overview page].

attachment:bzr-latest-files.png

Bazaar's latest files

Here you can see installers and a code tarball from Bazaar's 1.3 release.

As each project can have several active series, Launchpad determines which is the latest release by:

  1. looking for the most recent release in the current development focus
  2. if that release has no files for download, Launchpad checks each release in date order
  3. if no release in the current development focus series has files for download, Launchpad checks the release in each next series.

To download project files for an older release, click Download project files in the Actions menu.

Here, files are grouped by series (major lines of development) and then by release. An MD5 checksum and the GPG signature of the uploader - where they've made it available - are available for each file.

attachment:bzr-files.png

Files from Bazaar 1.3rc1

Next steps

Keeping people up to date with your project's news is an important way of building community around and interest in your project. Launchpad's [:Projects/Announcements:project announcements] let you publish news both on Launchpad and more widely by Atom feed.

[:Projects/SeriesMilestonesReleases:< Series, milestones and releases]

[:Projects/Announcements:Making project announcements >]

Projects/FileDownloads (last edited 2019-03-15 19:48:05 by cjwatson)