forked from daniellandau/subsonic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.code.sf.net/p/subsonic/code/trunk@3816 104adb81-38d2-4886-885e-82898e39ce25
- Loading branch information
1 parent
5e37ae1
commit 45bcf03
Showing
15 changed files
with
63 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
DONE IN 4.9 | ||
----------- | ||
Rename "Download" to "Download all" | ||
Rename "More actions..." to "Selected songs..." | ||
When playing a song, queue only later songs (not earlier). | ||
|
||
TODO IN 4.9 | ||
-------------- | ||
|
@@ -816,8 +813,8 @@ Vis "lignende" album. | |
|
||
HOW TO RELEASE | ||
=============================== | ||
Update version number in pom.xml, version.html, MultiController.java. | ||
Update changelog.jsp, download.jsp | ||
Update version number in pom.xml, version.html, MultiController.java, download.jsp | ||
Update changelog.jsp | ||
Commit | ||
svn up | ||
mvn clean -P full | ||
|
@@ -826,21 +823,21 @@ cd subsonic-assembly; mvn assembly:assembly; cd .. | |
Deploy | ||
Check that correct local version is displayed. | ||
Upload files to SourceForge (in separate shell, REMEMBER TO CHANGE VERSION BELOW). | ||
rsync -avP -e ssh subsonic-installer-windows/target/subsonic*-setup.exe sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9.beta4/ | ||
rsync -avP -e ssh subsonic-assembly/target/subsonic* sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9.beta4/ | ||
rsync -avP -e ssh subsonic-installer-windows/target/subsonic*-setup.exe sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9/ | ||
rsync -avP -e ssh subsonic-assembly/target/subsonic* sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9/ | ||
|
||
On Mac OS: | ||
rsync -avP -e ssh subsonic-installer-mac/target/subsonic*.pkg sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9.beta4/ | ||
rsync -avP -e ssh subsonic-installer-mac/target/subsonic*.pkg sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9/ | ||
|
||
On VirtualBox Ubuntu | ||
svn update | ||
mvn clean install -Pfull | ||
rsync -avP -e ssh subsonic-installer-debian/target/subsonic*.deb sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9.beta4/ | ||
rsync -avP -e ssh subsonic-installer-debian/target/subsonic*.deb sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9/ | ||
|
||
On VirtualBox Fedora | ||
svn update | ||
mvn clean install -Pfull | ||
rsync -avP -e ssh subsonic-installer-rpm/target/subsonic*.rpm sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9.beta4/ | ||
rsync -avP -e ssh subsonic-installer-rpm/target/subsonic*.rpm sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/4.9/ | ||
|
||
Modify FRS properties | ||
https://sourceforge.net/projects/subsonic/files/subsonic/ | ||
|
@@ -851,7 +848,7 @@ Upload site (OLD): | |
Upload site (NEW): | ||
rsync -avP -e ssh --exclude ".*" subsonic-site/src/main/webapp/ [email protected]:/usr/local/jakarta/tomcat/webapps/pages/ | ||
|
||
svn copy svn+ssh://[email protected]/p/subsonic/code/trunk svn+ssh://[email protected]/p/subsonic/code/tags/release-4.9.beta4 -m "Tagging 4.9.beta4" | ||
svn copy svn+ssh://[email protected]/p/subsonic/code/trunk svn+ssh://[email protected]/p/subsonic/code/tags/release-4.9 -m "Tagging 4.9" | ||
Register at freshmeat. | ||
Post message on forum. | ||
Update version number in pom.xml etc. | ||
|
@@ -862,27 +859,29 @@ Upgrade Subsonic backend: CHANGE DATE BELOW | |
Backup backend database. | ||
Checkpoint database (db.view) | ||
cd /var/subsonic-backend | ||
tar cvf db-backup-2013-12-15.tar db | ||
tar cvf db-backup-2014-01-04.tar db | ||
cd subsonic-backend | ||
mvn clean install | ||
|
||
mkdir /usr/local/jakarta/tomcat/webapps-2013-12-15/ | ||
mkdir /usr/local/jakarta/tomcat/webapps-2014-01-04/ | ||
|
||
scp subsonic-backend/target/subsonic-backend-*.war [email protected]:/usr/local/jakarta/tomcat/webapps-2013-12-15/ROOT.war | ||
scp subsonic-main/target/subsonic.war [email protected]:/usr/local/jakarta/tomcat/webapps-2013-12-15/demo.war | ||
rsync -rlptDvP -e ssh --exclude .svn subsonic-site/src/main/webapp/ [email protected]:/usr/local/jakarta/tomcat/webapps-2013-12-15/pages | ||
scp subsonic-backend/target/subsonic-backend-*.war [email protected]:/usr/local/jakarta/tomcat/webapps-2014-01-04/ROOT.war | ||
scp subsonic-main/target/subsonic.war [email protected]:/usr/local/jakarta/tomcat/webapps-2014-01-04/demo.war | ||
rsync -rlptDvP -e ssh --exclude .svn subsonic-site/src/main/webapp/ [email protected]:/usr/local/jakarta/tomcat/webapps-2014-01-04/pages | ||
|
||
|
||
Checkpoint database (db.view) | ||
ssh [email protected] | ||
cd /usr/local/jakarta/tomcat | ||
ps -elf | grep jsvc | ||
/usr/sbin/stoptomcat | ||
ps -elf | grep jsvc | ||
rm webapps | ||
ln -s webapps-2013-12-15 webapps | ||
|
||
ln -s webapps-2014-01-04 webapps | ||
ll webapps/ | ||
rm -rf work logs/* | ||
/usr/sbin/starttomcat | ||
ps -elf | grep jsvc | ||
|
||
Update backup server | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters