Re: roundcubemail-0.4.2 - th-main

2010-10-12 Thread Paweł Zuzelski
On Mon, 11 Oct 2010, Wieslaw Kierbedz wrote:

   W dniu 10/11/10 12:57 PM, Bartosz Świątek anonsuje::
  W dniu 11 października 2010 10:21 użytkownik Robert Grauzenis
  dz...@dc.net.pl  napisał:
  W dniu 2010-10-11 01:59, Wieslaw Kierbedz napisał(a):
 Miałem przed chwilą to samo :( Zwalczyłem nadpisując katalog program
 wersją z svn.
  He, he, a miało być tylko stable.
  No to nie będzie.
  Spaczkowana wersja tak ma, wersja uruchomiona bezpośrednio ze źródeł
  działa prawidłowo (w sobotę aktualizowałem na jednej z maszyn).
  Potwierdzam.
 I ja. I ja. I ja. I ja. Onomatopeja.
 Też chcę potwierdzić.

This problem was caused by shared-folders.patch. I disabled it in
0.4.2-2, so now roundcube works correctly, at least for me. Please
test: http://carme.pld-linux.org/~pawelz/th/noarch/

If noone will fixes this patch / updates config for it, I'll send
roundcube without spoken patch to th builders today in the evening.

-- 
Regards,
Paweł
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD-doc: cvs-hints.txt - How to add DEVEL branch.

2010-10-12 Thread Paweł Zuzelski
On Tue, 12 Oct 2010, lmasko wrote:
 +* Add a DEVEL branch (assuming, that the DEVEL tag does not exist):
 +
 +  builder -B DEVEL name.spec
 +  cvs up -r DEVEL name.spec
 +  cvs ci name.spec

Just curious: why this is better than just:
cd rpm/packages/name;
cvs tag -b DEVEL

?

-- 
Regards,
Paweł
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD-doc: cvs-hints.txt - How to add DEVEL branch.

2010-10-12 Thread Marcin Krol
 On Tue, 12 Oct 2010, lmasko wrote:
 +* Add a DEVEL branch (assuming, that the DEVEL tag does not exist):
 +
 +  builder -B DEVEL name.spec
 +  cvs up -r DEVEL name.spec
 +  cvs ci name.spec

 Just curious: why this is better than just:
 cd rpm/packages/name;
 cvs tag -b DEVEL

 ?

Because it tags source files and patches as well.

M.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD-doc: cvs-hints.txt - How to add DEVEL branch.

2010-10-12 Thread Paweł Zuzelski
On Tue, 12 Oct 2010, Marcin Krol wrote:

  On Tue, 12 Oct 2010, lmasko wrote:
  +* Add a DEVEL branch (assuming, that the DEVEL tag does not exist):
  +
  +  builder -B DEVEL name.spec
  +  cvs up -r DEVEL name.spec
  +  cvs ci name.spec
 
  Just curious: why this is better than just:
  cd rpm/packages/name;
  cvs tag -b DEVEL
 
  ?
 
 Because it tags source files and patches as well.

cvs tag -b DEVEL with cwd=packages/name will tag all tracked files
in packages/name directory (?)

-- 
Paweł
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD-doc: cvs-hints.txt - How to add DEVEL branch.

2010-10-12 Thread Marcin Krol
 cvs tag -b DEVEL with cwd=packages/name will tag all tracked files
 in packages/name directory (?)

True. Builder will tag only those actually associated with spec file.

M.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en