Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
4d3e19dd
Commit
4d3e19dd
authored
Nov 18, 2018
by
echel0n
Browse files
Refactored grunt python commands to use virtual environment.
parent
c6c4b932
Changes
2
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
4d3e19dd
...
...
@@ -35,15 +35,15 @@ module.exports = function (grunt) {
},
exec
:
{
// Translations
'
crowdin_upload_sources
'
:
{
cmd
:
'
crowdin-cli-py upload sources
'
},
'
crowdin_upload_translations
'
:
{
cmd
:
'
crowdin-cli-py upload translations
'
},
'
crowdin_download_translations
'
:
{
cmd
:
'
crowdin-cli-py download
'
},
'
babel_extract
'
:
{
cmd
:
'
python setup.py extract_messages
'
},
'
babel_update
'
:
{
cmd
:
'
python setup.py update_catalog
'
},
'
babel_compile
'
:
{
cmd
:
'
python setup.py compile_catalog
'
},
'
crowdin_upload_sources
'
:
{
cmd
:
'
venv
\\
Scripts
\\
crowdin-cli-py upload sources
'
},
'
crowdin_upload_translations
'
:
{
cmd
:
'
venv
\\
Scripts
\\
crowdin-cli-py upload translations
'
},
'
crowdin_download_translations
'
:
{
cmd
:
'
venv
\\
Scripts
\\
crowdin-cli-py download
'
},
'
babel_extract
'
:
{
cmd
:
'
venv
\\
Scripts
\\
python setup.py extract_messages
'
},
'
babel_update
'
:
{
cmd
:
'
venv
\\
Scripts
\\
python setup.py update_catalog
'
},
'
babel_compile
'
:
{
cmd
:
'
venv
\\
Scripts
\\
python setup.py compile_catalog
'
},
// PyPi Commands
'
pypi_publish
'
:
{
cmd
:
'
python setup.py sdist bdist_wheel upload clean
'
},
'
pypi_publish
'
:
{
cmd
:
'
venv
\\
Scripts
\\
python setup.py sdist bdist_wheel upload clean
'
},
// Git Commands
'
git
'
:
{
...
...
changelog.md
View file @
4d3e19dd
# Changelog
-
*
2c7138e - 2018-11-18: Fixed issues with quality settings via API.
-
*
21246b6 - 2018-11-18: Refactored grunt python commands to use virtual environment.
-
*
c6c4b93 - 2018-11-18: Fixed issues with quality settings via API.
-
*
4fff22e - 2018-11-18: Refactored misc API function names.
-
*
8e81cad - 2018-11-18: Refactored code for API builder to display full URL.
-
*
eff3ee9 - 2018-11-17: Fixed freebsd init script, runs as sickrage user
...
...
Write
Preview
Supports
Markdown
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