mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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' | \
|
||||
|
||||
Reference in New Issue
Block a user