summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15README.releasing: clarify how to run make-release to get the usernameAndres G. Aragoneses1-0/+1
2013-01-20build: Bump version to 2.7.0 and switch to post-release incrementBertrand Lorentz1-1/+2
From now on, we will bump the version in configure.ac right after a release, to the upcoming release version number. This makes it possible for third parties like the Community Extensions to explictly depend on an API which is only available in git master.
2013-01-06build: Bump libmtp dependency to 1.1.0Bertrand Lorentz1-1/+1
Libmtp 1.1.0 has been released in June 2011 and has several ABI changes compared to 0.3.0. Requiring this version allows us to get rid of several compile-time checks and trickery. Original suggestion and patch by IBBoard and Andres Aragoneses.
2012-02-19release: Add the Mono.Upnp dependency in the release notes templateBertrand Lorentz1-0/+1
2012-01-08Update documentation for libmtp >= 0.3.0 requirementBertrand Lorentz1-1/+1
2011-11-30Update the create-release-notes script to point to the .tar.xzBertrand Lorentz1-1/+1
2011-11-05build: Bump gio-sharp requirement to 2.22.3 (bgo#663269)Bertrand Lorentz1-1/+1
The changes for DVD support already required gio-sharp 2.22.3, but that wasn't documented and checked by configure.
2011-11-02extras: fix typo in create-release-notes (href)Andrés G. Aragoneses1-1/+1
2011-11-02Update the create-release-notes scriptBertrand Lorentz1-4/+10
2011-09-11make-release: Don't upload the .gzBertrand Lorentz1-1/+0
The .gz is not created anymore, so no need to try to handle it for uploading.
2011-09-07make-release: Re-enable the creation of the new version in bugzillaBertrand Lorentz1-2/+3
This is supposed to be done by ftpadmin, but apparently it is not the case.
2011-05-15make-release: Upload the doap file to the download serverBertrand Lorentz1-0/+6
My previous update to make-release removed that step, but it turns out the doap file is used by the Windows auto-update feature.
2011-05-13Update the create-release-notes scriptBertrand Lorentz1-33/+25
2011-05-12Update the release process for the tarball installation on ftp.gnome.orgBertrand Lorentz2-22/+14
Tarballs are uploaded to $GNOME_FTP_USER's home folder on master.gnome.org. You have to manually ssh to the server and then run "ftpadmin install ....tar.bz2" to make the tarball available on ftp.gnome.org. Maybe this could be automated, but I'm not sure it's a good idea. In fact we only need to upload just one tarball, ftpadmin is supposed to take care of the rest: generated tarballs with the other compression type (.gz or .bz2), publish NEWS, generated checksums, etc. So make-release can probably still be improved and streamlined.
2011-04-16Update some bugzilla broken links in comments & changelogsAndrés G. Aragoneses1-4/+5
The host bugzilla.ximian.com seems to be finally down so this change replaces all places where it's used with their equivalent URLs to bugzilla.novell.com.
2011-03-25make-release: Simplify checksum calculationAlexander Kojevnikov1-6/+2
2011-03-24Ensure sha256 sum output is consistentAaron Bockover1-1/+9
On FreeBSD sha256 outputs in <sum><space><file> format but this is invalid. Darwin and Linux output in <sum><space><space><file> format. This commit supports Darwin (shasum -a 256) and also forces the proper formatting through awk.
2011-03-24release: Fix create-release-notesAlexander Kojevnikov1-1/+1
2011-03-14Complete rename of binaries and desktop filesChow Loong Jin3-8/+8
Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
2011-03-09Update for 1.9.5 releaseGabriel Burt2-2/+4
2011-03-05make-release: Open the bgo URL with xdg-openAlexander Kojevnikov1-1/+1
2011-02-24release: Fix extras/make-release under FreeBSDAlexander Kojevnikov1-3/+14
2011-01-26build: MonoDevelop csproj file updatesGabriel Burt1-4/+0
Removes more <Package> reference entries, syncs source file lists with Makefiles, and updates a couple references.
2011-01-12release: update README and create-release-notes scriptGabriel Burt2-4/+7
2010-12-15More /usr/bin/env fixesAlexander Kojevnikov2-2/+2
2010-12-15/usr/bin/env usageAlexander Kojevnikov4-4/+4
2010-11-10[release] Update README.releasingGabriel Burt1-1/+3
2010-11-10[release] Add extras/create-release-notes scriptGabriel Burt1-0/+124
2010-09-16[release] update README.releasingGabriel Burt1-1/+1
2010-08-13[build] Add AppleDevice project to monodevelop solutionAlex Launi1-2/+2
2010-08-13[metrics] Remove duplicate Metrics.csproj fileBertrand Lorentz1-51/+0
As we had two file differing only by case, this would confuse the hell out of git on Windows. Just remove the one that was not referenced in the solution.
2010-07-09Merge branch 'hyena-submodule'Gabriel Burt1-6/+6
Conflicts: Banshee.sln autogen.sh src/Libraries/Hyena/Hyena.Metrics/HttpPoster.cs src/Libraries/Hyena/Hyena.csproj src/Libraries/Hyena/Makefile.am
2010-07-01Update README.releasing and release-rcAlexander Kojevnikov1-1/+1
2010-06-05[build] Fix up sln/csproj files for hyena submoduleGabriel Burt1-6/+6
2010-05-27[extras] A few tweaks to README.releasingBertrand Lorentz1-2/+3
2010-05-26[extras] Add README.releasing fileGabriel Burt1-0/+26
2010-05-18[extras/metrics] Add .csproj and update db locationGabriel Burt2-1/+52
2010-05-05[MeeGo] Added a make monitor-meego targetAaron Bockover1-0/+8
2010-05-05push-meego: only push changes since last pushAaron Bockover1-3/+24
Also kill the Xorg process. Sometimes killing mutter isn't enough.
2010-05-05Added push-meego scriptAaron Bockover1-0/+32
2010-04-28[extras/metrics] Try to speed up the dbGabriel Burt1-0/+1
2010-04-08[extras/metrics] Add --timeline optionGabriel Burt1-5/+21
Prints out data in a form my commit-chart script can process, showing when users started Banshee.
2010-03-26[extras/metrics] usage report import improvementsGabriel Burt1-0/+19
2010-03-25[darwin] lame script to build the whole worldAaron Bockover1-0/+55
You go from nothing to dmg on your with one command (and a lot of time). Yay. curl http://git.gnome.org/browse/banshee/plain/extras/make-release-osx | bash
2010-03-13[extras/metrics] Support incremental download/loadGabriel Burt9-78/+257
The database keeps track of the last report it imported, and imports any new ones, and the download now happens via rsync.
2010-03-10Update extras/make-release to work w/o OS X buildGabriel Burt1-1/+5
2010-03-09[build] Fix make distcheckBertrand Lorentz1-0/+3
2010-03-02Update to build on Windows with MonoDevelop 2.2.1Gabriel Burt1-1/+2
Also modify .sln configuration to not build projects that aren't relevant, and to build a few that are but weren't marked to be built on Windows.
2010-03-01[extras/metrics] Better analysisGabriel Burt4-7/+170
2010-02-27[extras/metrics] Better analysisGabriel Burt3-82/+133
Use SqliteModelCache to select the most recent sample for each user for each metric.