aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-12-14Support multiple packages corresponding to multiple releng branches.Rob Austein
We want to be able to provide packaged builds of development branches. The most straightforward way to do this is a 1:1 correspondence between branches in the releng tree and variant package names. We adopt a simple convention: the base package name corresponds to the master branch, all other branches are named with the base package name followed by the branch name. So the master branch is the cryptech-alpha package, the ksng branch is the cryptech-alpha-ksng branch, and so forth. This isn't a perfect solution, but it's probably good enough. In order to do this, we need to generate the debian/control file at build-time, so that we can generate the list of conflicting packages. This commit also pulls in a few changes that had collected on the master branches of various repositories, chiefly because a few of them were necessary to get it the build to run at all.
2016-08-10Updated tamper code; new port of libcli; libhal / PKCS #11 bugfixes.Rob Austein
2016-07-12Simplify command for normal pull/build/upload cycle.Rob Austein
2016-07-11Clean up old Homebrew source package tarballs.Rob Austein
2016-07-08clean target has to remove "tap" explicitly, "git clean -dfx" won't touch it.Rob Austein
2016-07-03Oops, lost trivial bugfix to upload command.Rob Austein
2016-07-03Simplify version numbering, add preliminary Homebrew support.Rob Austein
2016-06-29Tweak ownerships and permissions in firmware tarball.Rob Austein
2016-06-29Make sure we regenerate the changelog when generating a new source package.Rob Austein
In the long run, once this stablizes into a normal set of Debian packages with human maintainer(s), this business of constructing the package changelog automatically will go away, but as long as we're automating this, we need to be consistant in our automation.
2016-06-29Add tamper.hex to firmware tarball; start adding support scripts; more minor ↵Rob Austein
build process cleanup.
2016-06-28Tweak build-shadow-tree.py to adjust an existing tree as well as creating a ↵Rob Austein
new one. Original design intent was that the build tree be created once then left alone, but this turns out to be short-sighted: we really don't want to have to re-synthesize all of the Verilog code just because somebody added a new C file to the firmware.
2016-06-27Mostly working. A few scripts still missing from binary packages, and no ↵Rob Austein
Homebrew yet.
2016-06-27First cut at consolidated alpha releng.Rob Austein
Undoubtedly doesn't work yet, and still needs doc, but perhaps now ready for testing on build machine.