summaryrefslogtreecommitdiff
path: root/aptsources/distro.py
AgeCommit message (Collapse)AuthorFilesLines
2007-03-23* add a mirror comparision function to clean up the codeSebastian Heinlein1-7/+13
* handle multiple server in a more sane way
2007-03-23* Merge with mvoSebastian Heinlein1-37/+4
* fix comparisoin of urls that include a trainling slash * remove an obsolete and duplicated method
2007-03-22* use the correct gettext domainMichael Vogt1-1/+3
2007-03-15* aptsources/distro.py:Michael Vogt1-3/+2
- fix typo (LP#84009)
2007-03-12* fix in the duplicated source checking (thanks to Sebastian Heinlein)Michael Vogt1-9/+13
2007-02-26* separate the checking of duplicates of binary and source repositories Sebastian Heinlein1-9/+13
when changing the server of the distro - fix LP #86219
2007-02-19* aptsources/distro.py:Michael Vogt1-1/+1
- fixed crash in add_source()
2007-02-13* fixed crash in Mirror.has_repositoryMichael Vogt1-1/+1
* fixed docstring
2007-02-05* write an empty default sources.list if all sources have been removedSebastian Heinlein1-1/+0
2007-01-19* rename aptsources to sourceslist (aptsources is already used by theSebastian Heinlein1-0/+8
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 Heinlein1-0/+422
* 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