Disable phased updates on apt

This commit is contained in:
Ruben Rodriguez 2018-09-23 13:23:40 -04:00
parent 6fede92c54
commit e5e346c973
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
// The phased updates system from Ubuntu does not apply
// correctly to our repositories and should be disabled.
Update-Manager::Always-Include-Phased-Updates "True";

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008-2016 Rubén Rodríguez <ruben@trisquel.info> # Copyright (C) 2008-2018 Rubén Rodríguez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
COMPONENT=main COMPONENT=main
. ./config . ./config