summaryrefslogtreecommitdiffstats
path: root/scripts/inspect.in
Commit message (Collapse)AuthorAgeFilesLines
* - Move scripts directory to quilt/scripts to simplify running quiltAndreas Gruenbacher2006-01-141-202/+0
| | | | | | directly from the source tree. - test/Makefile: merge into Makefile.in (target check). - Makefile.in: clean up.
* - Use better variable names to avoid name clashes.Andreas Gruenbacher2006-01-141-3/+3
|
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-3/+5
| | | | installed version for running the test suite.
* - scripts/inspect.in (setup command): add heuristic to check forAndreas Gruenbacher2005-12-081-4/+17
| | | | | | | input files specified on the command line in the tar/patch wrapper. - quilt/diff.in: Degrade the ``More recent patches modify files in patch'' message to a warning.
* - scripts/inspect.in: remove unnecessary path_search() functionAndreas Gruenbacher2005-10-121-19/+2
| | | | and let the shell search the path internally.
* - Replace @FOO@ macros in scripts with foo command where possible.Andreas Gruenbacher2005-09-181-9/+8
|
* - Omitting the search directory in "find" is not portable; add an explicitJean Delvare2005-09-151-1/+1
| | | | "." (Gary V. Vaughan, John Vandenberg).
* - setup command: When a patch cannot be identified, scan all theAndreas Gruenbacher2005-05-221-6/+27
| | | | | files in the build directory: the patch may have been created, unpacked from an archive, etc.
* - Quoting fix from Jean Delvare <khali@linux-fr.org>, and one moreAndreas Gruenbacher2005-05-121-4/+4
| | | | from me.
* - scripts/inspect.in: Run the RPM %prep section in /var/tmp andAndreas Gruenbacher2004-09-121-1/+1
| | | | not in /tmp: the sources can become large.
* - setup command: detect errors when running ``rpm -bp'' andAndreas Gruenbacher2004-08-131-1/+3
| | | | improve the messages of ``quilt setup''.
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-311-0/+182
and rename it to inspect. - `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches. - Update German translation.