Make 'make dist' match git content
This fixes a few obvious issues when comparing the make dist output with
the git tree.
- Make all templates non-executable in git
- Remove unused files:
- src/lxc/list.c (empty, only includes the list.h header)
- src/lxc/lxc-destroy.in (replace by lxc_destroy.c)
- Add missing files to dist tarball:
- src/python-lxc/examples/pyconsole.py
- src/python-lxc/examples/pyconsole-vte.py
- Mark all the python API tests executable
- Mark lxc-test-ubuntu executable
Signed-off-by:
Stéphane Graber <stgraber@ubuntu.com>
Signed-off-by:
Serge Hallyn <serge.hallyn@ubuntu.com>
Showing
src/lxc/list.c
deleted
100644 → 0
src/lxc/lxc-destroy.in
deleted
100644 → 0
src/python-lxc/examples/api_test.py
100644 → 100755
File mode changed from 100644 to 100755
src/tests/lxc-test-ubuntu
100644 → 100755
File mode changed from 100644 to 100755
templates/lxc-openmandriva.in
100755 → 100644
File mode changed from 100755 to 100644
Please
register
or
sign in
to comment