| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-26 | * merge with mvo | Sebastian Heinlein | 5 | -2/+64 | |
| 2007-02-26 | * merge with mvo | Sebastian Heinlein | 5 | -2/+64 | |
| 2007-02-22 | * python/string.cc: | Michael Vogt | 2 | -2/+6 | |
| - SizeToString supports PyLong too | |||||
| 2007-02-06 | * better cdrom support merged | Michael Vogt | 4 | -0/+58 | |
| 2007-02-05 | * merge | Sebastian Heinlein | 4 | -13/+13 | |
| 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 | 4 | -13/+13 | |
| 2007-01-26 | * also install aptsources | Sebastian Heinlein | 7 | -77/+311 | |
| * switch to cdbs * add a pot file * setup the POTFILES.in | |||||
| 2007-01-19 | * rename aptsources to sourceslist (aptsources is already used by the | Sebastian Heinlein | 4 | -7/+16 | |
| 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 | * make setup.py executable | Sebastian Heinlein | 2 | -1/+4 | |
| * add some information about aptsources to the package description | |||||
| 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 | 17 | -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 the | Sebastian Heinlein | 1 | -0/+99 | |
| ui) | |||||
| 2007-01-06 | * remove duplicated method | Sebastian Heinlein | 1 | -2/+0 | |
| 2007-01-06 | * fix some references to the former short description of a comp | Sebastian Heinlein | 1 | -3/+3 | |
| 2007-01-06 | * Fix a grammar issue in the component naming (thanks to mpt) | Sebastian Heinlein | 1 | -12/+12 | |
| 2007-01-04 | * a more elegant way to ensure that an url is always splitted into 3 | Sebastian Heinlein | 1 | -15/+3 | |
| parts | |||||
| 2007-01-04 | * use uppercase letters for the country code | Sebastian Heinlein | 4 | -103/+103 | |
| * change description of the lp mirror fetch tool | |||||
| 2007-01-04 | * new debian package release | Sebastian Heinlein | 1 | -0/+6 | |
| 2007-01-04 | * Make split_url always return proto, hostname and dir | Sebastian Heinlein | 1 | -1/+8 | |
| (None if not available) | |||||
| 2007-01-04 | * add a script to extract the mirror information from launchpad | Sebastian Heinlein | 2 | -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 script | Sebastian Heinlein | 2 | -35/+80 | |
| * update the Debian mirrors file with location infromation | |||||
| 2007-01-03 | * revert the change of short/long description - it is more important to | Sebastian Heinlein | 1 | -9/+9 | |
| be backward compatible | |||||
| 2007-01-03 | * add support for mirror locations | Sebastian Heinlein | 2 | -11/+25 | |
| * rename CountryInformation.country_code to .code | |||||
| 2006-12-28 | * make the get_repo_urls method return some values | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-12-28 | * mirror check: also check for a corresponding repository on the mirror | Sebastian Heinlein | 1 | -4/+13 | |
| * fix parsing of mirrors with multiple repositories | |||||
| 2006-12-27 | * Remove obsolete classes MatchType and MatchDist | Sebastian Heinlein | 2 | -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 now | Sebastian Heinlein | 1 | -21/+0 | |
| 2006-12-27 | * add me as an author (kov should not be the only one who would be taken | Sebastian Heinlein | 1 | -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 description | Sebastian Heinlein | 1 | -1/+0 | |
| 2006-12-22 | * enhance the the Component class and store the components in a list | Sebastian Heinlein | 1 | -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 Vogt | 1 | -1/+1 | |
| - and upload | |||||
| 2006-12-19 | * debian/changelog: | Michael Vogt | 1 | -7/+2 | |
| - updated changelog | |||||
| 2006-12-19 | * python/pkgrecords.cc: | Michael Vogt | 2 | -3/+8 | |
| - export SHA1Sum() as well * debian/changelog: - updated | |||||
| 2006-12-13 | * add a class for mirrors | Sebastian Heinlein | 1 | -0/+21 | |
| 2006-12-11 | * also set the default server to the changed server | Sebastian Heinlein | 1 | -0/+1 | |
| 2006-12-11 | * actually use the default server if no server is used | Sebastian Heinlein | 1 | -2/+3 | |
| 2006-12-10 | * merge with desktop | Sebastian Heinlein | 0 | -0/+0 | |
| 2006-12-10 | * merge with laptop | Sebastian Heinlein | 9 | -121/+1126 | |
| 2006-12-09 | * fix a bug where no country could be detected | Sebastian Heinlein | 1 | -0/+1 | |
| 2006-12-04 | * merge with debian | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-12-04 | * use the corret name for the testing template | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-12-04 | * merge with Debian | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-12-04 | * actually use the DebianDistriubtion class on Debian :) | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-12-04 | * revert last changes - we still need to identify the corresponding | Sebastian Heinlein | 1 | -0/+38 | |
| sources | |||||
| 2006-12-04 | * remove stable, testing and unstable from the template. this is handled | Sebastian Heinlein | 1 | -38/+0 | |
| by the code | |||||
| 2006-12-04 | * merge with ubuntu | Sebastian Heinlein | 5 | -113/+1120 | |
| 2006-12-03 | * do not create duplicated entries when changing the server | Sebastian Heinlein | 1 | -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 component | Sebastian Heinlein | 1 | -0/+11 | |
| of a template | |||||
