diff options
author | Dafydd Harries <daf@rhydd.org> | 2013-03-19 14:16:43 -0400 |
---|---|---|
committer | Dafydd Harries <daf@rhydd.org> | 2013-03-19 14:16:43 -0400 |
commit | 926d7674cc69ffee3e680752d5129d34980b029e (patch) | |
tree | 31a1197da36b174600ccf4ccab195ea1caef0b11 /README | |
parent | 3f7dda55219d4ce3a35d0e1bf07bead65d45b8be (diff) |
update README with export information
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -34,3 +34,13 @@ logging into powell.debian.org (which hosts.packages.debian.org) and running: $ cd /srv/packages.debian.org/www/changelogs/pool $ tar -zchf ~/copyright.tar.gz main/*/*/current/copyright +## Exporting data + +One package: + + $ python export.py Pandoc + +All packages: + + $ python export.py + |