Skip to content

Commit

Permalink
Add a script for mailing signed build info files
Browse files Browse the repository at this point in the history
  • Loading branch information
olabini committed Nov 6, 2016
1 parent 56bdd4d commit de247a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -113,3 +113,6 @@ sign-reproducible:

upload-reproducible-signature:
./push_build_info.sh bin/build_info.$(KEYID).asc $(TAG_VERSION) build_info.$(KEYID).asc

send-reproducible-signature:
./mail_build_info.sh bin/build_info.$(KEYID).asc $(TAG_VERSION)
6 changes: 6 additions & 0 deletions mail_build_info.sh
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

FILE=$1
TAG=$2

echo "Hello, attached is a signed build info for tag: $TAG" | mail -a $FILE -s "Signed build info for tag: $TAG" coyim@thoughtworks.com
5 changes: 0 additions & 5 deletions reproducible/docker/apt_preferences
@@ -1,8 +1,3 @@





Package: acl
Pin: version 2.2.52-2
Pin-Priority: 9999
Expand Down

0 comments on commit de247a1

Please sign in to comment.