- make script dir part of core instead of separate bin dir for easier triggering of build/packaging of bbb-record-core package
This commit is contained in:
parent
e25d803a5a
commit
705f849a64
@ -13,7 +13,7 @@ end
|
|||||||
meeting_id = opts[:meeting_id]
|
meeting_id = opts[:meeting_id]
|
||||||
|
|
||||||
# This script lives in scripts/archive/steps while bigbluebutton.yml lives in scripts/
|
# This script lives in scripts/archive/steps while bigbluebutton.yml lives in scripts/
|
||||||
props = YAML::load(File.open('../../bin/scripts/bigbluebutton.yml'))
|
props = YAML::load(File.open('../../core/scripts/bigbluebutton.yml'))
|
||||||
|
|
||||||
recording_dir = props['recording_dir']
|
recording_dir = props['recording_dir']
|
||||||
raw_archive_dir = "#{recording_dir}/raw/#{meeting_id}"
|
raw_archive_dir = "#{recording_dir}/raw/#{meeting_id}"
|
||||||
|
@ -10,7 +10,7 @@ end
|
|||||||
meeting_id = opts[:meeting_id]
|
meeting_id = opts[:meeting_id]
|
||||||
|
|
||||||
# This script lives in scripts/archive/steps while matterhorn.yaml lives in scripts/
|
# This script lives in scripts/archive/steps while matterhorn.yaml lives in scripts/
|
||||||
bbb_props = YAML::load(File.open('../../bin/scripts/bigbluebutton.yml'))
|
bbb_props = YAML::load(File.open('../../core/scripts/bigbluebutton.yml'))
|
||||||
matt_props = YAML::load(File.open('matterhorn.yml'))
|
matt_props = YAML::load(File.open('matterhorn.yml'))
|
||||||
scp_server = matt_props['scp_server']
|
scp_server = matt_props['scp_server']
|
||||||
scp_inbox = matt_props['scp_inbox']
|
scp_inbox = matt_props['scp_inbox']
|
||||||
|
@ -10,7 +10,7 @@ end
|
|||||||
meeting_id = opts[:meeting_id]
|
meeting_id = opts[:meeting_id]
|
||||||
|
|
||||||
# This script lives in scripts/archive/steps while properties.yaml lives in scripts/
|
# This script lives in scripts/archive/steps while properties.yaml lives in scripts/
|
||||||
props = YAML::load(File.open('../../bin/scripts/bigbluebutton.yml'))
|
props = YAML::load(File.open('../../core/scripts/bigbluebutton.yml'))
|
||||||
|
|
||||||
recording_dir = props['recording_dir']
|
recording_dir = props['recording_dir']
|
||||||
raw_archive_dir = "#{recording_dir}/raw/#{meeting_id}"
|
raw_archive_dir = "#{recording_dir}/raw/#{meeting_id}"
|
||||||
|
@ -11,7 +11,7 @@ end
|
|||||||
meeting_id = opts[:meeting_id]
|
meeting_id = opts[:meeting_id]
|
||||||
|
|
||||||
# This script lives in scripts/archive/steps while properties.yaml lives in scripts/
|
# This script lives in scripts/archive/steps while properties.yaml lives in scripts/
|
||||||
bbb_props = YAML::load(File.open('../../bin/scripts/bigbluebutton.yml'))
|
bbb_props = YAML::load(File.open('../../core/scripts/bigbluebutton.yml'))
|
||||||
simple_props = YAML::load(File.open('simple.yml'))
|
simple_props = YAML::load(File.open('simple.yml'))
|
||||||
|
|
||||||
recording_dir = bbb_props['recording_dir']
|
recording_dir = bbb_props['recording_dir']
|
||||||
|
Loading…
Reference in New Issue
Block a user