-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
21 additions
and
21 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 |
---|---|---|
|
@@ -919,15 +919,15 @@ Check that correct local version is displayed. | |
Upload files to SourceForge (in separate shell, REMEMBER TO CHANGE VERSION BELOW). | ||
|
||
On Mac OS: | ||
scp subsonic-installer-mac/target/subsonic-*.pkg subsonic-assembly/target/subsonic* sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/ | ||
scp subsonic-installer-mac/target/subsonic-*.pkg subsonic-assembly/target/subsonic* sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/ | ||
scp subsonic-installer-mac/target/subsonic-*.pkg subsonic-assembly/target/subsonic* [email protected]:/usr/local/jakarta/tomcat/download/ | ||
|
||
On Windows | ||
# Verify that we're on trunk | ||
svn info | ||
svn update | ||
mvn clean install -Pfull | ||
scp subsonic-installer-windows/target/subsonic*-setup.exe sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/ | ||
scp subsonic-installer-windows/target/subsonic*-setup.exe sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/ | ||
scp subsonic-installer-windows/target/subsonic*-setup.exe [email protected]:/usr/local/jakarta/tomcat/download/ | ||
|
||
On demo.subsonic.org (Ubuntu) | ||
|
@@ -938,7 +938,7 @@ On demo.subsonic.org (Ubuntu) | |
mvn clean -Pfull,debian | ||
svn st | ||
mvn install -Pfull,debian | ||
scp subsonic-installer-debian/target/subsonic*.deb sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/ | ||
scp subsonic-installer-debian/target/subsonic*.deb sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/ | ||
scp subsonic-installer-debian/target/subsonic*.deb [email protected]:/usr/local/jakarta/tomcat/download/ | ||
|
||
On subsonic.org (Fedora) | ||
|
@@ -949,7 +949,7 @@ On subsonic.org (Fedora) | |
mvn clean -Pfull,rpm | ||
svn st | ||
mvn install -Pfull,rpm | ||
scp subsonic-installer-rpm/target/subsonic*.rpm sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/ | ||
scp subsonic-installer-rpm/target/subsonic*.rpm sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/ | ||
# scp subsonic-installer-rpm/target/subsonic*.rpm [email protected]:/usr/local/jakarta/tomcat/download/ | ||
cp subsonic-installer-rpm/target/subsonic*.rpm /var/lib/tomcat/download/ | ||
|
||
|
@@ -959,7 +959,7 @@ Modify FRS properties | |
Upload site (OLD): | ||
rsync -avP -e ssh --exclude ".*" subsonic-web/ sindre_mehus,[email protected]:htdocs/ | ||
|
||
svn copy svn+ssh://[email protected]/p/subsonic/code/trunk svn+ssh://[email protected]/p/subsonic/code/tags/release-1.0.beta2 -m "Tagging 1.0.beta2" | ||
svn copy svn+ssh://[email protected]/p/subsonic/code/trunk svn+ssh://[email protected]/p/subsonic/code/tags/release-1.0.beta3 -m "Tagging 1.0.beta3" | ||
Post message on forum. | ||
|
||
Checking for license abuse: | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Japanese localization. | ||
# Author: Takahiro Suzuki (takahiro.suzuki.ja GMAIL) | ||
# Author: Kenji Maekawa ([email protected]) | ||
# Author: ChameleonCyber\u0081iFor Version1.0.beta2\u0081@2015/08/23) | ||
# Author: ChameleonCyber\u0081iFor Version1.0.beta3\u0081@2015/08/23) | ||
|
||
common.home = \u30DB\u30FC\u30E0 | ||
common.back = \u623B\u308B | ||
|
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