[Gelistirici] [Uludag-commits] r15661 - branches/pisi-db/pisi/operations

Faik Uygur faik at pardus.org.tr
5 Eki 2007 Cum 19:21:41 EEST


On Friday 05 October 2007 18:33:14 uludag-commits at pardus.org.tr wrote:
> Author: bahadir.kandemir
> Date: Fri Oct  5 18:33:14 2007
> New Revision: 15661
>
> Modified:
>    branches/pisi-db/pisi/operations/install.py
> Log:
> raise exception if package is not in repo.
>
> Modified: branches/pisi-db/pisi/operations/install.py
> =================================================================
> --- branches/pisi-db/pisi/operations/install.py	(original)
> +++ branches/pisi-db/pisi/operations/install.py	Fri Oct  5 18:33:14 2007
> @@ -55,6 +55,10 @@
>                               util.strlist(d))
>              A = Ap
>
> +    for pkg in A:
> +        if not ctx.packagedb.has_package(pkg):
> +            raise Exception(_('Cannot find binary package: %s') % pkg)
> +

Buna neden ihtiyaç oldu? Ne durumda hata oluşuyorsa bir çıktı gönderebilir 
misin? Bakayım. Buna emin olamadım.

- Faik



Gelistirici mesaj listesiyle ilgili daha fazla bilgi