Added test files for the Debian package repository importer

This commit is contained in:
Christoph Haas 2014-12-05 01:24:08 +01:00
parent ef30db8b55
commit 1bae7cf382

View file

@ -29,4 +29,12 @@ Debshots::Application.configure do
# URL prefix leading to the static images that should get delivered by the web server
config.images_path_prefix = '/screenshots'
# DEB package repositories to parse when running "rake import_debian"
config.package_sources = [
{
type: 'apt', url: 'lib/tasks/files/',
#components: ['main','restricted','universe','multiverse']
}
]
end