graph
- implement export_tag for git working copy2010-11-15, by Bjoern Ricks
- tag_pkg_parameters is also used in enterprise tags recipe2010-11-15, by Bjoern Ricks
- tag_pkg_parameters depends on scm therefore move this method to the2010-11-15, by Bjoern Ricks
- added an option to fail if a tag could not be found instread of building trunk2010-11-11, by Bjoern Ricks
- fail if tag rules should be used and report error2010-11-11, by Bjoern Ricks
- set the correct tags_rules_pattern if not provided in the config2010-11-11, by Bjoern Ricks
- use empty string as default config values instead of None2010-11-10, by Bjoern Ricks
- fixed typo2010-11-10, by Bjoern Ricks
- don't checkout master branch by default for local branch. local would point to the local master and not to origin/master.2010-11-10, by Bjoern Ricks
- fix git tag detector usage in enterprise packager2010-11-10, by Bjoern Ricks
- rename do_svn_update in do_update because we provide svn and git support now2010-11-10, by Bjoern Ricks
- read scm_type and rules_scm_type from config2010-11-10, by Bjoern Ricks
- fix indentation2010-11-10, by Bjoern Ricks
- set tag scm types to continous scm types if not set by user2010-11-10, by Bjoern Ricks