Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
81313284
Commit
81313284
authored
Jun 10, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the patch version update steps for I18n
parent
dfdd1f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/update/patch_versions.md
doc/update/patch_versions.md
+2
-3
No files found.
doc/update/patch_versions.md
View file @
81313284
...
...
@@ -49,10 +49,9 @@ sudo -u git -H bundle clean
sudo
-u
git
-H
bundle
exec
rake db:migrate
RAILS_ENV
=
production
# Compile GetText PO files
# Internationalization was added in `v9.2.0` so th
ese commands are
only
# Internationalization was added in `v9.2.0` so th
is command is
only
# required for versions equal or major to it.
sudo
-u
git
-H
bundle
exec
rake gettext:pack
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake gettext:po_to_json
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake gettext:compile
RAILS_ENV
=
production
# Clean up assets and cache
sudo
-u
git
-H
bundle
exec
rake yarn:install gitlab:assets:clean gitlab:assets:compile cache:clear
RAILS_ENV
=
production
NODE_ENV
=
production
NODE_OPTIONS
=
"--max_old_space_size=4096"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment