summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-20 14:11:18 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-20 14:11:18 -0400
commitf807391125a1dc4f852afc7d9642e47334f8d9b2 (patch)
tree3020153f75c95b02e409da47b401f164db740450 /tools
parent62fe861b93d08077ed2467855f95bf2c437f003b (diff)
downloadbcfg2-f807391125a1dc4f852afc7d9642e47334f8d9b2.tar.gz
bcfg2-f807391125a1dc4f852afc7d9642e47334f8d9b2.tar.bz2
bcfg2-f807391125a1dc4f852afc7d9642e47334f8d9b2.zip
migrate_perms_to_mode.py: migrate SSHbase/info.xml
Diffstat (limited to 'tools')
-rwxr-xr-xtools/upgrade/1.3/migrate_perms_to_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade/1.3/migrate_perms_to_mode.py b/tools/upgrade/1.3/migrate_perms_to_mode.py
index a15de6e29..de336456f 100755
--- a/tools/upgrade/1.3/migrate_perms_to_mode.py
+++ b/tools/upgrade/1.3/migrate_perms_to_mode.py
@@ -55,7 +55,7 @@ def main():
for root, dirs, files in os.walk(os.path.join(repo, plugin)):
for fname in files:
convertstructure(os.path.join(root, fname))
- if plugin not in ['Cfg', 'TGenshi', 'TCheetah']:
+ if plugin not in ['Cfg', 'TGenshi', 'TCheetah', 'SSHbase']:
continue
for root, dirs, files in os.walk(os.path.join(repo, plugin)):
for fname in files: