Ver código fonte

Fix googlecode uploading


git-svn-id: http://svn.dmdirc.com/tags/0.6@4748 00569f92-eb28-0410-84fd-f71c24880f
0.6
Shane Mc Cormack 16 anos atrás
pai
commit
782d9837b6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      installer/gcode/uploads_release.sh

+ 1
- 1
installer/gcode/uploads_release.sh Ver arquivo

49
 	if [ -e "../output/${FILE}" ]; then
49
 	if [ -e "../output/${FILE}" ]; then
50
 		echo ""
50
 		echo ""
51
 		echo "Uploading ${TYPE}"
51
 		echo "Uploading ${TYPE}"
52
-		${PYTHON} ${PWD}/googlecode_upload.py --summary "DMDirc ${VERSION} ${TYPE}" --user ${USERNAME} --pass ${USERNAME} --labels="Featured,${LABELS}" ${FILE}
52
+		${PYTHON} ${PWD}/googlecode_upload.py --summary "DMDirc ${VERSION} ${TYPE}" --user ${USERNAME} --pass ${PASSWORD} --labels="Featured,${LABELS}" ${FILE}
53
 	else
53
 	else
54
 		echo "Not Uploading ${TYPE} (File '${FILE}' Doesn't exist)"
54
 		echo "Not Uploading ${TYPE} (File '${FILE}' Doesn't exist)"
55
 	fi;
55
 	fi;

Carregando…
Cancelar
Salvar