← Back to team overview

touch-packages team mailing list archive

[Bug 1364327] Re: Title: Custom prefix/postfix to the generated click chroots

 

This bug was fixed in the package click - 0.4.33

---------------
click (0.4.33) utopic; urgency=medium

  [ Pete Woods ]
  * Add scope-facing APIs to chroot build (LP: #1370727).

  [ Colin Watson ]
  * Warn that "click install" without a registration may result in later
    garbage-collection.
  * Rearrange garbage-collection to remove versions of packages that have no
    user registrations and are not running, rather than using the artificial
    @gcinuse registration which never really worked properly.
  * Run garbage-collection immediately before running system hooks on system
    startup (LP: #1342858).
  * Add new -n/--name option to "click chroot", defaulting to "click"
    (LP: #1364327).

  [ Michael Vogt ]
  * Make click destroy more robust by unmounting any mounted filesystem
    inside the schroot first (LP: #1346723).
  * Stop apps if necessary when uninstalling them (LP: #1232130).
  * Add new "click framework {info,get-field}" subcommands.
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Mon, 29 Sep 2014 14:18:41 +0000

** Changed in: click (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1364327

Title:
  Title: Custom prefix/postfix to the generated click chroots

Status in “click” package in Ubuntu:
  Fix Released

Bug description:
  Testing the click chroot operations are the part of the Ubuntu SDK
  test plan.

  According to the test plan we should be able to create, use  and
  destroy click chroots on the host without conflicting with the already
  set up and used click croots. Also the tests should use clean click
  chroots as the existing chroots might be outdated or modified.

  For that we need a CLICK_CHROOT_SUFFIX variable.  The click tools
  should use that suffix for all click chroot operation.

  For example when the CLICK_CHROOT_SUFFIX=_test1234 is set the

  $ click chroot -a armhf -f ubuntu-sdk-14.10 create

  command should create /var/lib/schroot/chroots/click-ubuntu-
  sdk-14.10-armhf_test1234 and the

  $ click chroot -a armhf -f ubuntu-sdk-14.10 run

  command should use the /var/lib/schroot/chroots/click-ubuntu-
  sdk-14.10-armhf_test1234 chroot.

  
  With this feature the Ubuntu SDK test suite just need to set the CLICK_CHROOT_SUFFIX= and carry on with the tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1364327/+subscriptions


References