/usr/lib/python2.7/dist-packages/loofah-0.1.egg-info/PKG-INFO is in python-loofah 0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 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
|