BundleMan CHANGES

Author: Benoit Delbosc
Address:
bdelbosc _at_ nuxeo.com
Revision: CHANGES.txt 34832 2006-03-30 07:54:12Z bdelbosc

Abstract

This document describes changes between BundleMan versions.

Table of Contents

BundleMan SVN trunk

Location:http://svn.nuxeo.org/pub/tools/bundleman/trunk/
Target:?

New features

  • bm-bundle new --archive-name option to set the archive name.

BundleMan 1.2.0

Location:http://svn.nuxeo.org/pub/tools/bundleman/tags/1.2.0
Released date:2007-04-10
Cheesecake index:
 464 out of a maximum of 545 points is 85%

New features

  • bm-bundle new --archive-root-directoy option to set the root directory inside the targz archive, default is the release name.

  • bm-bundle handles product with a checkout directory inside another product for example you can have an svn:externals like this:

    foo      http://path/svn/products/foo/trunk
    foo/bar  http://path/svn/products/bar/trunk
    

BundleMan 1.1.0

Location:http://svn.nuxeo.org/pub/tools/bundleman/tags/1.1.0
Released date:2006-10-18
Cheesecake index:
 464 out of a maximum of 545 points is 85%

Requires

  • You need to reinit your products with a bm-product --init in order to set up the new svn property.

New features

  • bm-bundle new --scp remote_path option to scp an archive.
  • bm-bundle can release, add a global changelog and create an archive in one step bm-bundle --release APPrc2 --changelog APPrc1: -a.
  • bm-product --init now set a svn property named bundleman.
  • Handles svn url that contains '/3dparty/' like '/vendor/' svn url.
  • bm-* handles a new --log-file LOG_FILE or -l option to set the log file path. Default is set to ~/bundleman.log. The bm-* command arguments is also logged.
  • bm-product new --archive-url option to create an archive without having a working copy.

Bug Fixes

  • Traceback with product that have a VERSION and CHANGES files but not managed with bundleman.
  • fix: bm-* archive failed with file that contains spaces.
  • python setup.py test now launch doctests and check that svn version >= 1.2

BundleMan 1.0.0

Location:http://svn.nuxeo.org/pub/tools/bundleman/tags/1.0.0
Released date:2006-09-19
Cheesecake index:
 464 out of a maximum of 545 points is 85%

New features

  • First release

See the INSTALL file for requirement and installation.

See README for more information about BundleMan.