Actions
Demande #6260
ferméMàj mastodon 4.2.1
Début:
25/10/2023
Echéance:
% réalisé:
0%
Temps estimé:
Difficulté:
2 Facile
Actions
#1
Mis à jour par Quentin Gibeaux il y a environ un an
- Statut changé de Nouveau à Résolu
(April) root@pouet:~# su - mastodon (April) mastodon@pouet:~$ cd live/ (April) mastodon@pouet:~/live[live-4.2.0]$ RELEASE=4.2.1 && git fetch --all && git checkout v${RELEASE?} && git checkout -b live-${RELEASE?} (April) mastodon@pouet:~/live[live-4.2.1]$ bundle install && yarn install --frozen-lockfile (April) mastodon@pouet:~/live[live-4.2.1]$ RAILS_ENV=production bundle exec rails assets:precompile (April) mastodon@pouet:~/live[live-4.2.1]$ logout (April) root@pouet:~# systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
ràs, juste un warning sur un module :
Compiling... Compiled all packs in /home/mastodon/live/public/packs `isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration` at isModuleDeclaration (/home/mastodon/live/node_modules/babel-plugin-lodash/node_modules/@babel/types/lib/validators/generated/index.js:2740:35) at PluginPass.Program (/home/mastodon/live/node_modules/babel-plugin-lodash/lib/index.js:102:44)
Actions
#2
Mis à jour par Quentin Gibeaux il y a environ un an
- Assigné à mis à Quentin Gibeaux
- Version cible changé de Backlog à Octobre 2023
Actions