Daniel Erez has posted comments on this change. Change subject: Shell-In-A-Box UI plugin - adding RPM spec file ......................................................................
Patch Set 3: (7 inline comments) The shellinabox-plugin scripts should be archived in a tar file for the RPM. .................................................... File shellbox-plugin/ovirt-engine-shellinabox-uiplugin.spec Line 1: Summary: Shell Box UI Plugin Done Line 2: Name: ovirt-engine-shellinabox-uiplugin Line 3: Version: 0.1 Line 4: Release: 1 Line 5: License: GPL Line 8: Line 9: %define pluginspath /usr/share/ovirt-engine/ui-plugins Line 10: Line 11: %description Line 12: ShellBox UI plugin - provides SSH connection to a host using Done Line 13: shellinabox - a Web based AJAX terminal emulator Line 14: (http://code.google.com/p/shellinabox/) Line 15: Line 16: %prep Line 17: %setup -q Line 18: Line 19: %install Line 20: install -m 755 -d %{buildroot}%{pluginspath} Line 21: install -m 755 -d %{buildroot}%{pluginspath}/shellbox-files Done Line 22: install -m 644 shellbox.json %{buildroot}%{pluginspath} Line 23: install -m 644 shellbox-files/start.html %{buildroot}%{pluginspath}/shellbox-files Line 24: Line 25: %files Line 18: Line 19: %install Line 20: install -m 755 -d %{buildroot}%{pluginspath} Line 21: install -m 755 -d %{buildroot}%{pluginspath}/shellbox-files Line 22: install -m 644 shellbox.json %{buildroot}%{pluginspath} Done Line 23: install -m 644 shellbox-files/start.html %{buildroot}%{pluginspath}/shellbox-files Line 24: Line 25: %files Line 26: %doc README Line 19: %install Line 20: install -m 755 -d %{buildroot}%{pluginspath} Line 21: install -m 755 -d %{buildroot}%{pluginspath}/shellbox-files Line 22: install -m 644 shellbox.json %{buildroot}%{pluginspath} Line 23: install -m 644 shellbox-files/start.html %{buildroot}%{pluginspath}/shellbox-files Done Line 24: Line 25: %files Line 26: %doc README Line 27: %{pluginspath}/shellbox.json Line 23: install -m 644 shellbox-files/start.html %{buildroot}%{pluginspath}/shellbox-files Line 24: Line 25: %files Line 26: %doc README Line 27: %{pluginspath}/shellbox.json Done Line 28: %{pluginspath}/shellbox-files/start.html Line 29: Line 30: %changelog Line 31: * Fri Jan 8 2013 Daniel Erez <[email protected]> - 0.1-1 Line 24: Line 25: %files Line 26: %doc README Line 27: %{pluginspath}/shellbox.json Line 28: %{pluginspath}/shellbox-files/start.html Done Line 29: Line 30: %changelog Line 31: * Fri Jan 8 2013 Daniel Erez <[email protected]> - 0.1-1 -- To view, visit http://gerrit.ovirt.org/11198 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If916c7cf022e9e903cd06e55f7b8ff34851ab9c8 Gerrit-PatchSet: 3 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
