]> git.ipfire.org Git - thirdparty/lxc.git/commit
Make 'make dist' match git content
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Oct 2013 15:17:55 +0000 (11:17 -0400)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 16 Oct 2013 16:41:24 +0000 (11:41 -0500)
commitf10e04e36170dbd0faae3a667d53f0af1ef6a13a
tree61e7db8d7420c576f0fe1bb90a9f877e860674d3
parent1927a6be975ef18e69f617577967d53ee7d32a6c
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>
src/lxc/list.c [deleted file]
src/lxc/lxc-destroy.in [deleted file]
src/python-lxc/Makefile.am
src/python-lxc/examples/api_test.py [changed mode: 0644->0755]
src/tests/lxc-test-ubuntu [changed mode: 0644->0755]
templates/lxc-openmandriva.in [changed mode: 0755->0644]