Metadata-Version: 1.0
Name: loofah
Version: 0.1
Summary: debile helper to rebuild a set of existing packages
Home-page: https://github.com/paultag/loofah
Author: Paul Tagliamonte
Author-email: paultag@debian.org
License: Expat
Description: loofah is a debile helper to rebuild existing set.
        
        loofah will process json files. Some examples are provided in eg/
        
        # Commands
        
        ## Feed the database
        > PYTHONPATH=. ./bin/loofah-update
        
        ## Query packages
        Query all packages 'Build-Depends'/'Build-Depends-Indep' on cdbs:
        > PYTHONPATH=. ./bin/loofah-query eg/cdbs.json
        
        ## Rebuild packages
        > PYTHONPATH=.:../ricky/ ./bin/loofah-rebuild eg/cdbs.json default
        
        # Configuration
        
        Edit _/etc/ricky.ini_:
        ```
        [config]
        signing-key=<the gpg key generated by the fred user>
        dput-target=ursae
        ```
        
        Edit _~/.dput.d/profiles/ursae.json_:
        ```
        { "fqdn": "ursae.inria.fr", "incoming": "/UploadQueue", "login": "anonymous", "meta": "boring", "method": "ftp"}
        ```
        
        
        # Requirements
        * mongodb
        * python-pymongo
        * ricky https://github.com/paultag/ricky
        
Platform: any
