From 0afb9be6aa326f69ecb3756f06aaaf1cb8150713 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 18 Aug 2018 11:19:25 -0400 Subject: Drop subset tarball and replace it with "configure --enable-subset" There's no point creating two separate tarfiles. It's not clear anyone was actually using the subset tarball --- and if they are, they can replace it by the full source distribution and using the --enable-subset option. Signed-off-by: Theodore Ts'o --- util/gen-tarball.in | 9 +-------- util/subset.exclude | 36 ------------------------------------ 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 util/subset.exclude (limited to 'util') diff --git a/util/gen-tarball.in b/util/gen-tarball.in index 763b0f5a..997bd935 100644 --- a/util/gen-tarball.in +++ b/util/gen-tarball.in @@ -22,17 +22,10 @@ case $1 in debian|ubuntu) SRCROOT="e2fsprogs-$deb_pkgver" tarout="e2fsprogs_@E2FSPROGS_PKGVER@.orig.tar.gz" - list=all - ;; - subset) - SRCROOT="e2fsprogs-libs-$base_ver" - tarout="$SRCROOT.tar.gz" - list=subset ;; all|*) SRCROOT="e2fsprogs-$base_ver" tarout="$SRCROOT.tar.gz" - list=all ;; esac @@ -46,7 +39,7 @@ fi -o -name changed-files -o -name .#\* -o -name \*.tar.gz \ -o -name autom4te.cache \) \ -print) > $exclude -sed -e "s;^;$base_e2fsprogs/;" < $srcdir/$list.exclude >> $exclude +sed -e "s;^;$base_e2fsprogs/;" < $srcdir/all.exclude >> $exclude (cd $top_srcdir/.. ; \ tar -c -f - -X $exclude --sort=name --owner=0 --group=0 \ diff --git a/util/subset.exclude b/util/subset.exclude deleted file mode 100644 index 81108d2a..00000000 --- a/util/subset.exclude +++ /dev/null @@ -1,36 +0,0 @@ -.git -.hg -.hgignore -.pc -patches -build -build[^/]* -rpm.log -TODO -powerquest -.exclude-subset -po/stamp-cat-id -po/cat-id-tbl.c -Meta -e2fsck -ext2ed -debugfs -misc -tests -resize -contrib -po -include -debian -lib/e2p -lib/evms -lib/ext2fs -lib/support -ABOUT-NLS -README -INSTALL -INSTALL.dllbin -INSTALL.elfbin -RELEASE-NOTES -e2fsprogs.lsm -e2fsprogs.spec -- cgit v1.2.3