| Age | Commit message (Collapse) | Author | Files | Lines |
|
- typo fix
|
|
- no need to enable restricted by default, things will still work
without it and it may well be a conscious decision
|
|
- use self.source_code_sources when enabling a component
* DistUpgrade/DistUpgradeControler.py:
- make sure to enable restricted as well otherwise the kernel
won't upgrade
|
|
- fix hasattr() usage
|
|
- disable backports fetching
|
|
- check for self.sources,self.aptcdrom before using it
|
|
- typo
|
|
- fix in clear()
* UpdateManager/UpdateManager.py:
- fixes in the new DistUpgrader code
|
|
- get the with,without-network argument passing right
|
|
- bugfixing in the useNetwork code
|
|
- added --with-network, --without-network to avoid asking the
"do you want to use a network" question
|
|
- if we use backports, make sure apt uses the right dpkg
|
|
- add clear() function that is autoMark friendly
* DistUpgrade/DistUpgradeControler.py:
- bugfixes
- pass the old arguments to the new execed child
* DistUpgrade/dist-upgrade.py:
- remove debug output
|
|
- use python2.4-apt
* DistUpgrade/DistUpgradeControler.py:
-fix pathes
|
|
- bugfixes
- use os.execve() when re-execing
|
|
- the sources.list fragment for the backports
* DistUpgrade/DistUpgradeControler.py:
- run the backports fetching as early as possible
|
|
- bugfixes in the new "use-backports" code
|
|
use ~dapper as identifier
* DistUpgrade/DistUpgradeControler.py, DistUpgrade/dist-upgrade.py:
- add "--haveBackports" to skip parts of the procedure
- re-exec itself when all the backports are in place
|
|
- added version identifier to the config to ensure that we get the right
version of backported packages (currently set to ~dapper)
* DistUpgrade/DistUpgradeControler.py:
- check the versionlist of the backported packages to find the one we need
|
|
- do not mark the backports for install and use the PM interface but the
apt_pkg.GetPkgAcqFile() so that we don't have to worry about dependencies
|
|
- start a initial backports feature
|
|
|
|
no-upgrades-avaiable and replace-conf-file
* introduce an abort method for the view to provide a visual feedback
that the upgrade was canceled
|
|
- increased the freespace savety buffer
* debian/changelog:
- updated (prepared new upload)
|
|
- no longer needed, part of DistUpgrade.cfg now
* DistUpgrade/mirrors.txt, DistUpgrade/removal_blacklist.txt:
- renamed for consitency
* DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgradeCache.py:
- added "RemovalBlacklistFile" instead of hardcoding it
* DistUpgrade/DistUpgradeConfigParser.py:
- added "datadir" to constructor
* DistUpgrade/DistUpgradeControler.py:
- added datadir
* DistUpgrade/DistUpgradeView.py:
- added "hideStep()" method
- added STEP_PREPARE, STEP_MODIFY_SOURCES, STEP_FETCH_INSTALL, STEP_CLEANUP, STEP_REBOOT
* DistUpgrade/DistUpgradeViewGtk.py:
- implemendted hideStep()
- added datadir arguemnt for constructor
* dist-upgrade.py
- run it with the "." as arguemnt for the config
* UpdateManager/UpdateManager.py:
- if it can't be updated, ask about a dist-upgrade instead
* update-manager.
- added --dist-upgrade
* po/*.po
- make update-po
|
|
- add the Debug::pkgDepCache::AutoInstall debug option
* DistUpgrade/DistUpgradeView.py:
- add missing import gettext
* DistUpgrade/DistUpgradeViewGtk.py:
- be more robust against gettext failure
* DistUpgrade/cdromupgrade:
- fix path
|
|
- updated to reflect reality
* DistUpgrade/DistUpgradeControler.py:
- set the permission for the apt.log file to 0644
* DistUpgrade/cdromupgrade:
- updated and comments added
* po/*:
- make update-po
|
|
- change the obsoletes calculation when run without network and
consider demotions as obsoletes then (because we can't really use
the pkg.downloadable hint without network after the sources.list
was rewritten
|
|
- added download time estimation (based on modem and 1Mbit DSL)
|
|
- more useful error reporting, includes advice about the file that
are required to add to the bugreport (/var/log/dist-upgrade/*)
|
|
- s/download/fetch/
- integrate the cdrom scan progress into the view
- fixes to the cdrom scan code
|
|
- fix the position of the cdrom.add()
|
|
- added cdrom progress (for testing)
|
|
- if run in CDROM mode and the cd fails to mount, fail
* UpdateManager/Common/aptsources.py:
- from DistInfo import DistInfo (relative now instead of absolute)
|
|
- more bugfixing
|
|
- fix a bunch of errors
|
|
- added --cdrom" option to point to the cdrom mount point to use during
install
* DistUpgrade/DistUpgradeControler.py:
- basic support for CDROM based upgrades added via AptCdrom object and
useNetworking question
|
|
|
|
- sort the demotions list
* DistUpgrade/Changelog:
- updated
|
|
- always enable "main" on upgrades, this ensures that we do not end up
with a system without the main archive (various bugs for breezy->dapper)
* data/channels/Debian.info, data/channels/Ubuntu.info:
- added pre-generated files (required for the upgrader)
* UpdateManager/Common/aptsources.py:
- add a "matcherPath" parameter to SourcesList (for the upgrader)
|
|
- added NullMatcher and a "withMatcher" argument
|
|
|
|
- more logging
|
|
|
|
- another missing bindtextdomain
|
|
- fix free space calculation
|
|
- make the warnings from apt go away
* DistUpgrade/dist-upgrade.py:
- make sure to run under a segv handler and write faults to
/var/log/dist-upgrade-segv.log
* DistUpgrade/ReleaseAnnouncement:
- point to RC1
|
|
- typos fixed and translations unfuzzied (ubuntu: #46792,#46464)
* po/*.po: translations unfuzzied
|
|
|
|
|