Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-data-api
Commits
f694e7fe
Commit
f694e7fe
authored
May 13, 2014
by
Carlos Andrés Rocha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename local task launcher
Change-Id: Ibd57c3dbd59449666b76583a63f7795bf9418f18
parent
84925186
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
edx/analytics/tasks/launchers/local.py
+4
-0
edx/analytics/tasks/launchers/remote.py
+4
-0
setup.cfg
+1
-1
No files found.
edx/analytics/tasks/launchers/
main
.py
→
edx/analytics/tasks/launchers/
local
.py
View file @
f694e7fe
...
...
@@ -63,3 +63,7 @@ def main():
# Launch Luigi using the default builder
luigi
.
run
()
if
__name__
==
'__main__'
:
main
()
edx/analytics/tasks/launchers/remote.py
View file @
f694e7fe
...
...
@@ -126,3 +126,7 @@ def run_ansible(args, verbose, executable='ansible'):
proc
.
wait
()
return
proc
.
returncode
if
__name__
==
'__main__'
:
main
()
setup.cfg
View file @
f694e7fe
...
...
@@ -17,7 +17,7 @@ data_files =
[entry_points]
console_scripts =
launch-task = edx.analytics.tasks.launchers.
main
:main
launch-task = edx.analytics.tasks.launchers.
local
:main
remote-task = edx.analytics.tasks.launchers.remote:main
edx.analytics.tasks =
...
...
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