]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-git.patch
- add name for aria
[packages/poldek.git] / poldek-git.patch
1 commit 3c90766404683407368cab9526d13b0aa8036469
2 Author: Bartlomiej Zimon <uzi18@o2.pl>
3 Date:   Wed Mar 21 01:48:26 2012 +0100
4
5     - pndir update: realy keep quiet
6     
7     Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
8
9 diff --git a/pkgdir/pndir/update.c b/pkgdir/pndir/update.c
10 index 830356a..c26fe9f 100644
11 --- a/pkgdir/pndir/update.c
12 +++ b/pkgdir/pndir/update.c
13 @@ -289,8 +289,7 @@ int pndir_m_update(struct pkgdir *pkgdir, enum pkgdir_uprc *uprc)
14      pidxpath += 6;
15  
16      // to keep quiet vf_stat
17 -    if (poldek_VERBOSE < 2)
18 -        vfile_configure(VFILE_CONF_VERBOSE, &poldek_VERBOSE);
19 +    vfile_configure(VFILE_CONF_VERBOSE, 0);
20      
21      snprintf(path, sizeof(path), "%s.ndir.%s",
22              pkgdir->idxpath, pidxpath);
23 commit 55c3e1253032e28eab75bf775b247db4882961f2
24 Author: Bartlomiej Zimon <uzi18@o2.pl>
25 Date:   Wed Mar 21 02:23:27 2012 +0100
26
27     - add name for aria fetcher
28     
29     Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
30
31 diff --git a/doc/poldek.conf.xml b/doc/poldek.conf.xml
32 index 5846888..17347e5 100644
33 --- a/doc/poldek.conf.xml
34 +++ b/doc/poldek.conf.xml
35 @@ -729,6 +729,7 @@ proto = http,ftp,https
36  cmd   = wget -N --dot-style=binary -P %d %Pn
37  
38  [fetcher]
39 +name  = aria
40  proto = http,ftp,https
41  cmd   = aria2c --log-level=info --summary-interval=0 --truncate-console-readout=true -c -k1M -j5 -s5 -x5 -Z -P -d %d %Pn
42  
This page took 0.107536 seconds and 3 git commands to generate.