summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* maint: Add .dirstamp files to .gitignoreHEADmasterYegor Yefremov2023-05-151-0/+1
| | | | Signed-off-by: Brian C. Lane <bcl@redhat.com>
* maint: Add ./lib/malloc and libparted-fs-resize.pc to .gitignoreBrian C. Lane2022-03-231-0/+2
|
* build: .gitignore: ignore tests/fs-resizePetr Uzel2012-10-151-0/+1
|
* maint: fix an error in the preceding commit logJim Meyering2012-10-061-1/+2
| | | | | | | | Stefano Lattarini noticed an error in the log for commit v3.1-32-g478e472. Arrange for that error to be fixed in the generated ChangeLog file. * build-aux/git-log-fix: New file. * Makefile.am (gen-ChangeLog): Adjust rule to use it.
* build: .gitignore: ignore moreJim Meyering2012-01-101-10/+14
|
* maint: rename public .h files to .in.hJim Meyering2012-01-091-0/+15
| | | | | | | | | | | | Generate .h files from .in.h files, so that we can continue to use _GL_ATTRIBUTE_PURE and _GL_ATTRIBUTE_CONST in the primary sources, without including them in publicly-installed files. Each generated (and later installed) header file gets expansions of those macros. * include/parted/Makefile.am: New rules. * .gitignore: Ignore the generated files. * Makefile.am (SUBDIRS): Reorder so we build in include/ before libparted, i.e., so that we generate the .h files we'll need.
* build: gitignore tests/duplicatePetr Uzel2011-11-261-0/+1
| | | | .gitignore: Add tests/duplicate.
* tests: exercise and document the HFS-probe bug fixJim Meyering2011-11-051-1/+1
| | | | | | | | | Simply zeroing out the total_blocks and block_size members of the on-disk _HfsMasterDirectoryBlock would provoke a failed assertion any time parted tried to probe that partition. * tests/t2500-probe-corrupt-hfs.sh: New script. * tests/Makefile.am (TESTS): Add it. * NEWS (Bug fixes): Mention this.
* build: ignore more generated filesPetr Uzel2011-10-011-0/+7
|
* build: update gnulib submodule to latestJim Meyering2010-11-211-0/+1
| | | | | | avoid new syntax-check failures * .x-sc_cross_check_PATH_usage_in_tests: New file. * .x-sc_bindtextdomain: New file.
* tests: rename generated init.sh to old-init.shJim Meyering2010-04-281-1/+1
| | | | | | | * tests/Makefile.am (old-init.sh): Rename from init.sh. * libparted/tests/Makefile.am: Likewise. * tests/test-lib.sh: Rename sole use. * .gitignore: Rename here, too.
* .gitignore: ignore index files generated by ctags and cscopePetr Uzel2010-04-161-0/+2
|
* libparted: use gperf-generated lookup functionJim Meyering2009-12-081-0/+1
| | | | | | | | | | | | | | | | | * libparted/labels/pt-tools.c (ptt_partition_max_start_len): Rewrite to use the gperf-generated look-up function. (ptt_partition_max_start_sector): New function. (ptt_partition_max_length): New function. * libparted/labels/pt-tools.h: Declare them. * libparted/labels/Makefile.am (GPERF, GPERF_OPTIONS): Define. (BUILT_SOURCES): Define. (liblabels_la_SOURCES): Append pt-limit.gperf. (pt-limit.c): New rule. (MAINTAINERCLEANFILES): Remove useless definition. (DISTCLEANFILES): Set to $(BUILT_SOURCES). * libparted/labels/pt-limit.gperf: New file. * cfg.mk (bootstrap-tools): Mention gperf. * bootstrap.conf (buildreq): Require gperf-3.0.3.
* build: ignore more generated filesJim Meyering2009-08-221-0/+6
| | | | * .gitignore: Ignore a few more build artifacts.
* * .gitignore: Ignore more.Jim Meyering2009-07-241-3/+10
|
* add build-aux to .gitignoreOtavio Salvador2009-05-231-0/+1
|
* build: use maint.mk from gnulibJim Meyering2009-04-261-0/+1
| | | | | | | * maint.mk: Remove file. Now it's generated. * .gitignore: Ignore it. * bootstrap.conf (gnulib_modules): Add maintainer-makefile. * gnulib: Update submodule to latest.
* more updates from gnulib and coreutilsJim Meyering2008-04-301-0/+1
| | | | | | | | | | * bootstrap.conf (gnulib_modules): Add gitlog-to-changelog. * .gitignore: Add .tarball-version * Makefile.am (EXTRA_DIST): Add .version and .prev-version. (dist-hook): Update rule. (gen-ChangeLog): New rule. * maint.mk: Rename from Makefile.maint and update from coreutils. * cfg.mk: Rename from Makefile.cfg and update from coreutils.
* use gnulib's gnumakefile moduleJim Meyering2008-04-301-0/+1
| | | | | | | | * GNUmakefile: Remove from version control. * bootstrap.conf (gnulib_modules): Add gnumakefile. * .gitignore: Add GNUmakefile Signed-off-by: Jim Meyering <meyering@redhat.com>
* Make inter-release --version output more useful.Jim Meyering2007-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | Now, each unofficial build has a version "number" like 1.8.8.1.19-58dd, which indicates that it is built using the 19th change set (in _some_ repository) following the "v1.8.8.1" tag, and that 58dd is a prefix of the commit SHA1. * configure.ac: Run it to set the version. (PED_MAJOR_VERSION): Derive from $PACKAGE_VERSION. (PED_MINOR_VERSION): Likewise. (PED_MICRO_VERSION): Likewise. Remove the test that would ensure $PACKAGE_VERSION != $PED_VERSION, now that the latter is derived from the former. * Makefile.am (dist-hook): Arrange so that .version appears only in distribution tarballs, never in a checked-out repository. * .gitignore: Add .version here, too. Just in case. * lib/.gitignore: Remove now-generated (by bootstrap) file. * build-aux/.gitignore: Likewise. Ensure that $(VERSION) is up to date for dist-related targets. * GNUmakefile: Arrange to rerun autoconf, if the version reported by git-version-gen doesn't match $(VERSION), but only for dist targets.
* Don't fail all tests when "." lacks O_DIRECT support.Jim Meyering2007-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I often build tools on a tmpfs file system (it's faster), and found that parted tests always failed there. That's because it tries to open the "device" (a file) with O_DIRECT, and at least the linux tmpfs driver always fails with EINVAL in that case. So here's a patch that makes it work. Since the test may require writing in a directory like /tmp, to which others typically have write access, it is particularly careful about security (see the mkdtemp script below), in case "make check" is run by e.g., root. Don't fail all tests when "." lacks O_DIRECT support. Before, running "make check" on a file system that doesn't support O_DIRECT (e.g. tmpfs), would always fail. Now, it works, as long as the test machinery can find a writable directory in which open with O_DIRECT *does* work. * m4/o-direct.m4: New file. Find a directory/FS with O_DIRECT support. * configure.ac: Use the new macro. * libparted/tests/t1000-label.sh: New file. Wrap the binary, so it can take advantage of the code that finds O_DIRECT supporting FS. * tests/mkdtemp: New file. Required, since when running tests as root, we may have to create a temporary directory in a directory like /tmp that's writable by others. * tests/Makefile.am (EXTRA_DIST): Add mkdtemp. * tests/test-lib.sh: When creating test subdir, and setting up "trap", use the directory specified in $PARTED_USABLE_TEST_DIR. Don't set PATH here. Now, that's done via the generated, and always- sourced, init.sh. As a result, invoke parted via its full file name.
* No longer require "srcdir=." when running a test manually.Jim Meyering2007-05-111-0/+1
| | | | | | | | | | * tests/Makefile.am (init.sh): New rule, so one doesn't have to set "srcdir=." when running a test manually. * .gitignore: Ignore new generated file: tests/init.sh. * tests/t0000-basic.sh: Source new init.sh, rather than test-lib.sh. * tests/t1000-mkpartfs.sh: Likewise. * tests/t2000-mkfs.sh: Likewise. * tests/test-lib.sh: Remove useless srcdir-setting code.
* Re-arranging .gitignore in alphabetical order.Debarshi Ray2007-03-061-1/+1
|
* Added libparted/tests/label to .gitignore.Debarshi Ray2007-03-061-0/+1
|
* Add infrastructure for more rigorous "make distcheck" rules.Jim Meyering2007-03-021-1/+0
| | | | | | | | | | | | | | | * GNUmakefile: New file. * .prev-version: New file. * Makefile.am (MAINTAINERCLEANFILES): Remove names of files now in build-aux/. (distcheck-hook): New rule, to run the checks in Makefile.maint. (EXTRA_DIST): Add .prev-version. * Makefile.maint: New file. Improved "make distcheck" rules. * Makefile.cfg: Select which Makefile.maint checks to run. (local-checks-to-skip): List all currently-failing and irrelevant tests here. * build-aux/vc-list-files: New file. List version-controlled files. * .gitignore: Remove build-aux, since now it contains a version-controlled file.
* Add a bunch of .gitignore files.Jim Meyering2007-02-251-0/+32