| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
thus fixing t/superuser--orphans.t regressions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aria2c > 1.14 changed the output of the progress download string
it's no longer what follows:
"[#1 SIZE:176.0KiB/2.5MiB(6%) CN:3 SPD:256.22KiBs ETA:09s]"
but here is the new one from aria2c 1.16 and beyond:
"[#2c8dae 496KiB/830KiB(59%) CN:1 DL:84KiB ETA:3s]"
So the old parser no longer works...
The string parser has been rewritten by Shlomi Fish with use of
multiline mode and comments for better readability, should aria2c
progress download string change again
Dug & fixed by Giuseppe Ghibò <ghibomgx@gmail.com> and Shlomi Fish
<shlomif@shlomifish.org>
|
| |
|
| |
|
|
|
|
| |
need URPM >= 5.07
|
|
|
|
|
| |
thus fixing warnings when using eg: eatmydata (b/c of missing object in
the chroot)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Sort http mirrors to the beginning of the mirror list. This avoids an
rsync mirror being selected as the mirror sometimes, which causes the
preferred aria2 downloader from not being used.
This also has the effect that in practice aria2 will only be given http
mirrors. If this causes issues, the sorting code can be changed to
reverse sort with the presence of "rsync://" instead.
|
| |
|
|
|
|
| |
breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
|
| |
|
|
|
|
| |
breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
|
| |
|
|
|
|
|
|
|
| |
Apparently perl-2.22's ExtUtils-MakeMaker started wrapping the $(....)
variables in double-quotes, which broke urpmi's "make install"...
v2: perl_checker cleanups (Thierry Vignaud)
|
|
|
|
|
| |
while real perl code, this wasn't parsable by perl_checker, which broke
urpmi-8.07's build :-(
|
| |
|
| |
|
|
|
|
|
| |
thus fixing unmarking packages as potential orphans when downgrading
(mga#16149)
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
basically reverting commit 5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2
and inversing the test expected result
needs rpm-4.12.90-2.mga6 or newer
|
| |
| |
| |
| |
| | |
needed for next commit because:
lua's exit(1) is ignored since rpm-4.9.0
|
|/
|
|
| |
thus fixing noise in testsuite output
|
| |
|
|
|
|
| |
...as priority upgrades prior to restart
|
| |
|
| |
|
|
|
|
|
| |
fixes mga#15032 and also simplify...
needs URPM >= 5.04
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
jut use new splited out 'drakbug' module instead of 'standalone'
rationale: @ARGV handling in standalone breaks gurpmi --auto
regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80
|
| |
|
|
|
|
|
| |
This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8.
Sadly, this currently breaks stage2 which is more urgent...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
but keep an alias (with a warning) for compatibility
|
|
|
|
| |
keep --no-suggests but with a warning
|
| |
|
| |
|
|
|
|
|
| |
aka port from FileSelection to FileChooser
(FileSelection no more exists in Gtk3...)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
we were loading gtk+2 in order to set my_gtk_main_level to
gtk_main_level
which resulted in us strange segfaults when eg trying to save a package:
$ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm
(gdb) s
generic_exceptions_handler () at GClosure.xs:774
774 if ((*my_gtk_main_level)())
(gdb) print my_gtk_main_level
$1 = (guint (*)()) 0x7fffe75eebf0
(gdb) print *my_gtk_main_level
Cannot access memory at address 0x7fffe75eebf0
(gdb) s
Program received signal SIGSEGV, Segmentation fault.
0x00007fffe75eebf0 in ?? ()
(gdb) print gtk_main_level
$2 = {guint (void)} 0x7fffee90d650 <gtk_main_level>
|
|
|
|
| |
improves installing gnome in a chroot from 14m to 11m
|