Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
30c95755
Commit
30c95755
authored
Jan 06, 2017
by
RyanHerb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker reporter: update code base to latest version
parent
b3a20800
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docker/reporter/code/configs/default.cfg
docker/reporter/code/configs/default.cfg
+1
-0
docker/reporter/code/reporter.py
docker/reporter/code/reporter.py
+1
-1
No files found.
docker/reporter/code/configs/default.cfg
View file @
30c95755
...
...
@@ -7,3 +7,4 @@ cron_user www-data
cron 0 5 * * * *
host 127.0.0.1
path /home/www-data/vidjil
local true
docker/reporter/code/reporter.py
View file @
30c95755
...
...
@@ -135,7 +135,7 @@ def run_scripts(params):
for
key
in
scripts
:
#remove file extensions
new_key
=
key
.
split
(
'.'
)[
0
]
if
params
[
'local'
]
!
=
'False'
:
if
params
[
'local'
]
=
=
'False'
:
results
[
new_key
]
=
tunnel
(
params
[
'host'
],
params
[
'username'
],
params
[
'key'
],
params
[
'path'
],
scripts
[
key
])
else
:
results
[
new_key
]
=
execute
(
params
[
'path'
],
scripts
[
key
])
...
...
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