[Reproducible-builds] [misc] 03/03: get-reproducible.sh: create a nice table

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Feb 14 12:34:54 UTC 2014


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

lunar pushed a commit to branch master
in repository misc.

commit 543e54568e09aedfb75b07a2f8a46c860a97140c
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Feb 14 13:34:18 2014 +0100

    get-reproducible.sh: create a nice table
---
 sort-logs/get-reproducible.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sort-logs/get-reproducible.sh b/sort-logs/get-reproducible.sh
index fc32dba..39fcc3e 100755
--- a/sort-logs/get-reproducible.sh
+++ b/sort-logs/get-reproducible.sh
@@ -2,4 +2,6 @@
 
 LOG_DIR="$1"
 
-find "$LOG_DIR" -maxdepth 1 -type f -name '*.diffp' -print0 | xargs -0 grep --files-without-match '^-' | sed -E 's/^.*\/([^_]+)_.*$/\1/'
+(
+echo "||'''Source''' ||'''Tested version''' ||'''Time''' ||'''Build path''' ||'''Hostname''' ||'''Username''' ||'''Uname'''||'''Filesystem''' ||"
+find "$LOG_DIR" -maxdepth 1 -type f -name '*.diffp' -print0 | xargs -0 grep --files-without-match '^-' | sed -E 's/^.*\/([^_]+)_([^_]+).*$/||DebianPts:\1 ||\2 || {*} || {*} || {o} || {o} || {o} || {o} ||/' | sort ) | column -t

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



More information about the Reproducible-builds mailing list