Added a repository to the production configuration.

This commit is contained in:
Christoph Haas 2014-12-30 16:54:49 +01:00
parent 97b7b49b4c
commit ba5e1f0d3a

View file

@ -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