[Reproducible-commits] [blog] 01/01: First draft of week 1 overview blog

Ceridwen ceridwen-guest at moszumanska.debian.org
Thu Jun 2 15:55:36 UTC 2016


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

ceridwen-guest pushed a commit to branch master
in repository blog.

commit 8c20c3b02308fba06bb1f0abf2c6512a27bb5678
Author: Ceridwen <ceridwenv at gmail.com>
Date:   Thu Jun 2 11:55:30 2016 -0400

    First draft of week 1 overview blog
---
 drafts/people/ceridwen/week1.mdwn | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/drafts/people/ceridwen/week1.mdwn b/drafts/people/ceridwen/week1.mdwn
new file mode 100644
index 0000000..cde9451
--- /dev/null
+++ b/drafts/people/ceridwen/week1.mdwn
@@ -0,0 +1,22 @@
+[[!meta title="Reprotest repository exists and installs"]]
+
+I had family obligations for most of the past week, so I haven't had a
+chance to do more than get started on reprotest.  The
+[repository](https://anonscm.debian.org/cgit/reproducible/reprotest.git/)
+now contains a version of reprotest that can be installed with
+pip/setuptools (run `python setup.py install` in the repository
+directory or `pip reprotest/` from its parent directory) or with
+debhelper (run `debuild -b -uc -us` in the repository, then install
+the resulting .deb).  I've tested this works by installing into a
+virtualenv and onto my own system, but if anyone else wants to verify
+this, that would be great.  At the moment, reprotest doesn't *do*
+anything, mind.
+
+I ended up importing significant amounts of code from autopkgtest into
+reprotest.  While I may change my opinion as I read the code further,
+my first analysis is that much of the code responsible for processing
+command line arguments and config files (in lib/ and runner/) and
+building and communicating with the environments/virtual servers (in
+runner/, tools/, and virt-subproc/) can be adapted for reprotest.
+Once I have the chance to begin implementing functionality, I intend
+to discuss this in more detail.

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



More information about the Reproducible-commits mailing list