Commit Graph

11 Commits

Author SHA1 Message Date
fdc7459143 Handle gpg signing better (#1123)
Instead of checking whether it was set previously, setting it to false,
then setting it back to true if it was true before, just use the
command-line argument in git to override the config for that command.
Using a variable makes it pretty painless to do.
2018-05-24 13:41:50 -05:00
cf82968f35 Apply workaround for patch application on Windows (#1122)
This is not a perfect workaround but it seems to be the best solution
for the moment.

On Windows, this means that when a patch fails to apply, you would now
need to fix that patch, finish the apply (AM), then rebuild all patches,
and then finally re-run the patch apply procedure in order to continue.

This adds a small amount of overhead compared to the traditional method
(which will still work on *nix environments, including WSL). However, it
seems preferable to the build not working on Windows at all.
2018-05-16 20:41:10 -05:00
d48896cf0e Z plays with scripts and GPG part 2 2016-04-13 22:39:54 -05:00
b53c80ce35 Revert "Z plays with the scripts and GPG some more"
This reverts commit e3e56baeea.
2016-04-13 22:39:54 -05:00
e3e56baeea Z plays with the scripts and GPG some more 2016-04-13 22:05:59 -05:00
85a924b7dd Move comment to its proper location 2016-04-07 01:39:54 -05:00
d158c69570 Disable, Enable GPG signs as needed Pre, Post git am
Disable GPG signing before AM, slows things down and doesn't play nicely.
There is also zero rational or logical reason to do so for these sub-repo AMs.
It's re-enabled (if needed) immediately after, pass or fail.

Given GitHub's recent push for GPG signing, and our own testing, this is not
only helpful, but necessary.
2016-04-07 01:36:23 -05:00
56705f6445 Workaround for OSX not having the realpath command. 2016-04-03 03:35:51 -05:00
ed05173181 Use set -e to handle errors better in the build scripts 2016-04-03 02:23:19 -05:00
aeea23a135 Rebuild patches after we continue from a paper edit. 2016-04-02 18:34:27 -05:00
09812092f9 Cleanup and restructure the project 2016-04-01 22:55:54 -05:00