summaryrefslogtreecommitdiff
path: root/aptsources
AgeCommit message (Collapse)AuthorFilesLines
2008-05-28make MirrorsFile arch specific tooMichael Vogt1-1/+2
2008-05-28* aptsources/distinfo.py:Michael Vogt1-2/+8
- support arch specific BaseURI and MatchURI in the distinfo template
2008-04-30aptsources/distro.py: fix typo (thanks to cjwatson)Michael Vogt1-1/+1
2007-08-03* aptsources/distro.py:Michael Vogt1-3/+5
- throw NoDistroTemplateException if not distribution template can be found * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674)
2007-06-28* aptsources/distro.py:Michael Vogt1-88/+114
- generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva)
2007-06-14* aptsources/sourceslist.py:Michael Vogt1-6/+3
- merge missing fix from ubuntu branch
2007-04-24* do not set the child base_uri to the parent one automatically, sinceSebastian Heinlein2-6/+6
we want to know if it a special server was forced * check if a server was forced for a child source before changing it
2007-04-07* the gettext domain of the iso codes changedSebastian Heinlein1-1/+1
2007-04-04* Fix the addition of of sources that are already enabled but not with all ↵Sebastian Heinlein1-1/+7
components - fix LP#98795
2007-03-23* missed a debug breakpointSebastian Heinlein1-2/+0
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 Heinlein3-40/+7
* fix comparisoin of urls that include a trainling slash * remove an obsolete and duplicated method
2007-03-22* use the correct gettext domainMichael Vogt3-3/+10
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 Vogt2-3/+7
* fixed docstring
2007-02-05* aptsources/distinfo.py:Michael Vogt1-2/+2
- do not crash if the mirror file can not be read
2007-02-05* mergeSebastian Heinlein2-2/+2
2007-02-05* write an empty default sources.list if all sources have been removedSebastian Heinlein2-1/+9
2007-02-02* change all obsolete references to the former python-aptsourcesSebastian Heinlein2-2/+2
2007-01-19* rename aptsources to sourceslist (aptsources is already used by theSebastian Heinlein2-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 Heinlein3-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 repositorySebastian Heinlein3-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