Replace common/ with git submodule.

This directory contains code which is shared between libguestfs and
the tools.  It now points to a new repository:

https://github.com/libguestfs/libguestfs-common
This commit is contained in:
Richard W.M. Jones
2019-10-15 12:39:12 +01:00
parent 15394cb4dd
commit 8f3210c875
161 changed files with 7 additions and 27203 deletions

View File

@@ -596,7 +596,9 @@ maintainer-check-authors:
maintainer-check-extra-dist:
zcat $(PACKAGE_NAME)-$(VERSION).tar.gz | tar tf - | sort | \
sed 's,^$(PACKAGE_NAME)-$(VERSION)/,,' > tmp/tarfiles
git ls-files | \
( git ls-files ; \
cd common; git ls-files | sed 's,^,common/,' ) | \
grep -v '^common$$' | \
grep -v '^intltool-.*\.in' | \
grep -v '^\.gitmodules' | \
grep -v '^\.gnulib' | \