Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (upgrade) perl_checker cleanup | Thierry Vignaud | 2008-10-06 | 1 | -2/+2 |
| | |||||
* | (harvester) factorize code | Thierry Vignaud | 2008-10-06 | 1 | -2/+1 |
| | |||||
* | (harvester) compute child status earlier (safer and needed for next commit) | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (upgrade) run gurpmi with --replacefiles option (so that temporary | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | | | | | | | file conflicts doesn't break upgrade due to missing conflict tags) will be used by gurpmi once it has restarted with 2009.0's update one | ||||
* | (fork_gurpmi) enable to pass additional options (needed for next commit) | Thierry Vignaud | 2008-10-06 | 1 | -2/+3 |
| | |||||
* | (fork_gurpmi) run gurpmi with --expect-install option | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (harvester,upgrade) run a 2nd gurpmi pass if first failed | Thierry Vignaud | 2008-10-06 | 1 | -2/+10 |
| | |||||
* | (harvester) typo fix | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (fork_gurpmi) do not use --silent-success: this option is only | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | | | | | available with gurpmi.addmedia, not gurpmi | ||||
* | enable to globally enable/disable new distribution check | Thierry Vignaud | 2008-10-06 | 1 | -1/+2 |
| | |||||
* | enable to remove media in chroot specified by --urpmi-root | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (confirm_upgrade) display nicer distribution name if available | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (is_there_a_new_distributions) rename a variable b/c of hidden | Thierry Vignaud | 2008-10-06 | 1 | -3/+3 |
| | | | | | variable (bug in previous commit) | ||||
* | keep around the whole structure of the new distro (needed for next commit) | Thierry Vignaud | 2008-10-06 | 1 | -9/+8 |
| | |||||
* | (fork_gurpmi) perl_checker cleanup | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (fork_gurpmi) split it out of upgrade() | Thierry Vignaud | 2008-10-06 | 1 | -0/+4 |
| | |||||
* | (confirm_upgrade) display a URL link button | Thierry Vignaud | 2008-10-06 | 1 | -1/+10 |
| | |||||
* | (confirm_upgrade) use rpmdrake icon for confirmation dialog | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (confirm_upgrade) display a banner in "Distro Upgrade" confirmation dialog | Thierry Vignaud | 2008-10-06 | 1 | -0/+5 |
| | |||||
* | (harvester,is_there_a_new_distributions) still check for new distro if | Thierry Vignaud | 2008-10-03 | 1 | -3/+2 |
| | | | | | popup is disabled so that one can still performs it from menu | ||||
* | (confirm_upgrade) change the setting in RAM too (instead of only on disk) | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | |||||
* | (setState) revert bogus r247677 that results in doble buttons performing the ↵ | Thierry Vignaud | 2008-10-03 | 1 | -2/+0 |
| | | | | | | | | same thing; was: 'default to "Install updates" instead of distro upgrade on left click on icon if there're updates' | ||||
* | (setState) add an "upgrade system" in the menu when in 'updates' mode ↵ | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | | | | (needed for next commits) | ||||
* | comment | Thierry Vignaud | 2008-10-03 | 1 | -0/+2 |
| | |||||
* | default to "Install updates" instead of distro upgrade on left click on icon if | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | | | | | there're updates | ||||
* | (setState) only show "Install updates" in right menu only if there're ↵ | Thierry Vignaud | 2008-10-03 | 1 | -1/+4 |
| | | | | actually updates | ||||
* | (setState) dereference array earlier (needed for next commit) | Thierry Vignaud | 2008-10-03 | 1 | -2/+2 |
| | |||||
* | if there're updates, install regular updates instead of performing | Thierry Vignaud | 2008-10-03 | 1 | -1/+5 |
| | | | | | distro upgrade on left click | ||||
* | (harvester) keep around update result when we detect a new distro | Thierry Vignaud | 2008-10-03 | 1 | -2/+3 |
| | |||||
* | (harvester,silentCheck) compute regular updates even if there's a new distro | Thierry Vignaud | 2008-10-03 | 1 | -5/+2 |
| | |||||
* | (is_there_a_new_distributions) remove debug statement that wongly went it ↵ | Thierry Vignaud | 2008-10-03 | 1 | -1/+0 |
| | | | | along r247649 | ||||
* | (setState) make it more readable | Thierry Vignaud | 2008-10-03 | 1 | -3/+5 |
| | |||||
* | (go2State) factorize calling gtkflush() after calling go2state() into | Thierry Vignaud | 2008-10-03 | 1 | -3/+2 |
| | | | | | go2state() itself (which is redundant with setState() one...) | ||||
* | (confirm_upgrade,is_there_a_new_distributions) enable to not check again for ↵ | Thierry Vignaud | 2008-10-03 | 1 | -5/+16 |
| | | | | new distro | ||||
* | (confirm_upgrade) split it out of upgrade() | Thierry Vignaud | 2008-10-03 | 1 | -3/+8 |
| | |||||
* | read user config file earlier (needed for next commits) | Thierry Vignaud | 2008-10-03 | 1 | -2/+3 |
| | |||||
* | (setAutoStart) make it more readable | Thierry Vignaud | 2008-10-03 | 1 | -2/+3 |
| | |||||
* | (setVar) simplify signature | Thierry Vignaud | 2008-10-03 | 1 | -5/+6 |
| | |||||
* | use blue icon when there's a new distro | Thierry Vignaud | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | (upgrade) ask for confirmation before performing distro upgrade | Thierry Vignaud | 2008-10-03 | 1 | -0/+4 |
| | |||||
* | add an "upgrade system" in the menu when a new distro is availlable | Thierry Vignaud | 2008-10-03 | 1 | -1/+2 |
| | |||||
* | (setState) do not complain if urpmi DB is locked by another program, | Thierry Vignaud | 2008-10-02 | 1 | -1/+2 |
| | | | | | just wait for next check slot) | ||||
* | (is_there_a_new_distributions) prevent SIGCHILD handler's waitpid to | Thierry Vignaud | 2008-10-02 | 1 | -0/+5 |
| | | | | | | | | interfere with urpmi waiting for curl (which was messing up with urpmi trying to get curl exit code) Kudo pixel!!! | ||||
* | (is_there_a_new_distributions) use ensure_valid_cachedir() to | Thierry Vignaud | 2008-10-02 | 1 | -0/+2 |
| | | | | | workarounding issue with downloading files as usero | ||||
* | (upgrade) fix removing media as user | Thierry Vignaud | 2008-10-02 | 1 | -11/+3 |
| | |||||
* | fix backuping urpmi.cfg | Thierry Vignaud | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | (is_there_a_new_distributions) better check in order to exclude cooker | Thierry Vignaud | 2008-09-30 | 1 | -6/+2 |
| | | | | | | | | from distro upgrade rationale: older/unsupported distro aren't in the list as well as cooker (2009.1 won't be in the list) | ||||
* | dd support for downloading distro list as user for 2008.1 | Thierry Vignaud | 2008-09-30 | 1 | -1/+6 |
| | |||||
* | mdkapplet: Don't show it when disconnected | Arnaud Patard | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-09-08 | 1 | -8/+8 |
| |