Skip to content
Extraits de code Groupes Projets
Valider 5da835cc rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

small fixes to translation update script

parent 4536cac8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -33,7 +33,7 @@ git push origin $GitBranchName > /dev/null 2>&1
################################
# Fetch package from oTrance
#
read -p -s "Please provide the OTrance password for 'downloaduser'? " OTrancePassword
read -s -p "Please provide the OTrance password for 'downloaduser'? " OTrancePassword
# download package
echo "Starting to fetch latest language pack"
......@@ -186,7 +186,7 @@ while true; do
-u $username \
--data "{\"title\":\"automatic translation update\",\"body\":\"autogenerated translation update out of $downloadfile\",\"head\":\"$GitBranchName\",\"base\":\"master\"}" \
-H 'Accept: application/json' \
https://api.github.com/repos/sgiehl/piwik/pulls`);
https://api.github.com/repos/piwik/piwik/pulls`);
if [ $returnCode -eq 401 ]; then
echo "Pull request failed. Bad credentials... Please try again"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter