summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-11 16:35:58 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-11 16:35:58 -0400
commited30c66bfc08e95c959f4dc9b14b09d4a1ae07de (patch)
tree34eb3f86fb4295bb45543b5a6d52d6bca50e3aa1 /scripts
parent287bf22c59f714c6925377a3a44f59a8906c2e50 (diff)
parent035a69e6bc140e7079ac1c4ca90679b577ad1b56 (diff)
downloadfunc-ed30c66bfc08e95c959f4dc9b14b09d4a1ae07de.tar.gz
func-ed30c66bfc08e95c959f4dc9b14b09d4a1ae07de.tar.xz
func-ed30c66bfc08e95c959f4dc9b14b09d4a1ae07de.zip
Merge branch 'ssalevan_delegation'
Conflicts: func.spec func/minion/modules/certmastermod.py setup.py
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/func-build-map8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/func-build-map b/scripts/func-build-map
new file mode 100755
index 0000000..734929a
--- /dev/null
+++ b/scripts/func-build-map
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import sys
+import distutils.sysconfig
+import func.overlord.mapper as mapper
+
+mapper = mapper.MapperTool()
+mapper.run(sys.argv)