Project

General

Profile

Demande #4448

Mise à jour Firefox Send vers v3.0.22

Added by Romain H. over 3 years ago. Updated about 3 years ago.

Status:
Fermé
Priority:
Normale
Assignee:
Start date:
05/01/2020
Due date:
% Done:

100%

Estimated time:

Description

Une nouvelle version de Firefox Send est disponible : https://github.com/mozilla/send/releases/tag/v3.0.22
Je n'ai pas trouvé de changelog à jour, mais cette version a l'air de comprendre le passage à node 12 + de nouvelles traductions (https://github.com/mozilla/send/compare/v3.0.21...v3.0.22)

History

#1

Updated by Christian P. Momon over 3 years ago

  • Target version set to Backlog
#2

Updated by Romain H. over 3 years ago

  • Status changed from Nouveau to En cours de traitement
#3

Updated by Romain H. about 3 years ago

  • Status changed from En cours de traitement to Résolu
  • % Done changed from 0 to 100

Récupération du dépôt et ajout du remote mozilla :

git clone ssh://gitea@forge.april.org:222/Chapril/drop.chapril.org-firefoxsend.git
git remote add mozilla https://github.com/mozilla/send.git
git pull mozilla

Mise à jour de la branche master :

git checkout origin/master
git merge mozilla/master
git checkout -b master_updated
git push origin master_updated:master

Mettre à jour les tags :

git push --tags origin

Créer une nouvelle branche et répéter nos modifications de personnalisation :

git checkout -b chapril-v3.0.22 v3.0.22
git cherry-pick a00127f4a8^..9c4a8bfa26
vi app/ui/promo.js # résolution du conflit
git add app/ui/promo.js
git checkout --ours package-lock.json # résolution du conflit
git add package-lock.json
git cherry-pick --continue
git push origin chapril-v3.0.22

Sur le serveur :

cd /srv/drop.chapril.org/www
git pull origin
git checkout chapril-v3.0.22
sudo -u app npm install
sudo -u app npm run build
systemctl restart drop

#4

Updated by Romain H. about 3 years ago

  • Status changed from Résolu to Fermé
#5

Updated by Christian P. Momon about 3 years ago

  • Target version changed from Backlog to Sprint 2020 novembre

Also available in: Atom PDF