Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-12 | * fix in the duplicated source checking (thanks to Sebastian Heinlein) | Michael Vogt | 1 | -9/+13 | |
2007-02-26 | * separate the checking of duplicates of binary and source repositories | Sebastian Heinlein | 1 | -9/+13 | |
when changing the server of the distro - fix LP #86219 | |||||
2007-02-19 | * aptsources/distro.py: | Michael Vogt | 1 | -1/+1 | |
- fixed crash in add_source() | |||||
2007-02-13 | * fixed crash in Mirror.has_repository | Michael Vogt | 2 | -3/+7 | |
* fixed docstring | |||||
2007-02-05 | * aptsources/distinfo.py: | Michael Vogt | 1 | -2/+2 | |
- do not crash if the mirror file can not be read | |||||
2007-02-05 | * merge | Sebastian Heinlein | 2 | -2/+2 | |
2007-02-05 | * write an empty default sources.list if all sources have been removed | Sebastian Heinlein | 2 | -1/+9 | |
2007-02-02 | * change all obsolete references to the former python-aptsources | Sebastian Heinlein | 2 | -2/+2 | |
2007-01-19 | * rename aptsources to sourceslist (aptsources is already used by the | Sebastian Heinlein | 2 | -4/+12 | |
package, since the other parts were moved away this file only contains sources.list parsing and manipulating only) * rename get_ubuntu_lp_mirror to get_ubuntu_mirrors_from_lp (should be clearer) * fix some imports | |||||
2007-01-19 | * move the distro handling into its own file (distro.py) | Sebastian Heinlein | 3 | -451/+477 | |
* rename DistInfo to distinfo, since it contains more than only one class * Use the term template instead of suite in distinfo * fix the test function | |||||
2007-01-19 | * merge aptsources into the source repository | Sebastian Heinlein | 3 | -0/+1066 | |
- skipped the gettext integration, since nearly all strings changed recently (no need to blow up the bzr repo) - still needs integration into the setup procedure - added the update-manager authors to the python-apt ones |