AndresVargas

Hi!, my nickName is zodman, im a Computer science Engineering. love the FLOSS and FreeSoftware. Python ninja and php coder. On left my love Aisha and me.

Interest links
seen more



Powered by Django.

foresight ya tiene soporte para webcam en pidgin

http://www.foresightlinux.se/blog/2009/08/25/foresight-has-a-working-pidgin-2-6-1/

El pidgin en foresightlinux ya tiene soporte para webcam :) ohh ciii

pidgin-webcam

Aqui podemos ver a Tforman platicando con sus hijos

what is FITS ?

FITS
Foresight Issues Tracking System
http://issues.foresightlinux.org

rITS
rPath Issues Tracking System
http://issues.rpath.org

packaging software from git repo on conary

im read on irc channel:

[jessezh] a quick question: what should i put in 'version' for a pkg built from git snapshot?
[gxti] i like to base it on the output of 'git describe'
[gxti] for example, my current kernel tree is 'v2.6.29-rc3-56-g913d952', so for a recipe i would use 'v2.6.29_rc3_56_g913d952'
[gxti] since you can't use hyphens in version numbers
[gxti] r.macros.gitrev = r.version.replace('_', '-')
[gxti] r.addGitSnapshot('git://foo', tag='%(gitrev)s')

Good tip!

How populate my app Metadata for show on packagekit

A lot of times people askme that.

So im add the Way for populate Metadata on foresight.packages.
https://wiki.foresightlinux.org/display/DEV/set+Metadata+for+package

And a how use the catalog files.
https://wiki.foresightlinux.org/display/DEV/Catalog+Files

vim python support on foresight

im update few days ago the vim.. on fl:2-devel someone add the params for get the python support im only bake the changes but now i have vim with python powers....

vim

This because the vim version on conary repo not have support of it. So the rpathians what use ? emacs ? argh!!! ( i dont like)

this make the onmicomplete awesome. and with vim-addons( zodyrepo.rpath.org@rpl:devel ) can be a replace of any IDE.

Some python code what i learned today [Iterator]:

In [1]: a = ["a","b","c"]

In [2]: b = iter(a)

In [3]: b.next()
Out[3]: 'a'

In [4]: b.next()
Out[4]: 'b'

In [5]: b.next()
Out[5]: 'c'

In [6]: b.next()
---------------------------------------------------------------------------
StopIteration                             Traceback (most recent call last)

/home/zodman/<ipython console> in <module>()

StopIteration:

Im love python because sometimes not need explains for understand what doing ...

stream/share music video to xbox360 and ps3

My friend TForsman package the ushare app.

This its a software what can be recognized by xbox360 and PS3 consoles. for stream files. Soo this how it works its on wiki

https://wiki.foresightlinux.org/display/docs/Stream+music+and+videos+with+xbox+360+and+PS3

packagekit tip

We know the info of packagekit its invisible, not verbose info its showed like what are doing ..... http://wiki.foresightlinux.org/display/docs/PackageKit+Status+Icons ( FL-724 )

But on the packagekit on 2-devel it have a little module for seen what packagekit its doing........

sudo tail -f /tmp/conarybackend.log

That its because im feel confused seen what hell pk doing :S

when packagekit pass to fl:2 label this must removed.

xfce 4.6 Fuzzy

Well my friend mark__t do a daily commits to xfce.rpath.org repository. So im update my group-xfce and i get the xfce 4.6 BETA codename Fuzzy if you want to feel the light as xfce is.

Only do this on foresight 2.0.5:

sudo conary update group-xfce=xfce.rpath.org@xfce:devel


Certificated

What packages its not on foresight installed ?

Today someone on irc channel of #foresight on freenode ask for how search the packages what not are on official repo. Installed on her machine.

He forget that.

So do this.

conary q --labels | grep -v conary | grep -v foresight

Or search the packages what installed from a personal-repo

conary q --labels | grep personal-repo