summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
Commit message (Collapse)AuthorAgeFilesLines
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-101-1/+0
| | | | standard for libDrakX modules)
* The mandrakelinux-release package doesn't exist any more, so you can'tRafael Garcia-Suarez2005-06-031-3/+5
| | | | | | deduce the version from it. Something more robust than this needs to be figured out.
* Begin refactorization of install medium handling codeRafael Garcia-Suarez2005-05-251-1/+1
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* Update the name of the update media added by the installerRafael Garcia-Suarez2005-04-151-1/+1
|
* Change the URL of the mirrorsfull.list for installation of the updatesRafael Garcia-Suarez2005-04-111-2/+1
|
* Add new countries to match the mirror listRafael Garcia-Suarez2005-04-051-4/+39
|
* Update mirror listRafael Garcia-Suarez2005-04-051-20/+163
|
* Fix downloading update rpms with ftp method.Rafael Garcia-Suarez2005-03-181-0/+2
|
* Remove noisy logRafael Garcia-Suarez2005-03-181-2/+1
|
* Update mirror listRafael Garcia-Suarez2005-03-141-129/+297
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-4/+4
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* Update inline mirror list again (the previous one was broken)Rafael Garcia-Suarez2004-11-171-83/+83
|
* Update the inline mirror list for mini isosRafael Garcia-Suarez2004-11-171-83/+209
|
* Remove spurious "my"Rafael Garcia-Suarez2004-10-261-1/+1
|
* There are mirrors in many new countries now. (and sort the list)Rafael Garcia-Suarez2004-10-191-5/+10
|
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-191-8/+157
| | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file.
* Further normalization of updates directories.Rafael Garcia-Suarez2004-10-051-3/+1
|
* New mirror structure for official updatesRafael Garcia-Suarez2004-10-051-2/+3
|
* adapt to new mirror structureOlivier Blin2004-09-021-3/+3
|
* (getPackages) use new mirror structure filepathsOlivier Blin2004-08-231-2/+2
|
* $::corporate is deadPascal Rigaux2004-08-171-1/+1
|
* Adapt to the new mirror structure: RPMs are no longer in a RPMS subdirectoryRafael Garcia-Suarez2004-08-101-1/+1
|
* /etc/mandrake-release is now /etc/mandrakelinux-releasePascal Rigaux2004-05-261-1/+1
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-2/+2
|
* - community updates are not in a per-version directory eitherPascal Rigaux2004-03-031-1/+2
| | | | | - cooker & community urls do contain .../RPMS at the end whereas updates directory do not, handle this
* cooker updates are not in a per-version directoryPascal Rigaux2004-03-021-2/+3
|
* do not use $o in crypto.pm, pass {distro_type} to mirrors() and bestMirror() ↵Pascal Rigaux2004-03-011-7/+9
| | | | instead
* add $o in global vars.Florent Villard2004-02-271-1/+1
|
* add distro_type variable to select correct updates mirror typeFlorent Villard2004-02-271-2/+3
|
* fixed typo.Francois Pons2003-10-161-1/+0
|
* fixed code to avoid opening 2 files simultaneously.Francois Pons2003-10-161-1/+8
|
* added pubkey in update management.Francois Pons2003-10-161-1/+2
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
|
* change default version to 9.1Francois Pons2003-02-271-2/+2
|
* code slight reorganization.Francois Pons2003-02-191-13/+14
|
* cleanup and add a comment (!)Pascal Rigaux2003-01-071-3/+2
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-2/+2
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-23/+23
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* fix typo.Francois Pons2002-09-021-1/+1
|
* allow selecting packages to upgrade.Francois Pons2002-09-021-0/+4
|
* restore real distrution version used.Francois Pons2002-08-271-2/+1
|
* added a true value.Francois Pons2002-08-131-0/+2
|
* allow patching of mirror used.Francois Pons2002-08-071-42/+36
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* allow upgrade (if any) by using version at 8.2.Francois Pons2002-07-161-0/+1
|
* use perl-URPM instead of rpmtools.Francois Pons2002-07-101-3/+1
|