diff options
author | Stanislaw Kardach <stanislaw.kardach@cavium.com> | 2016-05-24 08:18:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-24 08:18:50 +0000 |
commit | 60e889e01fd6baafa9dd6123cab5dec891c44ce3 (patch) | |
tree | 67a0979fe1e1806fbdeca36e6737f99c0e835e65 /patches/fuel-web | |
parent | e310f8ba76a2d3228544720c3f83f30315ab4004 (diff) | |
parent | c9b05e2c54b2b1eb77847638bf3e9e9f75b86556 (diff) |
Merge "Rebase: p/fuel-web: Drop obsoleted qemu doc patch."
Diffstat (limited to 'patches/fuel-web')
-rw-r--r-- | patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch b/patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch deleted file mode 100644 index 5a975fb7..00000000 --- a/patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Stanislaw Kardach <stanislaw.kardach@caviumnetworks.com> -Date: Thu, 25 Feb 2016 13:35:39 +0100 -Subject: [PATCH] Update docs for qemu-debootstrap - ---- - docs/develop/env.rst | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/docs/develop/env.rst b/docs/develop/env.rst -index 227549c..47b9823 100644 ---- a/docs/develop/env.rst -+++ b/docs/develop/env.rst -@@ -114,7 +114,7 @@ your Fuel ISO build environment on Ubuntu 14.04: - python-setuptools yum yum-utils libmysqlclient-dev isomd5sum \ - python-nose libvirt-bin python-ipaddr python-paramiko python-yaml \ - python-pip kpartx extlinux unzip genisoimage nodejs multistrap \ -- lrzip python-daemon -+ lrzip python-daemon qemu-user-static - sudo gem install bundler -v 1.2.1 - sudo gem install builder - sudo pip install xmlbuilder jinja2 |