summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* avoid trying to find hdlist-updates.cz in existing medium (instead of ftp one).Francois Pons2002-03-051-1/+8
|
* fix missing version listed when doing update.Francois Pons2002-02-271-2/+9
|
* fixed another not seen 8.1 reference in label.Francois Pons2002-02-211-2/+1
|
* fixed 8.1 release hard coded.Francois Pons2002-02-211-2/+1
|
* (mirrors): add a timeout via "alarm" (needs testing)Pascal Rigaux2002-02-161-0/+4
|
* update land2tzs accordingly to new url2landGuillaume Cottenceau2002-01-291-0/+3
|
* Add url2land entries for nl, it, atGuillaume Cottenceau2002-01-291-0/+3
|
* Corrected various English typosPablo Saratxaga2002-01-281-2/+2
|
* add update medium for crypto for urpmi (flag update).Francois Pons2002-01-181-1/+3
|
* fixed typo.Francois Pons2002-01-181-1/+1
|
* allow selection/deselection of update medium (for cancel of installation).Francois Pons2002-01-181-0/+2
|
* fix incomplete prefix for update mirror when adding an entry for urpmi.Francois Pons2002-01-091-1/+1
|
* added bestMirror method to retrieve a good mirror (according to timezone) andFrancois Pons2002-01-071-5/+40
| | | | | add salt with random number to avoid using always the same.
* removed test code.Francois Pons2002-01-041-12/+9
|
* allow to use same identifier for security medium (1u).Francois Pons2002-01-041-10/+12
| | | | | | re-install urpmi. allow some error to be catched.
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-21/+57
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* remove buggy prototypePascal Rigaux2001-07-021-1/+1
|