diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-21 19:35:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-21 19:35:03 -0200 |
commit | 70a083bfd61f99f115a6f8fd7c28e579e652ecfb (patch) | |
tree | b733ce4f86ba67df5dcf2da90f4148eddf945dd7 | |
parent | 97e16e261aacaffe162e5ca0b93e2c8192fc5f87 (diff) | |
download | puppet-reprepro-70a083bfd61f99f115a6f8fd7c28e579e652ecfb.tar.gz puppet-reprepro-70a083bfd61f99f115a6f8fd7c28e579e652ecfb.tar.bz2 |
Support for .bz2 indices
-rw-r--r-- | templates/distributions.erb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/distributions.erb b/templates/distributions.erb index 5285592..62d6502 100644 --- a/templates/distributions.erb +++ b/templates/distributions.erb @@ -8,6 +8,10 @@ Components: main non-free contrib Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders +DebIndices: Packages Release . .gz .bz2 +UDebIndices: Packages . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: . .gz .bz2 Origin: <%= reprepro_origin %> Label: <%= reprepro_origin %> @@ -20,6 +24,10 @@ Components: main non-free contrib Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders +DebIndices: Packages Release . .gz .bz2 +UDebIndices: Packages . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: . .gz .bz2 Origin: <%= reprepro_origin %> Label: <%= reprepro_origin %> @@ -32,6 +40,10 @@ Components: main non-free contrib Description: koumbit specific (or backported) packages SignWith: yes Uploaders: uploaders +DebIndices: Packages Release . .gz .bz2 +UDebIndices: Packages . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: . .gz .bz2 Origin: koumbit Label: koumbit @@ -43,6 +55,10 @@ Components: main non-free contrib Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders +DebIndices: Packages Release . .gz .bz2 +UDebIndices: Packages . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: . .gz .bz2 Origin: <%= reprepro_origin %> Label: <%= reprepro_origin %> @@ -53,3 +69,7 @@ Components: main non-free contrib Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders +DebIndices: Packages Release . .gz .bz2 +UDebIndices: Packages . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: . .gz .bz2 |