Code review comment for lp:~pkern/ubuntu-cve-tracker/master

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

We already offer compressed (bz2) alongside the uncompressed files.

From IRC:
07:37 < jdstrand> mdeslaur, and pkern: so, there are already bz2 files created:
                  cd $UCT/scripts/fetch-db database.pickle.bz2
07:37 < jdstrand> ...
07:38 < jdstrand> = Fetching database.pickle.bz2 =
07:38 < jdstrand> --2014-09-10 07:37:36--
                  https://usn.ubuntu.com/usn-db/database.pickle.bz2
07:38 < jdstrand> ...
07:38 < jdstrand> = Fetching database.pickle.bz2.sha256 =
07:38 < jdstrand> --2014-09-10 07:37:49--
                  https://usn.ubuntu.com/usn-db/database.pickle.bz2.sha256
07:38 < jdstrand> ...
07:38 < jdstrand> = Verifiying database.pickle.bz2.sha256 =
07:38 < jdstrand> ./database.pickle.bz2: OK
07:38 < jdstrand> = Uncompressing database.pickle.bz2 =
07:38 < jdstrand> Download complete. File saved to 'database.pickle'
07:38 < jdstrand> so that is the pickle file
07:38 < jdstrand> but the json is there too
07:38 < jdstrand> $ $UCT/scripts/fetch-db database.json.bz2
07:38 < jdstrand> = Fetching database.json.bz2 =
07:38 < jdstrand> --2014-09-10 07:38:47--
                  https://usn.ubuntu.com/usn-db/database.json.bz2
07:38 < jdstrand> ...
07:39 < jdstrand> = Fetching database.json.bz2.sha256 =
07:39 < jdstrand> --2014-09-10 07:38:55--
                  https://usn.ubuntu.com/usn-db/database.json.bz2.sha256
07:39 < jdstrand> ...
07:39 < jdstrand> = Verifiying database.json.bz2.sha256 =
07:39 < jdstrand> ./database.json.bz2: OK
07:39 < jdstrand> = Uncompressing database.json.bz2 =
07:39 < jdstrand> Download complete. File saved to 'database.json'

« Back to merge proposal