blob: 9d0fc8c1d3e0eae3c5821807346ac37375d54d78 [file]
<h4> Configuration required to reproduce data </h4>
{% if commit.commit_in_gerrit %}
$ git fetch {{commit.commit_url}} {{commit.commit_ref}}<br>
{% endif %}
$ git checkout {{ commit.commitid }}<br>
$ ./configure {{ config_flags }}<br>
{% if runtime_flags != None %}
$ {{ runtime_flags }}<br>
{% endif %}