Skip to content
Snippets Groups Projects
Commit e5e346c9 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Disable phased updates on apt

parent 6fede92c
No related branches found
No related tags found
No related merge requests found
// The phased updates system from Ubuntu does not apply
// correctly to our repositories and should be disabled.
Update-Manager::Always-Include-Phased-Updates "True";
#!/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 @@ ...@@ -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
......
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