[reprotest] branch master updated (c6eb223 -> 80d39fd)

Ximin Luo infinity0 at debian.org
Thu Aug 17 18:05:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch master
in repository reprotest.

      from  c6eb223   Fix tests for the case where reprotest is not installed
       new  134f9cc   ENH: lib: add a system_interface abstraction for Debian-specific calls
       new  ce92700   ENH: lib: add a system_interface instance for Arch-Linux
       new  397fe78   ENH: lib: add the ability to select the system_interface being used
       new  80d39fd   ENH: reprotest: Add support for a host toolchain

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 reprotest/__init__.py                      | 18 ++++++++----
 reprotest/lib/adt_testbed.py               | 28 ++++++++++++++----
 reprotest/lib/system_interface/__init__.py | 32 ++++++++++++++++++++
 reprotest/lib/system_interface/arch.py     | 45 ++++++++++++++++++++++++++++
 reprotest/lib/system_interface/debian.py   | 47 ++++++++++++++++++++++++++++++
 5 files changed, 159 insertions(+), 11 deletions(-)
 create mode 100644 reprotest/lib/system_interface/__init__.py
 create mode 100644 reprotest/lib/system_interface/arch.py
 create mode 100644 reprotest/lib/system_interface/debian.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list