From 128a8a927ce3c0ba4dd8a1d3b7a83dae45d8e0a3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 23 Mar 2015 12:19:33 +0000 Subject: 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 --- without-test-modules | 1 + 1 file changed, 1 insertion(+) (limited to 'without-test-modules') 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 -- cgit v1.2.1