File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
integration/repositories/controls Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
its ( 'mode' ) { should cmp '0755' }
26
26
end
27
27
28
- describe file ( '/etc/apt/sources.list.d/spotify -binary.list' ) do
28
+ describe file ( '/etc/apt/sources.list.d/multimedia-stable -binary.list' ) do
29
29
it { should exist }
30
30
it { should be_owned_by 'root' }
31
31
it { should be_grouped_into 'root' }
32
32
its ( 'mode' ) { should cmp '0644' }
33
33
its ( :content ) do
34
34
should match (
35
- %r{deb \[ arch=amd64\] http://repository.spotify.com stable non-free }
35
+ %r{deb \[ arch=amd64\] http://www.deb-multimedia.org stable main }
36
36
)
37
37
end
38
38
end
Original file line number Diff line number Diff line change 6
6
clean_sources_list_d : true
7
7
8
8
repositories :
9
- spotify :
9
+ multimedia-stable :
10
10
distro : stable
11
- url : http://repository.spotify.com
11
+ url : http://www.deb-multimedia.org
12
12
arch : [amd64]
13
- comps : [non-free ]
14
- keyid : 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
13
+ comps : [main ]
14
+ keyid : 5C808C2B65558117
15
15
keyserver : keyserver.ubuntu.com
16
16
heroku :
17
17
distro : ./
You can’t perform that action at this time.
0 commit comments