[buildinfo.debian.net] branch master updated (4212172 -> fbb2b66)

Chris Lamb chris at chris-lamb.co.uk
Sat Jan 28 21:58:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a change to branch master
in repository buildinfo.debian.net.

      from  4212172   Use HTTPS for gnu.org link
       new  897746e   Drop big unique_together index...
       new  01bfa8c   Show SHA256 (on larger displays) (Closes: #19)
       new  37b8f4d   Move default storage to S3.
       new  75bc50b   Load data from S3 if we don't have it locally.
       new  61b04f8   Store files directly onto S3.
       new  5225391   Add tool to move data to S3.
       new  fbb2b66   Drop IntegrityError import

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bidb/api/utils.py                                  | 34 +++++++++++++++-------
 bidb/buildinfo/buildinfo_submissions/models.py     |  8 +++++
 bidb/buildinfo/buildinfo_submissions/views.py      |  8 ++++-
 .../migrations/0003_auto_20170119_0258.py          | 19 ++++++++++++
 bidb/buildinfo/models.py                           | 11 ++++++-
 bidb/buildinfo/views.py                            |  8 ++++-
 bidb/settings/defaults/__init__.py                 | 10 ++++++-
 bidb/settings/roles/local.py                       |  5 +++-
 bidb/{ => utils/management}/__init__.py            |  0
 bidb/{ => utils/management/commands}/__init__.py   |  0
 .../commands/move_raw_text_to_storage.py           | 24 +++++++++++++++
 requirements.txt                                   |  2 ++
 templates/buildinfo/view.html                      |  3 ++
 13 files changed, 117 insertions(+), 15 deletions(-)
 create mode 100644 bidb/buildinfo/migrations/0003_auto_20170119_0258.py
 copy bidb/{ => utils/management}/__init__.py (100%)
 copy bidb/{ => utils/management/commands}/__init__.py (100%)
 create mode 100644 bidb/utils/management/commands/move_raw_text_to_storage.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list