1. 16 Mar, 2009 1 commit
  2. 11 Mar, 2009 1 commit
  3. 10 Mar, 2009 1 commit
  4. 09 Mar, 2009 2 commits
  5. 08 Mar, 2009 6 commits
  6. 20 Feb, 2009 1 commit
  7. 16 Feb, 2009 7 commits
  8. 12 Feb, 2009 5 commits
  9. 09 Feb, 2009 3 commits
  10. 05 Feb, 2009 1 commit
    • handle interruption/failure of lxc-debian more gracefully · 85248107
      dlezcano authored
      From: Matt Helsley <matthltc@us.ibm.com>
      
      If lxc-debian fails or is interrupted during debootstrap then the next
      invocation of lxc-debian breaks because it only checks for the existence
      of the directory. This forces the user to remove the cache by hand to
      retry the create step.
      
      Let's allow the user to re-run lxc-debian to resume/retry. Store the
      cache in a partial-$ARCH directory until debootstrap succeeds. Then move
      the valid cache to its final destination.
      Signed-off-by: 's avatarMatt Helsley <matthltc@us.ibm.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  11. 02 Feb, 2009 1 commit
    • Add signalfd function definition · ff218c25
      dlezcano authored
      From: Dietmar Maurer <dietmar@proxmox.com>
      
      The signalfd function prototype and the signalfd header file is not
      defined in the debian Lenny. We want to use this debian version with a
      newer kernel.
      
      This patch gives the signalfd function prototype, because the function is
      available in the glibc-2.7 which is the version coming with debian Lenny.
      Signed-off-by: 's avatarDietmar Maurer <dietmar@proxmox.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  12. 29 Jan, 2009 1 commit
    • Complete use of autoconf prefix in lxc-debian · dc21287c
      dlezcano authored
      From: Matt Helsley <matthltc@us.ibm.com>
      
      The lxc-debian script does not consistently address the lxc lock as
      @LOCALSTATEDIR@/lock/subsys/lxc. Make consistent use of the autotools
      substitution to completely enable configure --prefixes.
      
      I also added a comment explaining why some of the paths didn't need
      autoconf substitutions for anyone who wants to understand the script.
      Also, to separate it from the container contents proper, I moved the
      CACHE variable initialization above the container-internal path
      variables.
      Signed-off-by: 's avatarMatt Helsley <matthltc@us.ibm.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  13. 28 Jan, 2009 1 commit
  14. 26 Jan, 2009 4 commits
  15. 25 Jan, 2009 4 commits
  16. 18 Jan, 2009 1 commit