summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19* merge aptsources into the source repositorySebastian Heinlein17-0/+3021
- 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
2007-01-08* add a tool to find the best mirror (needs to be integrated into theSebastian Heinlein1-0/+99
ui)
2007-01-06* remove duplicated method Sebastian Heinlein1-2/+0
2007-01-06* fix some references to the former short description of a compSebastian Heinlein1-3/+3
2007-01-06* Fix a grammar issue in the component naming (thanks to mpt)Sebastian Heinlein1-12/+12
2007-01-04* a more elegant way to ensure that an url is always splitted into 3Sebastian Heinlein1-15/+3
parts
2007-01-04* use uppercase letters for the country codeSebastian Heinlein4-103/+103
* change description of the lp mirror fetch tool
2007-01-04* new debian package releaseSebastian Heinlein1-0/+6
2007-01-04* Make split_url always return proto, hostname and dirSebastian Heinlein1-1/+8
(None if not available)
2007-01-04* add a script to extract the mirror information from launchpadSebastian Heinlein2-332/+308
* update the Ubuntu mirror list using the above script
2007-01-03* also parse te location of a Debian mirror in the helper scriptSebastian Heinlein2-35/+80
* update the Debian mirrors file with location infromation
2007-01-03* revert the change of short/long description - it is more important toSebastian Heinlein1-9/+9
be backward compatible
2007-01-03* add support for mirror locationsSebastian Heinlein2-11/+25
* rename CountryInformation.country_code to .code
2006-12-28* make the get_repo_urls method return some valuesSebastian Heinlein1-1/+1
2006-12-28* mirror check: also check for a corresponding repository on the mirrorSebastian Heinlein1-4/+13
* fix parsing of mirrors with multiple repositories
2006-12-27* Remove obsolete classes MatchType and MatchDistSebastian Heinlein2-23/+15
* add a is_mirror method to the Suite class (not complete yet) * make use of the new is_mirror method in the matcher * the components of a suite are now stored in alist with instances of the class Components and not in a dict anymore * fix a reference to the obsolete DescriptionLong (was replaced by Description/ShortDescription)
2006-12-27* remove Mirror class from aotsources. it is part of DistInfo nowSebastian Heinlein1-21/+0
2006-12-27* add me as an author (kov should not be the only one who would be takenSebastian Heinlein1-14/+36
into account for this piece of code :) * store the mirrors not in a list with complete url, but in dict using the hostname as the key * add a function to get the proto, hostname and dir out of an url
2006-12-22* remove a useless point in the debian package descriptionSebastian Heinlein1-1/+0
2006-12-22* enhance the the Component class and store the components in a listSebastian Heinlein1-37/+58
to keep the order of the template file * add a new Mirror and Repository class * rename Suite.valid_mirrors to Suite.mirrors * rename Component.description_long to Component.description * rename Component.description to Component.short_description
2006-12-19* debian/changelog:Michael Vogt1-1/+1
- and upload
2006-12-19* debian/changelog:Michael Vogt1-7/+2
- updated changelog
2006-12-19* python/pkgrecords.cc:Michael Vogt2-3/+8
- export SHA1Sum() as well * debian/changelog: - updated
2006-12-13* add a class for mirrorsSebastian Heinlein1-0/+21
2006-12-11* also set the default server to the changed serverSebastian Heinlein1-0/+1
2006-12-11* actually use the default server if no server is usedSebastian Heinlein1-2/+3
2006-12-10* merge with desktopSebastian Heinlein0-0/+0
2006-12-10* merge with laptopSebastian Heinlein9-121/+1126
2006-12-09* fix a bug where no country could be detectedSebastian Heinlein1-0/+1
2006-12-04* merge with debianSebastian Heinlein1-1/+1
2006-12-04* use the corret name for the testing templateSebastian Heinlein1-1/+1
2006-12-04* merge with DebianSebastian Heinlein1-1/+1
2006-12-04* actually use the DebianDistriubtion class on Debian :)Sebastian Heinlein1-1/+1
2006-12-04* revert last changes - we still need to identify the correspondingSebastian Heinlein1-0/+38
sources
2006-12-04* remove stable, testing and unstable from the template. this is handled Sebastian Heinlein1-38/+0
by the code
2006-12-04* merge with ubuntuSebastian Heinlein5-113/+1120
2006-12-03* do not create duplicated entries when changing the serverSebastian Heinlein1-7/+102
* move the get_server_list method from software-properties to aptsources: - a generic implementation - an Ubuntu implementation that can handle country based mirrors * add support for "rpm" and "rpm-src" in the sources list parser * make more use of the distro.type_source and type_binary * remove the exclution of security.ubuntu.com from the change server method - this has to be done in the UbuntuDistribution inherit
2006-11-30* add get_comp_desc which returns a nice description for a componentSebastian Heinlein1-0/+11
of a template
2006-11-30* handle testing and unstable as synonyms for the release codenameSebastian Heinlein1-5/+19
on Debian (testing == etch)
2006-11-30* add testing to the Debian templatesSebastian Heinlein1-0/+17
* add a MatchURI to the Debian distro template - to ensure that we include all official servers
2006-11-30* Use the mirror list for DebianSebastian Heinlein1-0/+5
2006-11-30* really fix the source code for newly enabled compsSebastian Heinlein1-34/+24
* use the distro.type_binary and type_source attribut instead of a hardcoded "deb" and "de-src" * add "rpm" and "rpm-src" to supported source types * don't add the "added by s-p" comment
2006-11-30* fix source code handling of newly added compsSebastian Heinlein1-6/+16
2006-11-29* also add new components to source repositoriesSebastian Heinlein1-5/+7
2006-11-29* only backup existing sources.list filesSebastian Heinlein1-55/+76
* introduce a new function get_distro that returns a distro class with specific features of the currently used system * move the code for country based mirrors to the Ubuntu distro class * save the sourceslist instance as an attribut, so need to call add_Source or enable_comp with a sourcelist instance
2006-11-28* remove stable and testing from the tempaltesSebastian Heinlein1-21/+10
* add proposed updates to the templates
2006-11-28* Since 3.1 we don't have to care anymore for Debian non-usSebastian Heinlein2-570/+0
2006-11-28* add Debian mirrorsSebastian Heinlein2-0/+1312
2006-11-28* add a script to fetch a list of Debian mirrors from the InternetSebastian Heinlein1-0/+81
2006-11-27* Update Debian's distro template:Sebastian Heinlein1-21/+51
- enable is obsolete - etch will be 4.0 soon - add parnet/child relations - no need to translate the baseuri