diff options
author | intrigeri <intrigeri@boum.org> | 2016-05-14 15:35:22 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-05-14 15:35:22 +0000 |
commit | cde266db0b8412e86112d5d626242826bcd64545 (patch) | |
tree | 512fbfe2797e451a579fec0b3c594706d0bd3afd /files/reprepro/snapshots | |
parent | d4a831ad6d36c26b901e2642541cb316737038ee (diff) |
Always signed tagged snapshots.
Diffstat (limited to 'files/reprepro/snapshots')
-rwxr-xr-x | files/reprepro/snapshots/tagged/tails-prepare-tagged-apt-snapshot-import | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/reprepro/snapshots/tagged/tails-prepare-tagged-apt-snapshot-import b/files/reprepro/snapshots/tagged/tails-prepare-tagged-apt-snapshot-import index b6a3a6f..db37fa6 100755 --- a/files/reprepro/snapshots/tagged/tails-prepare-tagged-apt-snapshot-import +++ b/files/reprepro/snapshots/tagged/tails-prepare-tagged-apt-snapshot-import @@ -292,6 +292,7 @@ foreach my $origin (sort keys %{ $data->{origin_references} }) { "Suite: $suite\n", "Architectures: ", (join ' ', @archs), " $source\n", "Components: ", (join ' ', @components), "\n", + "SignWith: yes\n", "Update: $origin-$suite\n", "\n", ); |