Loading salt/video/files/build_prrt_plugin.sh +2 −2 Original line number Diff line number Diff line #!/bin/bash cd /opt/rna/video/gst_plugin/gst-template/gst-plugin ./autogen.sh && make clean && make -j9 cd /opt/rna/video/gst_plugin/plugin ( ./autogen.sh || ./autogen.sh ) && make clean && make -j9 gst-prrt @ b38a1702 Compare 6e8389b2 to b38a1702 Original line number Diff line number Diff line Subproject commit 6e8389b2d4690ceb107f28b6485586938a770c13 Subproject commit b38a1702797514705eb8cbd3b835db928a025e37 salt/video/init.sls +2 −1 Original line number Diff line number Diff line Loading @@ -16,11 +16,12 @@ video_dir: gst_repo: file.recurse: - name: /opt/rna/video/gst_plugin - source: salt://video/files/gst_plugin/ - source: salt://video/files/gst-prrt - clean: True - user: rna - group: rna - file_mode: keep - exclude_pat: 'PRRT/tests/*' prrt_build: cmd.run: Loading Loading
salt/video/files/build_prrt_plugin.sh +2 −2 Original line number Diff line number Diff line #!/bin/bash cd /opt/rna/video/gst_plugin/gst-template/gst-plugin ./autogen.sh && make clean && make -j9 cd /opt/rna/video/gst_plugin/plugin ( ./autogen.sh || ./autogen.sh ) && make clean && make -j9
gst-prrt @ b38a1702 Compare 6e8389b2 to b38a1702 Original line number Diff line number Diff line Subproject commit 6e8389b2d4690ceb107f28b6485586938a770c13 Subproject commit b38a1702797514705eb8cbd3b835db928a025e37
salt/video/init.sls +2 −1 Original line number Diff line number Diff line Loading @@ -16,11 +16,12 @@ video_dir: gst_repo: file.recurse: - name: /opt/rna/video/gst_plugin - source: salt://video/files/gst_plugin/ - source: salt://video/files/gst-prrt - clean: True - user: rna - group: rna - file_mode: keep - exclude_pat: 'PRRT/tests/*' prrt_build: cmd.run: Loading