[libvirt] [PATCH sandbox 0/1] split libvirt-sandbox project

Daniel P. Berrangé posted 1 patch 6 years ago
Failed in applying to current master (apply log)
autobuild.sh                                 |   3 +-
bin/virt-sandbox-image                       |   8 -
configure.ac                                 |   4 -
libvirt-sandbox.spec.in                      |   9 -
libvirt-sandbox/image/Makefile.am            |  10 -
libvirt-sandbox/image/__init__.py            |   0
libvirt-sandbox/image/cli.py                 | 282 -----------
libvirt-sandbox/image/sources/Makefile.am    |  10 -
libvirt-sandbox/image/sources/__init__.py    |   0
libvirt-sandbox/image/sources/base.py        | 160 -------
libvirt-sandbox/image/sources/docker.py      | 690 ---------------------------
libvirt-sandbox/image/sources/virtbuilder.py | 109 -----
libvirt-sandbox/image/template.py            | 133 ------
m4/virt-win32.m4                             |   5 -
14 files changed, 1 insertion(+), 1422 deletions(-)
delete mode 100755 bin/virt-sandbox-image
delete mode 100644 libvirt-sandbox/image/Makefile.am
delete mode 100644 libvirt-sandbox/image/__init__.py
delete mode 100644 libvirt-sandbox/image/cli.py
delete mode 100644 libvirt-sandbox/image/sources/Makefile.am
delete mode 100644 libvirt-sandbox/image/sources/__init__.py
delete mode 100644 libvirt-sandbox/image/sources/base.py
delete mode 100755 libvirt-sandbox/image/sources/docker.py
delete mode 100755 libvirt-sandbox/image/sources/virtbuilder.py
delete mode 100644 libvirt-sandbox/image/template.py
[libvirt] [PATCH sandbox 0/1] split libvirt-sandbox project
Posted by Daniel P. Berrangé 6 years ago
I've been preparing todo a long overdue release of the libvirt-sandbox
project. First of all I've already killed the virt-sandbox-service
tool, since that is essentially a failed concept. It had bitrotted
such that it didn't even work on a simple "httpd" systemd unit, let
alone anything complex. Docker and/or systemd do this better themselves.

I'm then also not entirely comfortable with having the
virt-sandbox-image tool as a core part of the libvirt-sandbox repo.
It is written entirely in python, and there is a simple one-way
dependancy from virt-sandbox-image onto libvirt-sandbox, so there's
no compelling reason to force them into the same repo.

Separating them will let us release them at independant times. It
will also let us use native python tools for build instead of
automake which is never a very nice fit for python.

The new repository is created using git filter-branch, so it has
preserved all git history for the virt-sandbox-image source still.

Daniel P. Berrangé (1):
  Delete virt-sandbox-image tool now in separate repo

 autobuild.sh                                 |   3 +-
 bin/virt-sandbox-image                       |   8 -
 configure.ac                                 |   4 -
 libvirt-sandbox.spec.in                      |   9 -
 libvirt-sandbox/image/Makefile.am            |  10 -
 libvirt-sandbox/image/__init__.py            |   0
 libvirt-sandbox/image/cli.py                 | 282 -----------
 libvirt-sandbox/image/sources/Makefile.am    |  10 -
 libvirt-sandbox/image/sources/__init__.py    |   0
 libvirt-sandbox/image/sources/base.py        | 160 -------
 libvirt-sandbox/image/sources/docker.py      | 690 ---------------------------
 libvirt-sandbox/image/sources/virtbuilder.py | 109 -----
 libvirt-sandbox/image/template.py            | 133 ------
 m4/virt-win32.m4                             |   5 -
 14 files changed, 1 insertion(+), 1422 deletions(-)
 delete mode 100755 bin/virt-sandbox-image
 delete mode 100644 libvirt-sandbox/image/Makefile.am
 delete mode 100644 libvirt-sandbox/image/__init__.py
 delete mode 100644 libvirt-sandbox/image/cli.py
 delete mode 100644 libvirt-sandbox/image/sources/Makefile.am
 delete mode 100644 libvirt-sandbox/image/sources/__init__.py
 delete mode 100644 libvirt-sandbox/image/sources/base.py
 delete mode 100755 libvirt-sandbox/image/sources/docker.py
 delete mode 100755 libvirt-sandbox/image/sources/virtbuilder.py
 delete mode 100644 libvirt-sandbox/image/template.py

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list