Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
library-web
Commits
68b76839
Commit
68b76839
authored
Jan 26, 2014
by
Frederic Peters
Browse files
Pass channel when generating HTML indexes
Conflicts: src/lgo.py
parent
f269fb57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lgo.py
View file @
68b76839
...
...
@@ -765,6 +765,10 @@ class Lgo(App):
cmd
.
insert
(
-
2
,
'--stringparam'
)
cmd
.
insert
(
-
2
,
'libgo.basedir'
)
cmd
.
insert
(
-
2
,
self
.
config
.
output_dir
)
if
self
.
config
.
channels
:
cmd
.
insert
(
-
2
,
'--stringparam'
)
cmd
.
insert
(
-
2
,
'libgo.channel'
)
cmd
.
insert
(
-
2
,
self
.
config
.
channels
[
0
])
logging
.
debug
(
'executing %s'
%
' '
.
join
(
cmd
))
rc
=
subprocess
.
call
(
cmd
)
...
...
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