Change logs for mini-buildd source package in Xenial

  • mini-buildd (1.0.10) unstable; urgency=medium
    
      * [6345fe9] .gitignore: Ignore paths created by new debhelper.
      * [2231178] [devel]: Updates: +installdjango, +service, +install.
      * [26d9291] [django] Retry 'migrate' with '--fake-initial' on
        OperationalError (fixes daemon start on certain existing databases).
      * [938bc1d] Update to new recommended bash completions path (/usr/share
        /bash-completion/completions/).
    
     -- Stephan Sürken <email address hidden>  Wed, 20 Jan 2016 14:36:49 +0000
  • mini-buildd (1.0.9) unstable; urgency=medium
    
      * [eb0fad7] [devel] chroot workaround: Don't care if the dirty workound
        fails.
      * [13ced1b] django_settings: Improve django < 1.7 compat code (make
        mini-buildd actually fail when django.setup() fails).
      * [dff0527] [devel] purge: Also manually stop daemon.
      * [aaa608c] postrm: On purge, don't hide output of 'userdel'.
      * [543d101] web && admin: Also display the daemon's hostname. Thanks to
        Marc Haber (Closes: 796346)
      * [f69c12b] httpd.py: Fix compat warning from cherrypy 2.3
        (autoreload_on -> .on).
      * [e79279c] control: Update dependency on django to >= 1.7 (will not be
        tested under 1.5/1.6, and compat code may eventually be removed).
      * [332996d] [devel]: Add crude macro to help locally test different
        django versions.
      * [7842e91] [django 1.9] Use management call 'migrate', not 'syncdb'.
      * [235ac3b] DirChroot: Add support for now-in-linux-mainline overlayfs
        named "overlay" (Fixes: OOB support for overlay backend for Debian
        Kernels with aufs removed).
      * [9b67282] [django 1.9] Add run_syncdb=True to migrate call.
      * [cc2ea99] [django 1.9] Add app "django.contrib.sites" (p-d-r imports
        models from there, forbidden in 1.9 w/o the app installed).
      * [1c41bda] [django 1.8] WebApp: Manually call check() once (1.8 no
        longer does this by default; in 1.7 you may see unharmful duplicate
        calls).
      * [1b5d6e8] [django 1.9] Update templatetag 'mbd_model_count' to
        (cleaner) inclusion.tag (Fixes: configuration page).
      * [fd94acc] [django 1.9] ./devel pydoctests: Add more exclusions for now
        always-failing doctest runs.
      * [2b8f5f5] [devel]: Add yet another workaround to simplify testing.
      * [5dd2d45] Revert "[django 1.9] Add app "django.contrib.sites" (p-d-r
        imports models from there, forbidden in 1.9 w/o the app installed).":
        Not needed any more for new p-d-r upstream 2.0.4.
      * [ed878cf] [django 1.8|9]: Depend on python-django-registration >=
        2.0.4.
      * [cd6b460] control: Harden python-django deps to those main version
        actually tested with (1.7, 1.8, 1.9). (Closes: 808670, 806361, 806593)
      * [cd6edec] [django 1.9] doc: Add app "registration" to django pseudo
        conf (avoids warning on sphinx run).
      * [542cb3c] [devel] More internal convenience hacks for testdjango.
      * [599829b] DirChroot: Make "overlay" backend default (it's now in
        mainline and current Debian kernels, while "aufs" has been removed).
    
     -- Stephan Sürken <email address hidden>  Tue, 12 Jan 2016 11:27:55 +0000
  • mini-buildd (1.0.8) unstable; urgency=medium
    
      * [8ecb4f1] API/DOC: Add "auth level" info to API docstrings.
      * [ae3a5fe] doc/user.rst: Update aptitude config recommendations.
      * [0f8e943] [devel] Add dirty workaround so testing still works in
        "systemd chroots".
      * [85fe189] [wizards] Add 'httpredir' Debian archive sources.
      * [98b1181] builder: Also cat "chroot_setup_scrip" to build log. Thanks
        to Marc Haber (Closes: 797589)
      * [7a65be1] remotes: Use a custom exception for status updates failures
        (improves error handling over pure urllib2 exception). Thanks to Marc
        Haber (Closes: 796348)
      * [7822017] [wizards] Add Ubuntu 15.10 (wily).
    
     -- Stephan Sürken <email address hidden>  Sat, 31 Oct 2015 11:40:58 +0000
  • mini-buildd (1.0.7) unstable; urgency=medium
    
      [ Stephan Sürken ]
      * [44fe400] [devel]: Remove python-django-lint from installdep helper.
      * [2bb2bbe] models: Set default "Days-Until-Recheck" value from 7 to 6
        (works out better with cron.daily).
      * [6a06f68] Builder: Don't expect buildlogs to be UTF-8 (Fixes: Build
        failure with such buildlogs).
      * [add889b] examples/09bug728096shmfixer: Make work again under jessie+
        systems (this fixes a bug in that bug workaround which has been
        triggered by bug fix for #674755 ;).
      * [2e628f0] examples/09bug728096shmfixer: Harden, so it's only run when
        really needed.
      * [5ea7888] Add debian/mini-buildd.README.Debian (including a hint for
        the shm workaround).
      * [38af7d4] [devel] Update devel script to new "gbp .." call scheme.
      * [b3eb016] misc.py: HoPo::test_bind(): Make work for IPv6. (Closes:
        789103)
    
      [ Ben Finney ]
      * [307d472] Depend on ‘python-daemon’ 2.0.5 for new lockfile API.
      * [793f229] Remove references to obsolete ‘daemon.pidlockfile’ API.
        (Closes: 789089)
    
      [ Stephan Sürken ]
      * [285b0f6] Add a per-branch debian/gbp.conf, and point to 1.0.x.
      * [ac3c6ff] debian/control: Remove obsolete Suggests on debootstrap
        (Fixes lintian/stronger-dependency-implies-weaker).
      * [59ec7cc] doc/quickstart.rst: Clarify the meaning of 'Uploader', and
        describe the per-user auth workflow. (Closes: 789154)
      * [c0956b1] models/gnupg.py: Prefer explicitly pasted key over
        keyid/keyserver (Fixes non-intuitive behavior when keys are re-
        prepared with no keyserver available).
    
     -- Stephan Sürken <email address hidden>  Sun, 21 Jun 2015 16:33:51 +0000