Browse Source

Don't submit plugins from the nightly script.

TeamCity is doing this now.

Change-Id: Ibaf7942988ae4a6d9f58ae9387ef12138c535df6
Reviewed-on: http://gerrit.dmdirc.com/3365
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
pull/1/head
Chris Smith 10 years ago
parent
commit
6abaadd651
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      BuildAll.sh

+ 0
- 7
BuildAll.sh View File

@@ -99,13 +99,6 @@ else
99 99
 	# Re-add all plugins to the jar so that the nightly .jar has everything.
100 100
 	# $JAR -uvf "${OUTPUTDIR}/${PACKAGENAME}-${FILEDATA}.jar" plugins
101 101
 
102
-	# Submit plugins to addons site
103
-	if [ -e "${HOME}/www/addons/submitplugin.php" ]; then
104
-		for plugin in `ls modules/plugins/dist/*.jar`; do
105
-			$PHP ${HOME}/www/addons/submitplugin.php $plugin
106
-		done;
107
-	fi;
108
-
109 102
 	function handleNightly() {
110 103
 		PACKAGENAME="${1}"
111 104
 		FILEDATA="${2}"

Loading…
Cancel
Save