Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia. | Rafael Garcia-Suarez | 2004-10-14 | 1 | -8/+20 | |
| | | | | | | It prevents rebuilding the hdlist from the headers of the RPMs for a local media. It's also settable globally in the urpmi.cfg file. Comes with doc. | |||||
* | Files copied by urpm should belong to root if possible | Rafael Garcia-Suarez | 2004-10-11 | 1 | -0/+6 | |
| | ||||||
* | Really take media into account in the order in which they are specified | Rafael Garcia-Suarez | 2004-10-05 | 1 | -7/+8 | |
| | | | | | in the urpmi.cfg file. | |||||
* | A bunch of perl_checker fixes | Rafael Garcia-Suarez | 2004-10-04 | 1 | -42/+41 | |
| | ||||||
* | Don't panic when one can't build a synthesis file from a local directory | Rafael Garcia-Suarez | 2004-10-04 | 1 | -7/+12 | |
| | | | | | containing rpms. | |||||
* | For source RPMs, allow to search precisely on package name, because they | Rafael Garcia-Suarez | 2004-09-30 | 1 | -2/+3 | |
| | | | | | don't have provides (bug 9365). | |||||
* | Add a new option -m to urpmf to get the media in which a package has been | Rafael Garcia-Suarez | 2004-09-29 | 1 | -0/+1 | |
| | | | | | found. | |||||
* | Better error message when updating a media fails because the hdlist | Rafael Garcia-Suarez | 2004-09-28 | 1 | -5/+12 | |
| | | | | | is corrupted. | |||||
* | Don't print the urpmf results twice when using virtual media with hdlists. | Rafael Garcia-Suarez | 2004-09-14 | 1 | -3/+3 | |
| | ||||||
* | Silence deprecation warning | Rafael Garcia-Suarez | 2004-09-09 | 1 | -1/+1 | |
| | ||||||
* | handle new keywords in hdlists file. | Rafael Garcia-Suarez | 2004-09-02 | 1 | -1/+1 | |
| | ||||||
* | Re-allow large transactions with --allow-nodeps or --allow-force to | Rafael Garcia-Suarez | 2004-08-30 | 1 | -1/+1 | |
| | | | | | speed up updates (patch by Titi) | |||||
* | Make the --probe-synthesis option compatible with --distrib in | Rafael Garcia-Suarez | 2004-08-26 | 1 | -1/+1 | |
| | | | | | urpmi.addmedia. | |||||
* | Fix usage of urpmi.addmedia --distrib with distribution CDs | Rafael Garcia-Suarez | 2004-08-11 | 1 | -4/+8 | |
| | ||||||
* | Probe for hdlist/synthesis in new media structure | Rafael Garcia-Suarez | 2004-07-30 | 1 | -31/+15 | |
| | ||||||
* | readdir nit | Rafael Garcia-Suarez | 2004-07-28 | 1 | -1/+1 | |
| | ||||||
* | Allow "README.update.urpmi" as an equivalent of "README.upgrade.urpmi" | Rafael Garcia-Suarez | 2004-07-28 | 1 | -1/+1 | |
| | ||||||
* | "noreconfigure" should work for both local and remote media | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+1 | |
| | ||||||
* | Finish to implement file:// urls where the "file:/" is optional | Rafael Garcia-Suarez | 2004-07-27 | 1 | -20/+20 | |
| | ||||||
* | Make the leading "file://" optional in local media URLs. | Rafael Garcia-Suarez | 2004-07-27 | 1 | -6/+6 | |
| | ||||||
* | Simplify regexp | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+1 | |
| | ||||||
* | Fix grammar error in error message | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+1 | |
| | ||||||
* | Take into account priority when writing the configuration file | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+2 | |
| | ||||||
* | (update_media) properly handle copy of soft links (preventing | Thierry Vignaud | 2004-07-26 | 1 | -1/+1 | |
| | | | | | urpmi.update faiilure) | |||||
* | show the name of the real file that is too small ... | Thierry Vignaud | 2004-07-26 | 1 | -1/+2 | |
| | ||||||
* | Modernize. | Rafael Garcia-Suarez | 2004-07-26 | 1 | -51/+45 | |
| | ||||||
* | Add an option -Y to urpmq (fuzzy and case insensitive) | Rafael Garcia-Suarez | 2004-07-26 | 1 | -29/+24 | |
| | ||||||
* | Add local media at the beginning, other ones at the end. | Rafael Garcia-Suarez | 2004-07-26 | 1 | -4/+9 | |
| | ||||||
* | Add a "noreconfigure" flag for media that don't want to be reconfigured. | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+2 | |
| | | | | | (patch by Michael Scherer) | |||||
* | Media reconfiguration: for local media, verify that the new url points to | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+12 | |
| | | | | | an existing directory. | |||||
* | Even better error handling for copy failures | Rafael Garcia-Suarez | 2004-07-23 | 1 | -6/+6 | |
| | ||||||
* | Better error handling for copy failures | Rafael Garcia-Suarez | 2004-07-23 | 1 | -11/+16 | |
| | ||||||
* | Simplify search for reconfig.urpmi. | Rafael Garcia-Suarez | 2004-07-23 | 1 | -2/+1 | |
| | ||||||
* | Debug help | Rafael Garcia-Suarez | 2004-07-23 | 1 | -0/+8 | |
| | ||||||
* | Hmm, syntax error | Rafael Garcia-Suarez | 2004-07-23 | 1 | -3/+3 | |
| | ||||||
* | Take into account the new media layout. | Rafael Garcia-Suarez | 2004-07-22 | 1 | -10/+14 | |
| | ||||||
* | Media reconfiguration did not work with NFS medai | Rafael Garcia-Suarez | 2004-07-22 | 1 | -0/+1 | |
| | ||||||
* | Support for automatic reconfiguration of media | Rafael Garcia-Suarez | 2004-07-20 | 1 | -0/+71 | |
| | ||||||
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | Typo in option name | Rafael Garcia-Suarez | 2004-07-19 | 1 | -1/+1 | |
| | ||||||
* | Comments | Rafael Garcia-Suarez | 2004-07-19 | 1 | -39/+39 | |
| | ||||||
* | Simplify the format of the skip.list and inst.list files (so it now | Rafael Garcia-Suarez | 2004-07-09 | 1 | -11/+3 | |
| | | | | | matches what's documented :) | |||||
* | Filehandle leak | Rafael Garcia-Suarez | 2004-07-09 | 1 | -0/+1 | |
| | ||||||
* | Document the "skip" option. Remove obsolete code. | Rafael Garcia-Suarez | 2004-07-09 | 1 | -9/+3 | |
| | ||||||
* | Support for README.urpmi in urpmi | Rafael Garcia-Suarez | 2004-07-08 | 1 | -2/+21 | |
| | ||||||
* | It's better to use lexicals in closures | Rafael Garcia-Suarez | 2004-07-07 | 1 | -4/+4 | |
| | ||||||
* | Delete proxy configuration for a media when deleting this media | Rafael Garcia-Suarez | 2004-07-06 | 1 | -1/+5 | |
| | ||||||
* | Interprocess logging cleanup | Rafael Garcia-Suarez | 2004-07-05 | 1 | -1/+1 | |
| | ||||||
* | Don't perform a fuzzy match on media names when removing media | Rafael Garcia-Suarez | 2004-06-30 | 1 | -2/+6 | |
| |