diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-07-19 13:21:34 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-07-19 13:21:34 -0500 |
commit | 99200c6b0f46432e2851400a8c202c8ada480deb (patch) | |
tree | d78bc567b40e62e101c802c43211c3e9b3f8a202 /util | |
parent | 2f614c8009189aa481d8b84018868ffb80087d48 (diff) | |
download | e2fsprogs-99200c6b0f46432e2851400a8c202c8ada480deb.tar.gz |
Change gen_tarball to ignore Mercurial/quilt files (and remove BK ignores).
Since e2fsprogs is now being managed by Mercurial instead of BK,
remove BitKeeper and add ".hg", ".hgignore", ".pc", and "patches" to
the list of files/directories not included in the tar file.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r-- | util/ChangeLog | 5 | ||||
-rw-r--r-- | util/all.exclude | 5 | ||||
-rw-r--r-- | util/subset.exclude | 5 |
3 files changed, 13 insertions, 2 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index f16a8568..df1a439d 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Theodore Ts'o <tytso@mit.edu> + + * all.exclude, subset.exclude: Remove BitKeeper and add + mercurial/quilt files to the exclusion files. + 2006-06-30 Theodore Ts'o <tytso@mit.edu> * Release of E2fsprogs 1.38 diff --git a/util/all.exclude b/util/all.exclude index baec23dc..e02ad716 100644 --- a/util/all.exclude +++ b/util/all.exclude @@ -1,4 +1,7 @@ -BitKeeper +.hg +.hgignore +.pc +patches README.subset build rpm.log diff --git a/util/subset.exclude b/util/subset.exclude index 04b0693d..57d31f92 100644 --- a/util/subset.exclude +++ b/util/subset.exclude @@ -1,4 +1,7 @@ -BitKeeper +.hg +.hgignore +.pc +patches build rpm.log TODO |