aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-01-25 22:52:40 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-02-21 17:45:17 +0100
commitd15e5372caf1d0811e1f2bc87d5deddba171cb09 (patch)
tree444c016cbd55aa92b08e8f9f67f53090815ee989 /phpBB/phpbb/db
parent12fe882741db91a155620d5870c6127798125720 (diff)
downloadforums-d15e5372caf1d0811e1f2bc87d5deddba171cb09.tar
forums-d15e5372caf1d0811e1f2bc87d5deddba171cb09.tar.gz
forums-d15e5372caf1d0811e1f2bc87d5deddba171cb09.tar.bz2
forums-d15e5372caf1d0811e1f2bc87d5deddba171cb09.tar.xz
forums-d15e5372caf1d0811e1f2bc87d5deddba171cb09.zip
[ticket/13522] Use acp_get_question_input() for retrieving input data
PHPBB3-13522
Diffstat (limited to 'phpBB/phpbb/db')
0 files changed, 0 insertions, 0 deletions
tware/rpm/urpmi/diff/?id=dd34c6b3190f6ed72e482c397e957b41f5d60fb3'>Diffstat
-rw-r--r--NEWS1
-rw-r--r--urpm/parallel.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 47afa781..9e8bbac0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@
- urpmi:
o handle README.urpmi in utf8 (but not other encodings) (#41553)
o handle --debug-librpm
+ o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi)
- urpmi.addmedia:
o make --mirrorlist with no url equivalent to --mirrorlist '$MIRRORLIST' (#40283)
o --interactive: fix selecting "noauto" media (#39522)
diff --git a/urpm/parallel.pm b/urpm/parallel.pm
index fc8f6020..442dd29d 100644
--- a/urpm/parallel.pm
+++ b/urpm/parallel.pm
@@ -47,7 +47,7 @@ sub resolve_dependencies {
unlink $file;
foreach (@{$urpm->{media}}) {
urpm::media::is_valid_medium($_) or next;
- my $f = urpm::media::statedir_synthesis($urpm, $_);
+ my $f = urpm::media::any_synthesis($urpm, $_);
system "cat '$f' >> '$file'";
}
#- let each node determine what is requested, according to handler given.