Disable phased updates on apt
This commit is contained in:
parent
6fede92c54
commit
e5e346c973
2 changed files with 5 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue