summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-03-23 12:19:33 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-01 17:57:53 +0000
commit128a8a927ce3c0ba4dd8a1d3b7a83dae45d8e0a3 (patch)
tree995f1e5b99db18ba13577fd7bfa83619881757a6 /without-test-modules
parent06b4db06f3e5c29c10953cde04bccd97f09087cd (diff)
downloadmorph-128a8a927ce3c0ba4dd8a1d3b7a83dae45d8e0a3.tar.gz
Add `morph certify` plugin to check for build reproducibility.
Currently does three checks: 1. Checks that all chunks in given system(s) have sha1 refs. 2. Checks that all sha1 refs are anchored. Unanchored refs can be removed on `git gc`. 3. Checks that all chunk repos are on the trove-host. Change-Id: Iaf105b1614a45616684e68a08f28b8529d4321fa
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index 863f6f0f..caf10c8b 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -32,6 +32,7 @@ morphlib/plugins/print_architecture_plugin.py
morphlib/plugins/add_binary_plugin.py
morphlib/plugins/push_pull_plugin.py
morphlib/plugins/distbuild_plugin.py
+morphlib/plugins/certify_plugin.py
distbuild/__init__.py
distbuild/build_controller.py
distbuild/connection_machine.py