Change logs for debci source package in Zesty

  • debci (1.5.1) unstable; urgency=medium
    
      [ Brandon Fairchild ]
      * TUTORIAL.md: Add links to DDPO and package tracker
    
      [ Antonio Terceiro ]
      * docs/TUTORIAL.md: add link to DMD as well
      * debci-setup-chdist:
        - use $MIRROR as default mirror
      * debci-generate-index:
        - handle sub-directories of the artifacts/ directory produced by
          autopkgtest.
    
      [ Paul Gevers ]
      * Simplify the instructions to enable sudo to work on lxc-* now that debci
        ships an sudoers.d/debci file
    
     -- Antonio Terceiro <email address hidden>  Thu, 26 Jan 2017 10:27:45 -0200
  • debci (1.5) unstable; urgency=medium
    
      * debci setup
        - add -f/--force option to force an update, ignoring the testbed timestamp
      * web UI
        - fix links to packages in "status alerts" page
      * packaging:
        + debci-worker: move `apt-cacher-ng` from Recommends: to Suggests:. In
          practice, workers should usually be close to a good mirror; having a
          local cache increases the maintaince burden as the disk usage might go
          too high.
      * lxc backend:
        + drop "adt-sid-amd64-" prefix from container names. In practice,
          container names longer than 64 characters cause problems.
      * setup-chdist:
        + drop usage of timestamp to control when to call `apt-get update`. Just
          update always. an `apt-get update` on a updated tree should be quick
          enough.
    
     -- Antonio Terceiro <email address hidden>  Thu, 27 Oct 2016 19:38:44 -0200
  • debci (1.3) unstable; urgency=medium
    
      * debci-collector:
        - remove creation of .timestamp files under data/autopkgtest-incoming/,
          which are no longer used for anything
      * bin/debci-batch:
        - use one tmp_dir per package/suite/architecture
      * bin/debci-generate-index
        - use one tmp_dir per package/suite/architecture
        - compress artifacts (except log) in a single tarball so that instead of N
          files per test run, we only keep 2 files per test run: log.gz and
          artifacts.tar.gz. This should significantly reduce the usage of inodes.
    
     -- Antonio Terceiro <email address hidden>  Fri, 03 Jun 2016 16:26:11 -0300