aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-03Add dependencies for sqlite3 and pyserial to Homebrew formula.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-07-02Drag in MacOSX support.Rob Austein
2016-07-01Drag in libhal Makefile fix.Rob Austein
2016-06-30Drag in RPC wire format changes.Rob Austein
2016-06-29Document the build process.Rob Austein
2016-06-29Drag in submodule updates.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-28Drag in today's submodule updates.Rob Austein
2016-06-27Update .gitignore.Rob Austein
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.
2016-06-27Merged firmware/master.Rob Austein
2016-06-27Merged software/master.Rob Austein
2016-06-27Initial commit to new merged Alpha release engineering repository.Rob Austein
2016-06-26Fix distclean target and drag in change to disable libtfm assembly code.Rob Austein
2016-06-26Drag in subrepository changes.Rob Austein
2016-06-26Move source code one level down in tree to get names in source package right.Rob Austein
2016-06-26More GNUmakefile cleanup.Rob Austein
2016-06-26More GNUmakefile cleanup.Rob Austein
2016-06-25Drag in latest subrepos.Rob Austein
2016-06-25Drag in latest subrepos.Rob Austein
2016-06-23Drag in submodule updates.Rob Austein
2016-06-23Drag in submodule updates.Rob Austein
2016-06-23Tweak dependencies so we don't rebuild (particularly the bitstream) ↵Rob Austein
unnecessarily.
2016-06-23Pull libtfm fix into releng super-repository.Rob Austein
2016-06-23Fix test for whether a package is already in the repository; other minor ↵Rob Austein
cleanup.
2016-06-23Whack with club until builds under pbuilder for Debian Jessie and Ubuntu Xenial.Rob Austein
Drop use of private sqlite3 library, probably not needed anywhere, certainly not on Debian or Ubuntu. Handling of version number of shared library (libpkcs11.so.N) is wrong, right now we just use .0, need to sort out where that version number comes from in this wonderful multi-repository universe.
2016-06-22First cut at release engineering for software that goes with the Alpha board.Rob Austein
This may well end up merging with the firmware super-repository, but, having started down the road of making them separate, let's keep it that way while we get the initial stuff out of the way, then merge them if it still seems like a good idea when the basics are working.
2016-06-22SHA-256 hashes in manifest should use same naming scheme as files in ↵Rob Austein
tarball, doh.
2016-06-22Fix script permission, and suppress gpg warning that doesn't really apply to ↵Rob Austein
dedicated build machine.
2016-06-22Simplify, particularly gpg handling; store a bit more repository info in the ↵Rob Austein
JSON metadata.
2016-06-22Cleanup.Rob Austein
2016-06-21First cut at package builder.Rob Austein
2016-06-21First step towards Alpha board firmware release engineering.Rob Austein
Committing and pushing early so I can do initial test builds on something with a little more horsepower.