index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
pkgs.pm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
make default size of transaction to 13 (?) and avoid rpm ordering which seems
Francois Pons
2003-08-05
1
-2
/
+5
*
fixed ordering of packages.
Francois Pons
2003-08-05
1
-2
/
+2
*
fixed otherOnly for package selection not correctly updated (according to
Francois Pons
2003-08-05
1
-2
/
+1
*
added log.
Francois Pons
2003-08-04
1
-0
/
+2
*
updated with newer perl-URPM
Francois Pons
2003-08-04
1
-5
/
+5
*
allow testing locally, should not avoid pkgs to work in real place.
Francois Pons
2003-07-30
1
-7
/
+11
*
fixed setSelectedFromCompssList (updated with newer perl-URPM interface),
Francois Pons
2003-07-21
1
-17
/
+9
*
fixed otherOnly not taken into account for unselectPackage.
Francois Pons
2003-06-11
1
-0
/
+6
*
updated for newer perl-URPM (0.90 series).
Francois Pons
2003-06-04
1
-27
/
+18
*
perl_checker compliance
Pascal Rigaux
2003-04-30
1
-2
/
+2
*
perl_checker adaptations + fixes
Pascal Rigaux
2003-04-24
1
-15
/
+0
*
new perl_checker compliance
Pascal Rigaux
2003-04-17
1
-27
/
+27
*
perl_checker fix
Pascal Rigaux
2003-02-27
1
-2
/
+2
*
enhance packageCallbackChoices and %preferred
Pascal Rigaux
2003-02-27
1
-14
/
+22
*
improved code for populating group with pixel.
Francois Pons
2003-02-25
1
-11
/
+22
*
prefer myspell-en_US
Pascal Rigaux
2003-02-20
1
-1
/
+1
*
added a missing sanity unwind.
Francois Pons
2003-02-19
1
-0
/
+3
*
add sanity code on error when reading hdlist (this will avoid update medium
Francois Pons
2003-02-19
1
-13
/
+17
*
prefer apache for drakpxe to find the right package.
Francois Pons
2003-02-12
1
-1
/
+1
*
replace $l[$#l] with $l[-1]
Pascal Rigaux
2003-02-05
1
-2
/
+2
*
prefer mdkkdm over kdebase-kdm
Pascal Rigaux
2003-02-03
1
-1
/
+1
*
use "if any" instead of "if grep", and various other occurences of "any", "ev...
Pascal Rigaux
2003-01-07
1
-3
/
+3
*
use "our" instead of "use vars"
Pascal Rigaux
2002-12-29
1
-6
/
+3
*
*pkg::LOG is unused, so don't export it
Pascal Rigaux
2002-12-29
1
-1
/
+1
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-14
/
+9
*
perl_checker
Mystery Man 580
2002-12-04
1
-1
/
+1
*
make it $::testing aware
Guillaume Cottenceau
2002-12-03
1
-6
/
+13
*
fix typo (openInstallLog *must* return the filehandle)
Pascal Rigaux
2002-11-25
1
-0
/
+1
*
don't use filehandle *pkgs::LOG, use a my'ed $LOG
Pascal Rigaux
2002-11-25
1
-14
/
+9
*
since we use the "fileno", perl doesn't know we're still using the filehandle...
Pascal Rigaux
2002-11-25
1
-1
/
+2
*
make perl_checker happy
Pascal Rigaux
2002-11-18
1
-2
/
+2
*
make perl_checker happy
Pascal Rigaux
2002-11-14
1
-1
/
+1
*
- add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-14
1
-1
/
+1
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-5
/
+5
*
add/remove some spaces to make perl_checker happy
Pascal Rigaux
2002-11-12
1
-2
/
+2
*
- replace ... =~ 'foo' with ... =~ /foo/
Pascal Rigaux
2002-11-11
1
-1
/
+1
*
- do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...
Pascal Rigaux
2002-11-11
1
-1
/
+1
*
- have "local *FILEHANDLE" before each "open FILEHANDLE, ..."
Pascal Rigaux
2002-11-06
1
-1
/
+1
*
please perl_checker:
Pascal Rigaux
2002-11-06
1
-0
/
+1
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
1
-5
/
+5
*
make new perl_checker happy: replacing PKG::f by PKG::f()
Pascal Rigaux
2002-10-17
1
-1
/
+1
*
prefer cups for lpddaemon
Pascal Rigaux
2002-09-19
1
-1
/
+1
*
try to avoid infinite loop on error to install package.
Francois Pons
2002-09-19
1
-2
/
+10
*
consolidate unselectAllPackages.
Francois Pons
2002-09-10
1
-23
/
+21
*
fixed excesive reduction of size.
Francois Pons
2002-09-06
1
-3
/
+3
*
fixed stupid typo.
Francois Pons
2002-09-06
1
-1
/
+1
*
allow obsoleted packages to be taken into account.
Francois Pons
2002-09-06
1
-0
/
+8
*
allow cleaning ask_remove according to removed package.
Francois Pons
2002-09-06
1
-5
/
+12
*
fixed problem of --auto-select not always run.
Francois Pons
2002-09-05
1
-44
/
+17
*
fixed to call to getFile by giving medium description, necessary for updates.
Francois Pons
2002-09-02
1
-2
/
+2
[prev]
[next]