Added test files for the Debian package repository importer
This commit is contained in:
parent
ef30db8b55
commit
1bae7cf382
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue