Added a repository to the production configuration.
This commit is contained in:
parent
97b7b49b4c
commit
ba5e1f0d3a
1 changed files with 7 additions and 0 deletions
|
|
@ -83,4 +83,11 @@ Debshots::Application.configure do
|
|||
|
||||
# URL prefix leading to the static images that should get delivered by the web server
|
||||
config.images_path_prefix = '/screenshots'
|
||||
|
||||
config.package_sources = [
|
||||
{
|
||||
description: 'Debian Unstable (Sid)', type: 'apt', url: 'http://ftp.de.debian.org/debian/dists/sid',
|
||||
#components: ['main','restricted','universe','multiverse']
|
||||
}
|
||||
]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue