summaryrefslogtreecommitdiffstats
path: root/tools/upgrade/1.3/README
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-10-26 15:05:51 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-10-26 15:05:51 -0500
commit59b3d315c402e72120d2d12a0f08f58bdff98aeb (patch)
tree65eef580764261e9b622ca7452664809e234df7c /tools/upgrade/1.3/README
parentbcb99a6e2fb3a07591f40275e7b6e7d6ad42caa5 (diff)
downloadbcfg2-59b3d315c402e72120d2d12a0f08f58bdff98aeb.tar.gz
bcfg2-59b3d315c402e72120d2d12a0f08f58bdff98aeb.tar.bz2
bcfg2-59b3d315c402e72120d2d12a0f08f58bdff98aeb.zip
tools: Add migrate_perms_to_mode tool
Helps users to migrate their repositories from the perms attribute to mode. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'tools/upgrade/1.3/README')
-rw-r--r--tools/upgrade/1.3/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/upgrade/1.3/README b/tools/upgrade/1.3/README
index e72650729..2831d8f00 100644
--- a/tools/upgrade/1.3/README
+++ b/tools/upgrade/1.3/README
@@ -15,3 +15,7 @@ service_modes.py
migrate_dbstats.py
- Convert old DBStats entries to the new Reporting system
+
+migrate_perms_to_mode.py
+ - Convert perms attribute to mode (note that if you have info/:info
+ files, you should run migrate_info.py first)