[PATCH] [Kimchi 0/2] Docs update

Aline Manera (2): Remove wok dependency from README Update openSUSE version in the README file docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.5.0

The README file lists the external packages needed by Kimchi. As wok is not part of any official repository, the user will not be able to install by a package manager tool. So remove it from the list. Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 23db018..7179f40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,7 +48,7 @@ Install Dependencies **For fedora and RHEL:** - $ sudo yum install wok libvirt-python libvirt \ + $ sudo yum install libvirt-python libvirt \ libvirt-daemon-config-network python-imaging \ qemu-kvm python-ethtool sos python-ipaddr \ nfs-utils iscsi-initiator-utils pyparted \ @@ -76,7 +76,7 @@ channel at RHN Classic or Red Hat Satellite. **For Ubuntu (Debian-based):** - $ sudo apt-get install wok python-imaging python-configobj websockify \ + $ sudo apt-get install python-imaging python-configobj websockify \ novnc python-libvirt libvirt-bin nfs-common \ qemu-kvm python-parted python-ethtool sosreport \ xsltproc python-ipaddr python-lxml open-iscsi \ @@ -88,7 +88,7 @@ channel at RHN Classic or Red Hat Satellite. **For openSUSE:** - $ sudo zypper install wok libvirt-python libvirt \ + $ sudo zypper install libvirt-python libvirt \ libvirt-daemon-config-network python-imaging \ kvm python-ethtool python-ipaddr nfs-client \ open-iscsi python-parted python-libguestfs \ -- 2.5.0

Once Wok is not in the package list anymore, then the README should mention how and where get it from. On 12/14/2015 10:40 AM, Aline Manera wrote:
The README file lists the external packages needed by Kimchi. As wok is not part of any official repository, the user will not be able to install by a package manager tool. So remove it from the list.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/README.md b/docs/README.md index 23db018..7179f40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,7 +48,7 @@ Install Dependencies
**For fedora and RHEL:**
- $ sudo yum install wok libvirt-python libvirt \ + $ sudo yum install libvirt-python libvirt \ libvirt-daemon-config-network python-imaging \ qemu-kvm python-ethtool sos python-ipaddr \ nfs-utils iscsi-initiator-utils pyparted \ @@ -76,7 +76,7 @@ channel at RHN Classic or Red Hat Satellite.
**For Ubuntu (Debian-based):**
- $ sudo apt-get install wok python-imaging python-configobj websockify \ + $ sudo apt-get install python-imaging python-configobj websockify \ novnc python-libvirt libvirt-bin nfs-common \ qemu-kvm python-parted python-ethtool sosreport \ xsltproc python-ipaddr python-lxml open-iscsi \ @@ -88,7 +88,7 @@ channel at RHN Classic or Red Hat Satellite.
**For openSUSE:**
- $ sudo zypper install wok libvirt-python libvirt \ + $ sudo zypper install libvirt-python libvirt \ libvirt-daemon-config-network python-imaging \ kvm python-ethtool python-ipaddr nfs-client \ open-iscsi python-parted python-libguestfs \

On 14/12/2015 13:19, Rodrigo Trujillo wrote:
Once Wok is not in the package list anymore, then the README should mention how and where get it from.
Sure! I will update that and send V2.
On 12/14/2015 10:40 AM, Aline Manera wrote:
The README file lists the external packages needed by Kimchi. As wok is not part of any official repository, the user will not be able to install by a package manager tool. So remove it from the list.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/README.md b/docs/README.md index 23db018..7179f40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,7 +48,7 @@ Install Dependencies
**For fedora and RHEL:**
- $ sudo yum install wok libvirt-python libvirt \ + $ sudo yum install libvirt-python libvirt \ libvirt-daemon-config-network python-imaging \ qemu-kvm python-ethtool sos python-ipaddr \ nfs-utils iscsi-initiator-utils pyparted \ @@ -76,7 +76,7 @@ channel at RHN Classic or Red Hat Satellite.
**For Ubuntu (Debian-based):**
- $ sudo apt-get install wok python-imaging python-configobj websockify \ + $ sudo apt-get install python-imaging python-configobj websockify \ novnc python-libvirt libvirt-bin nfs-common \ qemu-kvm python-parted python-ethtool sosreport \ xsltproc python-ipaddr python-lxml open-iscsi \ @@ -88,7 +88,7 @@ channel at RHN Classic or Red Hat Satellite.
**For openSUSE:**
- $ sudo zypper install wok libvirt-python libvirt \ + $ sudo zypper install libvirt-python libvirt \ libvirt-daemon-config-network python-imaging \ kvm python-ethtool python-ipaddr nfs-client \ open-iscsi python-parted python-libguestfs \
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel

Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7179f40..c134561 100644 --- a/docs/README.md +++ b/docs/README.md @@ -119,7 +119,7 @@ Build and Install Kimchi: $ cd plugins/kimchi - For openSUSE 13.1: + For openSUSE 13.2: $ ./autogen.sh --with-spice-html5 Otherwise: -- 2.5.0

Reviewed-by: Rodrigo Trujillo <rodrigo.trujillo@linux.vnet.ibm.com> On 12/14/2015 10:40 AM, Aline Manera wrote:
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md index 7179f40..c134561 100644 --- a/docs/README.md +++ b/docs/README.md @@ -119,7 +119,7 @@ Build and Install Kimchi: $ cd plugins/kimchi
- For openSUSE 13.1: + For openSUSE 13.2: $ ./autogen.sh --with-spice-html5
Otherwise:
participants (2)
-
Aline Manera
-
Rodrigo Trujillo