diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2011-06-21 23:02:26 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2011-06-21 23:02:26 -0400 |
commit | be856169725f0abe7ac5e1633d4774b1d6c0a1d9 (patch) | |
tree | 84f3d2b0c825b779efd3c63288523c61407f2953 /templates | |
parent | 2346777ec2c5937148b26f579bb983d864f6e2d5 (diff) |
make repository origin customizeable
Diffstat (limited to 'templates')
-rw-r--r-- | templates/distributions.erb | 24 | ||||
-rw-r--r-- | templates/index.html.erb | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/templates/distributions.erb b/templates/distributions.erb index 761ae9a..e004778 100644 --- a/templates/distributions.erb +++ b/templates/distributions.erb @@ -1,28 +1,28 @@ -Origin: <%= domain %> -Label: <%= domain %> +Origin: <%= reprepro_origin %> +Label: <%= reprepro_origin %> Suite: reallyoldstable Codename: etch Version: 3.0 Architectures: i386 amd64 source kfreebsd-amd64 kfreebsd-i386 Components: main non-free contrib -Description: <%= domain %> specific (or backported) packages +Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders -Origin: <%= domain %> -Label: <%= domain %> +Origin: <%= reprepro_origin %> +Label: <%= reprepro_origin %> Suite: oldstable Pull: stable Codename: lenny Version: 5.0 Architectures: i386 amd64 source kfreebsd-amd64 kfreebsd-i386 Components: main non-free contrib -Description: <%= domain %> specific (or backported) packages +Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders -Origin: <%= domain %> -Label: <%= domain %> +Origin: <%= reprepro_origin %> +Label: <%= reprepro_origin %> Suite: stable Pull: testing Codename: squeeze @@ -40,16 +40,16 @@ Pull: unstable Codename: wheezy Architectures: i386 amd64 source kfreebsd-amd64 kfreebsd-i386 Components: main non-free contrib -Description: <%= domain %> specific (or backported) packages +Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders -Origin: <%= domain %> -Label: <%= domain %> +Origin: <%= reprepro_origin %> +Label: <%= reprepro_origin %> Suite: unstable Codename: sid Architectures: i386 amd64 source kfreebsd-amd64 kfreebsd-i386 Components: main non-free contrib -Description: <%= domain %> specific (or backported) packages +Description: <%= reprepro_origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders-sid diff --git a/templates/index.html.erb b/templates/index.html.erb index 6cf4a3e..65ac222 100644 --- a/templates/index.html.erb +++ b/templates/index.html.erb @@ -5,7 +5,7 @@ <body> <h1>Introduction</h1> -<p>This is the Debian package repository of <%= domain %>. It is used for internal +<p>This is the Debian package repository of <%= reprepro_origin %>. It is used for internal distribution of locally built packages not yet part of Debian. Feel free to use it for yourself, but it comes at no warranty. |