summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* maint: fix an error in the preceding commit logJim Meyering2012-10-061-0/+7
| | | | | | | | 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.
* Explicitly handle the signing key.Joel Granados Moreno2009-07-271-12/+56
| | | | | | | | | If we are sure that we have the key, we are able to use it in any subroutine (like make major). * build-aux/parted-release (_find_signingkey): New function. (_do_release): Use the key_id to sign the tag and to execute `make major`.
* Little fixes before the release.v1.9.0Joel Granados Moreno2009-07-231-1/+1
| | | | | | | * README-release: Correct an error in step 5. In step 6 we mean $VERSION. * build-aux/parted-release (_do_release): Use '-F -' to make the NEWS commit.
* Automate the release process.Joel Granados Moreno2009-07-231-0/+149
| | | | | * build-aux/parted-release: New file. Automates the part of the release process that takes place in the local repository.
* build: use gnulib's vc-list-files moduleJim Meyering2009-05-151-60/+0
| | | | | | * bootstrap.conf (gnulib_modules): Add vc-list-files, so we pull this file from gnulib. * build-aux/vc-list-files: Remove now-outdated file.
* Make inter-release --version output more useful.Jim Meyering2007-12-181-14/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* Add infrastructure for more rigorous "make distcheck" rules.Jim Meyering2007-03-021-0/+60
| | | | | | | | | | | | | | | * 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/+14