summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2007-10-27* add hardy to the ubuntu sources.list templateMichael Vogt1-0/+52
2007-10-11* data/templates/Ubuntu.mirrors:Michael Vogt1-39/+119
- update the static mirror list from LP (LP: #126148)
2007-06-14* data/templates/Ubuntu.info.in:Michael Vogt1-0/+52
- updated for gusty
2007-04-02* only include ftp and http mirrors for Ubuntu - LP#99060Sebastian Heinlein1-47/+0
* update the debian changelog
2007-04-01* Update the Debian and Ubuntu mirrorsSebastian Heinlein2-113/+174
* Fix the parsing of a changed Launchpad mirror site
2007-03-12* Rewording:Sebastian Heinlein1-6/+6
- proposed updates -> Pre-released updates - backported updates -> unsupported updates
2007-02-02* change all obsolete references to the former python-aptsourcesSebastian Heinlein2-11/+11
2007-01-06* Fix a grammar issue in the component naming (thanks to mpt)Sebastian Heinlein1-12/+12
2007-01-04* use uppercase letters for the country codeSebastian Heinlein2-98/+98
* change description of the lp mirror fetch tool
2007-01-04* add a script to extract the mirror information from launchpadSebastian Heinlein1-332/+223
* update the Ubuntu mirror list using the above script
2007-01-03* also parse te location of a Debian mirror in the helper scriptSebastian Heinlein1-33/+73
* update the Debian mirrors file with location infromation
2006-12-04* use the corret name for the testing templateSebastian 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-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-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 Heinlein1-555/+0
2006-11-28* add Debian mirrorsSebastian Heinlein2-0/+1312
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
2006-11-26* Rename README, since I plan to remove the term channel everywhereSebastian Heinlein7-315/+381
(the README still needs some love) * Remove the .info files, since they are generated at build time * Add and use a list of Ubuntu mirrors * Remove the obsolete Makefiles, since python-distutils-extra is used now
2006-11-26* Add support for feistySebastian Heinlein1-0/+51
2006-11-25* Fork a pyton-aptsources source tree from update-managerSebastian Heinlein21-5719/+0
2006-10-09* merge with mvoSebastian Heinlein2-15/+15
2006-10-09* fix two non translatable buttonsSebastian Heinlein2-2/+2
2006-10-04* data/channels/Ubuntu.info.in:Michael Vogt2-15/+15
- akward grammar
2006-09-29* data/glade/SoftwareProperties.glade:Michael Vogt1-1/+1
- make add cdrom translatable
2006-09-25* merged from glatzor (place the cancel button inside the text area)Michael Vogt1-88/+2
2006-09-24* place the cancel button into the changes textview Sebastian Heinlein1-88/+2
2006-09-18* typo fixes (thanks to Bruce Cowan)Michael Vogt2-9/+9
2006-09-12* Avoid the term channelglatzor@ubuntu.com1-4/+4
2006-09-12* Remove the obsolete Enabled property completely from the codeglatzor@ubuntu.com1-3/+2
2006-09-11* Reuse the base_uri, match_uri and valid_mirrors property of the parentglatzor@ubuntu.com2-138/+2
suite, if it was not declared explicitly for a child suite * remove the obsolete enabled property from the channel templates
2006-09-11* Gtk seems to require that you set the activatable property of a cellglatzor@ubuntu.com1-0/+14
renderer explictly to True if there is one with False * Rebuild channel templates
2006-09-11* use a different label for the cache progress dialog if it gets glatzor@ubuntu.com1-3/+26
reinitiated * clear the store after the long caching process to reduce visual noise * move the check_all_updates_installable call into fillstore itself
2006-09-11* Move the "run full dit upgrade" dialog into the UpdateManager class -glatzor@ubuntu.com1-0/+163
to avoid spliting the UI stuff into several classes * Use a glade based dialog with better buttons instead of yes/no * Improved wording
2006-09-11* use PANGO_ELLIPSIZE_END for the action label in the progress dialogglatzor@ubuntu.com1-2/+2
to avoid ugly resizes of the dialog * replace "exmaing system" by "starting update manager" to avoid the confusion with checking for updates
2006-09-10* added new "MirrorsFile" keyword for the DistInfo TagfileMichael Vogt2-46/+68
* look for mirros as well when matching distros
2006-09-07* merged with glatzorMichael Vogt2-20/+34
2006-09-07* use shorter component labelsglatzor@ubuntu.com2-20/+34
2006-09-01* data/channels/Ubuntu.info.in:Michael Vogt1-2/+2
- warty no longer officially supported
2006-08-28* merged with the ~ubuntu-core-dev branchMichael Vogt1-0/+14
2006-08-28* merged with mvo devel branchMichael Vogt3-2/+323
2006-08-24* properly added -proposedMichael Vogt1-0/+14
2006-08-15* DistUpgrade/DistUpgradeControler.py:Michael Vogt3-2/+323
- always enable "main" on upgrades, this ensures that we do not end up with a system without the main archive (various bugs for breezy->dapper) * data/channels/Debian.info, data/channels/Ubuntu.info: - added pre-generated files (required for the upgrader) * UpdateManager/Common/aptsources.py: - add a "matcherPath" parameter to SourcesList (for the upgrader)
2006-08-11* no need to convert the path to a string in call of toggledglatzor@ubuntu.com1-0/+1
* support row activation (pressing space) to toggle updates
2006-08-03* wording: "Downloadable software" -> "Internet" (awkward... reallyglatzor@ubuntu.com1-1/+1
awkward...)
2006-08-02* data/update-manager.schemas.in:Michael Vogt1-1/+1
- set check_dist_upgrades to True again * UpdateManager/DistUpgradeFetcher.py, UpdateManager/MetaRelease.py: - handle the situation when run as non-root * UpdateManager/UpdateManager.py: - cleanup (removed dead code)
2006-07-28* add a revert and add cdrom buttonglatzor@ubuntu.com1-20/+115
2006-07-27* merged from sebastia* merged from sebastiannMichael Vogt12-1038/+1772