trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

Re: [trinity-devel] FTBFS tqca-tls (x86_64) can't find TQt3 (i686 builds?)

From: Darrell Anderson <humanreadable@...>
Date: Sun, 24 Jun 2012 15:40:33 -0700 (PDT)
> "How do I go about reverting specific commits in the build files?"

Use the --reverse parameter, like this:

cat a5dfd481.diff | patch -p1 --reverse --verbose --no-backup-if-mismatch || exit 1

I do that often when troubleshooting new problems that did not exist a day or two earlier.

Darrell