Changes to prevent the update system from automatically connect to the repos without the user's permission

This commit is contained in:
Ruben Rodriguez 2018-02-12 21:31:26 -05:00
parent eaed0737fe
commit 52cfb8eb29
5 changed files with 89 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2012 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2012-2018 Ruben Rodriguez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
COMPONENT=main
. ./config
@ -25,6 +25,9 @@ COMPONENT=main
rm debian/update-notifier-hp-firmware.conf
sed '/hp-firmware/d' -i debian/update-notifier.install
# Prevent automated connections
sed '/Update-Package-Lists/s/1/0/' -i debian/10periodic
changelog "Disabled hp-firmware handling"
compile