Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Retrieve a clean checkout of the release branch
  • Build the release branch (with JDK 1.5) 'ant release -Drelease=true'
  • Log in to SourceForge and go to the Fedora project
    • Go to Project Admin -> File ReleasesDownloads
    • Select to Add Release on Fedora
    • Enter release namenumber, create package
    • Paste the URL for release notes in 'paste notes' section - then Submit/Release
    • Click on URL for 'upload new files' for upload directions.
    • Upload all files in the release branch /dist/release directory using web upload (https://frs.sourceforge.net/webupload) - should be 4 files
    • Go back to edit release page and files should be listed under 'Step 2: Add Files' section
    • Select all files - select Update
    • Set all files to platform independent, select file type. Select Update for each.
    • Go to Download -> Browse All Files and download the files under your new release (that you just put up) to make sure they were uploaded correctly
  • Check the MD5 checksum values of each downloaded file (use the md5sum tool)
  • Do an install of the Fedora server using the downloaded installer
  • Update the file links when clicking on the Download button on SourceForge to point to the newly released files

...

  • Retrieve a clean checkout of utilities/trunk
  • Build the utilities/trunk using 'ant dist'
  • Move the content of the dist/ directory to the root directory and run 'ant clean'
  • Copy everything in the utilities/trunk directory into a directory called fedora-{release number}migration and zip that directory into a file called fedora{release number}-migration.zip
  • Use the md5sum tool to create an md5 hash, copy the hash value into a file called fedora-{release number}-migration.md5
  • Upload the zip and md5 files to sourceforge as outlined in the Fedora release section above
  • In SourceForge, go to Admin -> File Releases, select to edit the existing project (that you just made) and add the files. Set file types as before.
  • Download the files once they are available in the Download -> Browse All Files section and verify the MD5 sum

...