diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-08-08 13:38:59 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-08-09 08:54:01 -0400 |
commit | b253625c26ab5493b4683f3051ace5194bde5771 (patch) | |
tree | 72f90722a65bc7514ec517964ff9140e07d06a19 /tools | |
parent | 9a06cdcd484a9d718e4f9b4202b102e13772933d (diff) | |
download | bcfg2-b253625c26ab5493b4683f3051ace5194bde5771.tar.gz bcfg2-b253625c26ab5493b4683f3051ace5194bde5771.tar.bz2 bcfg2-b253625c26ab5493b4683f3051ace5194bde5771.zip |
tools: fixed unit tests
Diffstat (limited to 'tools')
-rw-r--r-- | tools/README | 4 | ||||
-rw-r--r-- | tools/upgrade/1.4/README | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/tools/README b/tools/README index ad6d5eac1..9aef03104 100644 --- a/tools/README +++ b/tools/README @@ -17,9 +17,6 @@ bcfg2_local.py - Perform a full Bcfg2 run against a local repository instead of against a remote server -bcfg2-profile-templates.py [<template>] - - Benchmark template rendering times - bcfg2_svnlog.py - Send intelligent log messages about changes made to your Bcfg2 repository from SVN postcommit @@ -88,4 +85,3 @@ upgrade yum-listpkgs-xml.py - Produces a list of all packages installed and available in a format suitable for use by Packages or Pkgmgr - diff --git a/tools/upgrade/1.4/README b/tools/upgrade/1.4/README index 58786966b..8dde8b8b5 100644 --- a/tools/upgrade/1.4/README +++ b/tools/upgrade/1.4/README @@ -5,5 +5,6 @@ migrate_decisions.py - Convert old group- and host-specific whitelist and blacklist files into structured XML -remove_bundle_names.py - - Remove deprecated explicit bundle names +convert_bundles.py + - Remove deprecated explicit bundle names, renames .genshi bundles + to .xml |