Skip to content

Commit

Permalink
Make 'make dist' match git content
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stgraber authored and hallyn committed Oct 16, 2013
1 parent 1927a6b commit f10e04e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 219 deletions.
23 changes: 0 additions & 23 deletions src/lxc/list.c

This file was deleted.

195 changes: 0 additions & 195 deletions src/lxc/lxc-destroy.in

This file was deleted.

4 changes: 3 additions & 1 deletion src/python-lxc/Makefile.am
Expand Up @@ -24,4 +24,6 @@ EXTRA_DIST = \
setup.py \
lxc.c \
lxc/__init__.py \
examples/api_test.py
examples/api_test.py \
examples/pyconsole.py \
examples/pyconsole-vte.py
Empty file modified src/python-lxc/examples/api_test.py 100644 → 100755
Empty file.
Empty file modified src/tests/lxc-test-ubuntu 100644 → 100755
Empty file.
Empty file modified templates/lxc-openmandriva.in 100755 → 100644
Empty file.

0 comments on commit f10e04e

Please sign in to comment.