Skip to content
Snippets Groups Projects
Commit 02afe78a authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

commented backport pin packages -- jessie-backports are not supported

parent f07df137
No related branches found
No related tags found
No related merge requests found
......@@ -7,19 +7,19 @@ class su_debuild {
### PACKAGES ###
# Pin some packages to Debian jessie-backports.
file {
'/etc/apt/preferences.d/debian-build':
ensure => present,
content => template('su_debuild/etc/apt/preferences.d/debian-build.erb'),
mode => '0644',
notify => Exec['apt-get_update_debuild_jessie'];
}
# Triggered to refresh local package lists.
exec { 'apt-get_update_debuild_jessie':
command => 'apt-get update',
refreshonly => true,
}
# file {
# '/etc/apt/preferences.d/debian-build':
# ensure => present,
# content => template('su_debuild/etc/apt/preferences.d/debian-build.erb'),
# mode => '0644',
# notify => Exec['apt-get_update_debuild_jessie'];
# }
# # Triggered to refresh local package lists.
# exec { 'apt-get_update_debuild_jessie':
# command => 'apt-get update',
# refreshonly => true,
# }
# Packages needed for package building. Add ant here because although we
# don't need it in general on all development systems, but it's useful
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment