Sfoglia il codice sorgente

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 anni fa
parent
commit
6abaadd651
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. 0
    7
      BuildAll.sh

+ 0
- 7
BuildAll.sh Vedi File

99
 	# Re-add all plugins to the jar so that the nightly .jar has everything.
99
 	# Re-add all plugins to the jar so that the nightly .jar has everything.
100
 	# $JAR -uvf "${OUTPUTDIR}/${PACKAGENAME}-${FILEDATA}.jar" plugins
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
 	function handleNightly() {
102
 	function handleNightly() {
110
 		PACKAGENAME="${1}"
103
 		PACKAGENAME="${1}"
111
 		FILEDATA="${2}"
104
 		FILEDATA="${2}"

Loading…
Annulla
Salva