Updated Releasing a new version of Clementine (markdown)

David Sansome 2015-12-13 16:07:15 +11:00
parent 6640b79aa3
commit d4d9ec6df8
1 changed files with 0 additions and 9 deletions

@ -46,15 +46,6 @@ It's usually best to make a release candidate about 1 week before the final rele
Monitor the build on [the grid page](http://buildbot.clementine-player.org/grid). It will take 1-3 hours to build everything, depending on how many other builds were queued at the time.
- Build the source tarball. We don't have a buildbot step for this yet so you have to do it in your local checkout:
cd bin
cmake ..
cd ../dist
./maketarball.sh
This will create a .tar.gz file in the current directory with a name like `clementine-1.1.0rc1.tar.gz`.
- Gather all the binary and source packages together into one directory on your local machine. Buildbot will put the binary packages you told it to build into http://builds.clementine-player.org/
- If the set of packages you built was different to the last time we did a release, edit the constants at the top of the `dist/googlecode_upload_all.py` file. For example, you might need to add another Fedora or Ubuntu version. When it's up to date, run that script from the directory you copied all the packages into: