Skip to content

Releases: f-prime/Coffer

Bug Fix #2

24 Aug 15:19
Compare
Choose a tag to compare

1.3.2

  • Fixed bug in debootstrap that did not allow for the creating of an environment even with sudo

Coffer Version 1.3.1

24 Aug 02:34
Compare
Choose a tag to compare

1.3.1

  • Added -m flag for mounting directories into env
  • Added getFlags function for returning multiple values with the same flag
  • Auto unmounts directory when removing/cloning
  • package command which compresses an env and allows for easier sending of an env
  • open command restores a packaged environment

Coffer Version 1.2.1

02 Aug 06:23
Compare
Choose a tag to compare
  • Ability to execute templates on already existing coffer env coffer enter <env> -t <template>
  • Add flag to create for selecting repo
  • Add flag to create to select architecture
  • Code Cleanup
  • Default settings now use ubuntu xenial instead of ubuntu precise
  • Documented changed
  • Now treats source.list as content in content.py instead of pulling from a URL that could be down.

Bug Fixes #1

29 Jul 03:36
Compare
Choose a tag to compare
  • Clone waits until environment has been cloned before closing
  • Fixed issue with templates that prevented multiple template.executeCommand functions to be called
  • Coffer create fails gracefully when the environment cannot be created
  • Appropriate sources.list is downloaded for the version of the environment being downloaded.
  • Added content utility for managing content
  • Added function to getRootDir getCofferRoot
  • Added docs for utility functions
  • Added docs for adding a command to coffer

Coffer Version 1.1.0

26 Jul 15:44
Compare
Choose a tag to compare
  • Fixed issue #1
  • Updated code base to Python 3
  • Added rename command to rename envs
  • Better root checking
  • Added -v flag to the create that allows for the specifying of the debian/ubuntu environment to be installed. coffer create env -v wheezy