Hi developers here with news
When Im trying to find a wiki how set metadata on packages and found a dude brcha of other distro based on conary. He edit a bit the policy of conary what use metadata with this ... http://bitbucket.org/brcha/conary-policy/src/tip/policy/metadata.py well with this im add it on conary-policy-foresight package... cvc co conary-policy-foresight and the seen its works .... i have a recipe like this: class Dpaster(PackageRecipe): name = 'dpaster' version = '0.1' buildRequires = [ 'twill:python', 'python:devel',"argparse-python:python" ] url = "http://github.com/zodman/dpaster" shortDesc = "a cli command for dpaste.com" longDesc = "a cli command for send files to www.dpaste.com" categories = ["Internet","Development","ConsoleOnly"] licenses = ["XXX"] def setup(r): r.addGitSnapshot("git://github.com/zodman/dpaster.git") r.PythonSetup() when i cook: zod...@gnome dpaster]$ conary scs dpaster-0.1.ccs --info Name : dpaster Build time: Mon Feb 22 07:35:40 2010 Version : 0.1-4-0.1 Label : lo...@local:COOK Size : 8295 Flavor : is: x86_64 License : XXX Category : ConsoleOnly Category : Development Category : Internet Summary : a cli command for dpaste.com Url : http://github.com/zodman/dpaster Description: a cli command for send files to www.dpaste.com the patch its here: http://gist.github.com/310894 the problem its when i bake the metatadata its not set :( need something more ? _______________________________________________ Foresight-devel mailing list Foresight-devel@lists.rpath.org http://lists.rpath.org/mailman/listinfo/foresight-devel