summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove IFS reset, as the set was removed already.Diego Elio Pettenò2006-12-301-2/+0
| | | | svn path=/trunk/; revision=30
* Remove temporary files if the patch gets applied fine.Diego Elio Pettenò2006-12-181-0/+1
| | | | svn path=/trunk/; revision=20
* Allow a patchset to specify a function to execute on the target instead of ↵Diego Elio Pettenò2006-12-181-0/+4
| | | | | | an actual patch, this way it can be used also to fix behaviours that would require a lot of patching (used already in KDE). svn path=/trunk/; revision=15
* Output a warning if the patch failed to apply but it's not required.Diego Elio Pettenò2006-12-181-5/+10
| | | | svn path=/trunk/; revision=13
* Announce the patchset first and the targets one by one later.Diego Elio Pettenò2006-12-181-1/+3
| | | | svn path=/trunk/; revision=10
* Handle errors from the patching subshell in different ways depending on the ↵Diego Elio Pettenò2006-12-181-2/+8
| | | | | | code. svn path=/trunk/; revision=9
* Announce which patchset and on which target we're handling every time.Diego Elio Pettenò2006-12-181-0/+2
| | | | svn path=/trunk/; revision=8
* Add ability for a patchset to tell if the patch is required, and to give a ↵Diego Elio Pettenò2006-12-181-2/+19
| | | | | | specific error message in case it failed to apply. svn path=/trunk/; revision=7
* Add first implementation of autoepatch; patches define a function to find ↵Diego Elio Pettenò2006-12-181-0/+63
which targets are to be patched, and autoepatch tries all the patches on them. There's a long list of TODOs to handle though. svn path=/trunk/; revision=5