When you need to bring over patches from one repo (we'll call it repoA) to another (repoB) without being able to pull, one of the tools to do that would be git am.
You create a few patch files by calling git format-patch HEAD and git will create a patch …
Read moreObviously, the first thing to do is to follow the existing tutorials. Unfortunately, most of them will show you how to compile some code into a single executable.
What I need is something that will run a specific custom command. I don't use the GCC toolchain. These …
After a year or so at my job, I decided to delve a bit deeper into the build scripts we were using. They were mostly an emalgamation of some tcsh and perl. Being horrified at the cruft that has crept into the system, I went and rewrote …
When running a test you go through the following flow.