#!/bin/bash # Copyright © 2015 Mattia Rizzolo # Copyright © 2015 Holger Levsen # released under the GPLv=2 DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" . /srv/jenkins/bin/reproducible_common.sh # build and publish the html version VERSION=$(git log -1 --pretty='%h') SPEC=$1 make $SPEC.html mkdir -pv "$BASE/specs/$SPEC" mv -v html/* "$BASE/specs/$SPEC" irc_message "$REPRODUCIBLE_URL/specs/$SPEC updated to $VERSION"