Skip to content

Commit

Permalink
Move python dir to a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
otherwiseguy committed Oct 24, 2016
1 parent e7f2319 commit 6766131
Show file tree
Hide file tree
Showing 47 changed files with 6 additions and 10,309 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "python"]
path = python
url = https://github.com/otherwiseguy/python-ovs
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -225,7 +225,7 @@ dist-hook-git: distfiles
(cd datapath && $(MAKE) distfiles); \
(cat distfiles; sed 's|^|datapath/|' datapath/distfiles) | \
LC_ALL=C sort -u > all-distfiles; \
(cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
(cd $(srcdir) && git ls-files) | grep -v 'python\|\.git\(ignore\|modules\)$$' | \
LC_ALL=C sort -u > all-gitfiles; \
LC_ALL=C comm -1 -3 all-distfiles all-gitfiles > missing-distfiles; \
if test -s missing-distfiles; then \
Expand Down
1 change: 1 addition & 0 deletions boot.sh
@@ -1,2 +1,3 @@
#! /bin/sh
[ -d .git ] && git submodule update --init --recursive
autoreconf --install --force
1 change: 1 addition & 0 deletions python
Submodule python added at dd3481
2 changes: 0 additions & 2 deletions python/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion python/README.rst

This file was deleted.

115 changes: 0 additions & 115 deletions python/automake.mk

This file was deleted.

Empty file removed python/build/__init__.py
Empty file.

0 comments on commit 6766131

Please sign in to comment.