Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Changelog and bump version number to 4.8.284.8.28 | Rafael Garcia-Suarez | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | Notes for later. | Rafael Garcia-Suarez | 2006-09-20 | 1 | -9/+2 |
| | |||||
* | Fix handling of file:// and removable:// urls by distribconf | Rafael Garcia-Suarez | 2006-09-20 | 1 | -6/+5 |
| | |||||
* | Remove unused check | Rafael Garcia-Suarez | 2006-09-19 | 1 | -2/+2 |
| | |||||
* | Bump version to 4.8.27 and regen changelog | Rafael Garcia-Suarez | 2006-09-19 | 1 | -1/+1 |
| | |||||
* | From urpm::configure(), we need to be able to distinguish media that are | Rafael Garcia-Suarez | 2006-09-12 | 1 | -2/+2 |
| | | | | | | temporarily ignored and permanently ignored, so we can restore the previous situation easily (bug #22354) | ||||
* | Bump version to 4.8.264.8.26 | Rafael Garcia-Suarez | 2006-09-12 | 1 | -1/+1 |
| | |||||
* | Something is testing for definedness instead of truth, but I'm not sure what. | Rafael Garcia-Suarez | 2006-09-12 | 1 | -1/+1 |
| | |||||
* | Bump version to 4.8.254.8.25 | Rafael Garcia-Suarez | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | Add support for updates_for keyword in media.cfg | Rafael Garcia-Suarez | 2006-09-11 | 1 | -18/+19 |
| | |||||
* | This is 4.8.24. Regen changelog | Rafael Garcia-Suarez | 2006-09-05 | 1 | -1/+1 |
| | |||||
* | Avoid double line returns in urpmi progress logger (bug 23848) | Rafael Garcia-Suarez | 2006-09-05 | 1 | -3/+6 |
| | |||||
* | Don't show README.urpmi if the -q option is passed to urpmi | Rafael Garcia-Suarez | 2006-09-05 | 1 | -1/+1 |
| | |||||
* | - remove workaround, now function exists | Olivier Thauvin | 2006-08-25 | 1 | -4/+2 |
| | |||||
* | Remove urpmi.spec, moved to /package parts of the svn repository | Rafael Garcia-Suarez | 2006-08-11 | 1 | -1/+1 |
| | |||||
* | Localize $_ before magical while(<$file>) loops | Rafael Garcia-Suarez | 2006-08-11 | 1 | -0/+3 |
| | |||||
* | 4.8.224.8.22 | Rafael Garcia-Suarez | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | (update_media) don't die if the same file is encoutered twice | Thierry Vignaud | 2006-07-05 | 1 | -0/+1 |
| | |||||
* | fix encoding which prevented xgettext to process | Thierry Vignaud | 2006-06-30 | 1 | -1/+1 |
| | |||||
* | Release 4.8.214.8.21 | Rafael Garcia-Suarez | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | 4.8.20 | Rafael Garcia-Suarez | 2006-06-12 | 1 | -1/+1 |
| | |||||
* | Make options --interactive and --all-media independent in urpmi.addmedia. | Rafael Garcia-Suarez | 2006-06-12 | 1 | -21/+24 |
| | | | | | Plus spelling fixes. | ||||
* | - make urpmi.addmedia asking media by media if they should be installed | Olivier Thauvin | 2006-06-10 | 1 | -1/+14 |
| | |||||
* | - use MDV::Distribconf for --distrib option, use media.cfg instead hdlists | Olivier Thauvin | 2006-06-10 | 1 | -55/+46 |
| | |||||
* | It shouldn't be necessary to sync to disk when closing rpmdb (esp. on heavily | Rafael Garcia-Suarez | 2006-05-02 | 1 | -2/+0 |
| | | | | | loaded machines) | ||||
* | 4.8.19v4_8_19 | Rafael Garcia-Suarez | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Fix counter in repackaging progress bars | Rafael Garcia-Suarez | 2006-04-13 | 1 | -1/+2 |
| | |||||
* | 4.8.18v4_8_18 | Rafael Garcia-Suarez | 2006-04-05 | 1 | -1/+1 |
| | |||||
* | Revert previous change: some failures should be silent, since one retries ↵ | Rafael Garcia-Suarez | 2006-04-05 | 1 | -12/+2 |
| | | | | afterwards | ||||
* | 4.8.17v4_8_17 | Rafael Garcia-Suarez | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | More error messages should be reported on fatal download errors (bug #21813) | Rafael Garcia-Suarez | 2006-04-02 | 1 | -2/+12 |
| | |||||
* | 4.8.16v4_8_16 | Rafael Garcia-Suarez | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | Adjust progress bar length to terminal size | Rafael Garcia-Suarez | 2006-03-21 | 1 | -1/+8 |
| | |||||
* | Forgot to transmit the second counter to parent. Aar. | Rafael Garcia-Suarez | 2006-03-21 | 1 | -2/+3 |
| | |||||
* | 4.8.15v4_8_15 | Rafael Garcia-Suarez | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | Add a hint for users that run urpmq as non-root and who have trouble with | Rafael Garcia-Suarez | 2006-03-21 | 1 | -0/+1 |
| | | | | | password-protected media | ||||
* | Better alignment of progress bars. Remove incorrect total count. | Rafael Garcia-Suarez | 2006-03-20 | 1 | -5/+1 |
| | |||||
* | Count correctly even when repackaging | Rafael Garcia-Suarez | 2006-03-20 | 1 | -1/+6 |
| | |||||
* | Remove dead branch | Rafael Garcia-Suarez | 2006-03-20 | 1 | -7/+3 |
| | |||||
* | Lock the urpmi db when adding a new media (previously it was locked only on ↵ | Rafael Garcia-Suarez | 2006-03-20 | 1 | -0/+2 |
| | | | | update) | ||||
* | 4.8.14 | Rafael Garcia-Suarez | 2006-03-20 | 1 | -1/+1 |
| | |||||
* | Patch by Michael Scherer (with tweaks) to warn the user when urpmi is using | Rafael Garcia-Suarez | 2006-03-20 | 1 | -5/+6 |
| | | | | | | another web-downloader than the one specified in the configuration (because it's not available) (bug #21661) | ||||
* | --install-src was broken | Rafael Garcia-Suarez | 2006-03-14 | 1 | -1/+1 |
| | |||||
* | Passing bundle option, even if that does nothing for now | Rafael Garcia-Suarez | 2006-03-13 | 1 | -5/+5 |
| | |||||
* | Some urpme cleanup | Rafael Garcia-Suarez | 2006-03-08 | 1 | -35/+44 |
| | |||||
* | Easier to read layout when explaining reasons for removal | Rafael Garcia-Suarez | 2006-03-08 | 1 | -2/+2 |
| | |||||
* | POSIX is actually not used by urpm | Rafael Garcia-Suarez | 2006-03-07 | 1 | -1/+0 |
| | |||||
* | Check architecture of local packages too | Rafael Garcia-Suarez | 2006-03-07 | 1 | -2/+4 |
| | |||||
* | 4.8.13 | Rafael Garcia-Suarez | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | Use the new versions of verify_rpm and verify_signature from URPM, adapted ↵ | Rafael Garcia-Suarez | 2006-03-03 | 1 | -3/+5 |
| | | | | to rpm 4.4.x |