Skip to content

Commit

Permalink
[backend] Also publish diff.gz for Debian repos
Browse files Browse the repository at this point in the history
  Debian patches are also shipped in diff.gz format.

Signed-off-by: Hector Oron <hector.oron@collabora.co.uk>
  • Loading branch information
Hector Oron authored and adrianschroeter committed Mar 19, 2012
1 parent 8713e82 commit 6e3cd3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/bs_publish
Expand Up @@ -1049,6 +1049,8 @@ sub publish {
$p = "$bin";
} elsif ($bin =~ /\.tar\.(:?gz|bz2|xz)(:?\.sha256)?$/) {
$p = "$bin";
} elsif ($bin =~ /\.diff\.(:?gz)(:?\.sha256)?$/) {
$p = "$bin";
} elsif ($bin =~ /\.dsc(:?\.sha256)?$/) {
$p = "$bin";
} elsif ($bin =~ /\.ovf(:?\.sha256)?$/) {
Expand Down

0 comments on commit 6e3cd3c

Please sign in to comment.