<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -356,6 +356,9 @@ sub _parse_rule_globals {
   elsif ($rule_line =~ m/^source\s+(.+)/) {
     $rule-&gt;{source}{url} = _expand_vars($rule, $1);
   }
+  elsif ($rule_line =~ m/^signature\s+(\S+)\s+(\S+)$/) {
+    $rule-&gt;{source}{sigs}{$1} = $2;
+  }
   elsif ($rule_line =~ m/^name\s+(.+)/) {
     my $name = _expand_vars($rule, $1);
     $rule-&gt;{vars}{NAME} = $rule-&gt;{name} = $name;</diff>
      <filename>bin/mb-build</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>333d2bb552d59bd51192eb329c5ef658f377b98b</id>
    </parent>
  </parents>
  <author>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </author>
  <url>http://github.com/melo/my-baseline/commit/531d9a5aa6acd417b1b781ffc0ed7d9e635d65ec</url>
  <id>531d9a5aa6acd417b1b781ffc0ed7d9e635d65ec</id>
  <committed-date>2008-09-16T08:27:57-07:00</committed-date>
  <authored-date>2008-09-16T08:27:57-07:00</authored-date>
  <message>Parse the `signature` global command

Allows you to specify a digital signature for the source tarball.

The format is simple:

    signature sha1 149d19caa3059de9faef34f80630642fd61651ad
    signature md5  500a9f11613d6c8ab6dcf12bec1b3ed3

You can specify several signatures.

We don't use it yet, though.

Signed-off-by: Pedro Melo &lt;melo@simplicidade.org&gt;</message>
  <tree>1cd375ff9b7d1cab82b9ae02fe7e04039d4611c4</tree>
  <committer>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </committer>
</commit>
