index
:
perl-URPM
distro/mga1
distro/mga2
distro/mga3
distro/mga5
distro/mga6
master
topic/0.30
topic/1.60
topic/2.09
topic/3.12
topic/3.18
topic/3.29
topic/3.30
topic/3.33
topic/3.37
topic/3.37-distepoch
topic/4.37
topic/infra2
topic/infra4
topic/infra_1_2
topic/parse_property
topic/proyvind
topic/rpm-4_4
topic/rpm5
topic/rpmstrpool
Perl RPM Manipulation Module
Thierry Vignaud [tv]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
URPM
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fix bug in sort_graph (used by build_transaction_set)
Pascal Rigaux
2007-09-03
1
-10
/
+15
*
fix dead-loop in build_transaction_set (#33020)
Pascal Rigaux
2007-08-31
1
-8
/
+38
*
ensure #31969 doesn't occur anymore. if somethings goes wrong:
Pascal Rigaux
2007-08-28
1
-5
/
+17
*
- build_transaction_set: new sort algorithm which allow returning sets of
Pascal Rigaux
2007-08-28
1
-26
/
+98
*
- fix split_length > 1
Pascal Rigaux
2007-08-24
1
-6
/
+4
*
- more debug messages
Pascal Rigaux
2007-08-24
1
-14
/
+16
*
- sort choices per media, then per version
Pascal Rigaux
2007-08-12
1
-5
/
+28
*
cleanup (easier to read)
Pascal Rigaux
2007-08-12
1
-2
/
+2
*
- "suggests" are no more handled as "requires"
Pascal Rigaux
2007-08-09
1
-2
/
+34
*
factorize some code into with_db_unsatisfied_requires:
Pascal Rigaux
2007-08-08
1
-13
/
+20
*
"nopromoteepoch => 1" is the default option in ->unsatisfied_requires
Pascal Rigaux
2007-08-08
1
-2
/
+2
*
- fix --auto-select skipping some packages because of other packages providing
Pascal Rigaux
2007-07-02
1
-24
/
+1
*
help debugging the strange behaviour of this code
Pascal Rigaux
2007-07-02
1
-1
/
+4
*
document the fact that build_synthesis returns true on success
Pascal Rigaux
2007-06-15
1
-1
/
+2
*
- pass the virtual package name as a parameter to {callback_choices} in
Pascal Rigaux
2007-05-03
1
-1
/
+1
*
re-sync after the big svn loss
Pascal Rigaux
2007-04-27
1
-0
/
+1
*
re-sync after the big svn loss
1.58
1.57
1.56
1.55
Pascal Rigaux
2007-04-24
2
-14
/
+22
*
document what bug is fixed
topic/1.60
Pascal Rigaux
2007-03-29
1
-1
/
+1
*
perl_checker compliance
Pascal Rigaux
2007-03-08
1
-12
/
+7
*
split request_packages_to_upgrade() in 2 functions
Pascal Rigaux
2007-03-06
1
-2
/
+18
*
rewrite
Pascal Rigaux
2007-03-06
1
-6
/
+7
*
simplify
Pascal Rigaux
2007-03-06
1
-2
/
+8
*
fix regexp detecting the need for strict-arch (on x86_64)
Pascal Rigaux
2007-01-19
1
-2
/
+2
*
better debug text
1.54
Pascal Rigaux
2007-01-09
1
-2
/
+2
*
@chosen is always non empty, and @chosen == 1 is already handled
Pascal Rigaux
2007-01-09
1
-1
/
+1
*
use a sort to make things clear
Pascal Rigaux
2007-01-09
1
-20
/
+15
*
factorize
Pascal Rigaux
2007-01-09
1
-12
/
+10
*
factorize code into _set_flag_installed_and_upgrade_if_no_newer()
Pascal Rigaux
2007-01-09
1
-31
/
+21
*
suggest a valid reason why a package was not found
Pascal Rigaux
2007-01-09
1
-1
/
+1
*
fix previous commit
Pascal Rigaux
2007-01-09
1
-4
/
+4
*
create _id_to_name() and use it
Pascal Rigaux
2007-01-09
1
-12
/
+37
*
allow toggling debugging and handling it through a callback
Pascal Rigaux
2007-01-09
1
-14
/
+28
*
Patch by Pixel to ignore self-obsoletes
Rafael Garcia-Suarez
2006-10-16
1
-0
/
+6
*
Invert bogus check
Rafael Garcia-Suarez
2006-09-21
1
-5
/
+5
*
Add POD test, remove sole pod fragment in URPM::Build
Rafael Garcia-Suarez
2006-09-07
1
-5
/
+2
*
Oops, remove debug code
Rafael Garcia-Suarez
2006-09-06
1
-1
/
+0
*
prefer kernel-source-stripped over kernel-source
Rafael Garcia-Suarez
2006-09-06
1
-0
/
+18
*
Micro-optimisation, and make comments more explicit
Rafael Garcia-Suarez
2006-09-05
1
-4
/
+9
*
strict-arch doesn't apply to src packages
Rafael Garcia-Suarez
2006-08-01
1
-2
/
+2
*
One might have an undefined package in the depslist (not sure why)
Rafael Garcia-Suarez
2006-07-04
1
-0
/
+1
*
Verify if we can open the rpmdb, and abort if we can't (bug #22527)
Rafael Garcia-Suarez
2006-06-14
1
-2
/
+4
*
Fix longstanding epoch promotion bug, caused by braindead API design
Rafael Garcia-Suarez
2005-12-07
1
-0
/
+2
*
Use new MDV namespace
Rafael Garcia-Suarez
2005-10-28
1
-3
/
+3
*
Minor comment fixes
Rafael Garcia-Suarez
2005-09-12
1
-4
/
+4
*
Doclet
Rafael Garcia-Suarez
2005-06-29
1
-1
/
+2
*
Warning fixes and documentation
Rafael Garcia-Suarez
2005-06-01
1
-5
/
+13
*
Ensure archs are identical
Rafael Garcia-Suarez
2005-06-01
1
-2
/
+4
*
Integrate a function to produce deltarpms
Rafael Garcia-Suarez
2005-06-01
1
-4
/
+20
*
Removes obsolete code
Rafael Garcia-Suarez
2005-05-31
1
-44
/
+6
*
Remove the return value of compute_installed_flags, it's not used anywhere
Rafael Garcia-Suarez
2005-05-11
1
-5
/
+0
[next]