summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-10-29 02:23:08 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-10-29 02:23:08 +0000
commit656d9d1b091718294681d13cf502071b87cbacb6 (patch)
tree4ab2aa001b242b8933f35931ce6a8dd6f2429c69 /solaris
parent6723fcd16c761c09bcbe81cee0e3a859c30155a3 (diff)
downloadbcfg2-656d9d1b091718294681d13cf502071b87cbacb6.tar.gz
bcfg2-656d9d1b091718294681d13cf502071b87cbacb6.tar.bz2
bcfg2-656d9d1b091718294681d13cf502071b87cbacb6.zip
Solaris: Packaging update
Update packaging to 1.0rc1. Also, the Makefile now dynamically sets the python version based on the version installed on the machine. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5511 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Makefile14
-rw-r--r--solaris/pkginfo.bcfg22
-rw-r--r--solaris/pkginfo.bcfg2-server2
-rw-r--r--solaris/prototype.bcfg272
-rw-r--r--solaris/prototype.bcfg2-server140
5 files changed, 113 insertions, 117 deletions
diff --git a/solaris/Makefile b/solaris/Makefile
index 9d177e4b6..893ccbd8e 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,7 @@
#!/usr/sfw/bin/gmake
-VERS=1.0-1
+VERS=1.0.0-1
+PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package
@@ -8,14 +9,17 @@ package:
-mkdir tmp tmp/bcfg2-server tmp/bcfg2
-cd ../ && /opt/csw/bin/python setup.py install --prefix=$(PWD)
-cat bin/bcfg2 | sed -e 's!/usr/bin/python!/opt/csw/bin/python!' > bin/bcfg2.new && mv bin/bcfg2.new bin/bcfg2
- -pkgmk -o -a `uname -m` -f prototype.bcfg2 -d $(PWD)/tmp -r $(PWD)
- -pkgmk -o -a `uname -m` -f prototype.bcfg2-server -d $(PWD)/tmp -r $(PWD)
+ # Set python version to whichever version is installed
+ -cat prototype.bcfg2 | sed -e 's!PYVERSION!python$(PYVERSION)!' > prototype.bcfg2.fixed
+ -cat prototype.bcfg2-server | sed -e 's!PYVERSION!python$(PYVERSION)!' > prototype.bcfg2-server.fixed
+ -pkgmk -o -a `uname -m` -f prototype.bcfg2.fixed -d $(PWD)/tmp -r $(PWD)
+ -pkgmk -o -a `uname -m` -f prototype.bcfg2-server.fixed -d $(PWD)/tmp -r $(PWD)
-pkgtrans -o -s $(PWD)/tmp $(PWD)/bcfg2-$(VERS) SCbcfg2
-pkgtrans -o -s $(PWD)/tmp $(PWD)/bcfg2-server-$(VERS) SCbcfg2-server
-gzip -f $(PWD)/bcfg2-$(VERS)
-gzip -f $(PWD)/bcfg2-server-$(VERS)
-clean:
+clean:
-rm -rf tmp bin lib share
-rm -rf bcfg2-$(VERS).gz bcfg2-server-$(VERS).gz
-
+ -rm -rf prototype.bcfg2.fixed prototype.bcfg2-server.fixed
diff --git a/solaris/pkginfo.bcfg2 b/solaris/pkginfo.bcfg2
index 0dd35df65..6e6da6d0a 100644
--- a/solaris/pkginfo.bcfg2
+++ b/solaris/pkginfo.bcfg2
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
-VERSION="1.0pre4"
+VERSION="1.0.0rc1"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
diff --git a/solaris/pkginfo.bcfg2-server b/solaris/pkginfo.bcfg2-server
index 4c326633d..39194611d 100644
--- a/solaris/pkginfo.bcfg2-server
+++ b/solaris/pkginfo.bcfg2-server
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
-VERSION="1.0pre4"
+VERSION="1.0.0rc1"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
diff --git a/solaris/prototype.bcfg2 b/solaris/prototype.bcfg2
index 81893484e..21b6cb564 100644
--- a/solaris/prototype.bcfg2
+++ b/solaris/prototype.bcfg2
@@ -1,43 +1,39 @@
i pkginfo=./pkginfo.bcfg2
d none lib 0755 root bin
-d none lib/python2.5 0755 root bin
-d none lib/python2.5/site-packages 0755 root bin
-d none lib/python2.5/site-packages/Bcfg2 0755 bin bin
-f none lib/python2.5/site-packages/Bcfg2/ 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Statistics.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/SSLServer.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Component.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/XML.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/Action.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/IPS.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/FreeBSDInit.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/RPMng.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/Chkconfig.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/RcUpdate.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/APT.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/POSIX.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/SYSV.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/rpmtools.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/launchd.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/FreeBSDPackage.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/Blast.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/YUMng.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/Portage.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/DebInit.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/Encap.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Tools/SMF.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Client/Frame.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/tlslite 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/tlslite/utils 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/tlslite/integration 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Logger.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Proxy.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Options.py 0644 bin bin
+d none lib/PYVERSION 0755 root bin
+d none lib/PYVERSION/site-packages 0755 root bin
+d none lib/PYVERSION/site-packages/Bcfg2 0755 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Statistics.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/SSLServer.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Component.py 0644 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2/Client 0755 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/XML.py 0644 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2/Client/Tools 0755 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/Action.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/IPS.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/FreeBSDInit.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/RPMng.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/Chkconfig.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/RcUpdate.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/APT.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/POSIX.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/SYSV.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/rpmtools.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/launchd.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/FreeBSDPackage.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/Blast.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/YUMng.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/Portage.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/DebInit.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/Encap.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Tools/SMF.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Client/Frame.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Logger.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Proxy.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Options.py 0644 bin bin
d none bin 0755 root bin
f none bin/bcfg2 0755 bin bin
d none share 0755 root bin
diff --git a/solaris/prototype.bcfg2-server b/solaris/prototype.bcfg2-server
index 3222c7229..4fc810cce 100644
--- a/solaris/prototype.bcfg2-server
+++ b/solaris/prototype.bcfg2-server
@@ -1,77 +1,73 @@
i pkginfo=./pkginfo.bcfg2-server
d none lib 0755 bin bin
-d none lib/python2.5 0755 bin bin
-d none lib/python2.5/site-packages 0755 bin bin
-d none lib/python2.5/site-packages/Bcfg2 0755 bin bin
-d none lib/python2.5/site-packages/Bcfg2/Server 0755 bin bin
-d none lib/python2.5/site-packages/Bcfg2/Server/Admin 0755 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Tidy.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Minestruct.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Snapshots.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Init.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Group.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Compare.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Perf.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Query.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Viz.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Pull.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Admin/Bundle.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugin.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/__init__.py 0644 bin bin
-d none lib/python2.5/site-packages/Bcfg2/Server/Plugins 0755 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Probes.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Decisions.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Rules.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Packages.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/SGenshi.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/GroupPatterns.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/SSHbase.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Trigger.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Snapshots.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/TCheetah.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Account.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/BB.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Cfg.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Statistics.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Metadata.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Base.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Pkgmgr.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Ohai.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Properties.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Editor.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Svcmgr.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Bundler.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/GBundler.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/NagiosGen.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Deps.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Svn.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/DBStats.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/TGenshi.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Plugins/Git.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/FileMonitor.py 0644 bin bin
-d none lib/python2.5/site-packages/Bcfg2/Server/Snapshots 0755 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Snapshots/model.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Snapshots/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Server/Core.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/__init__.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Statistics.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/SSLServer.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Component.py 0644 bin bin
-d none lib/python2.5/site-packages/Bcfg2/tlslite 0755 bin bin
-f none lib/python2.5/site-packages/Bcfg2/tlslite/utils 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/tlslite/integration 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Logger.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Proxy.py 0644 bin bin
-f none lib/python2.5/site-packages/Bcfg2/Options.py 0644 bin bin
-d none sbin 0755 bin bin
-f none sbin/bcfg2-server 0755 bin bin
-f none sbin/bcfg2-repo-validate 0755 bin bin
-f none sbin/bcfg2-admin 0755 bin bin
-f none sbin/bcfg2-build-reports 0755 bin bin
-f none sbin/bcfg2-info 0755 bin bin
-f none sbin/bcfg2-reports 0755 bin bin
+d none lib/PYVERSION 0755 bin bin
+d none lib/PYVERSION/site-packages 0755 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2 0755 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2/Server 0755 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2/Server/Admin 0755 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Tidy.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Minestruct.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Snapshots.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Init.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Group.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Compare.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Perf.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Query.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Viz.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Pull.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Admin/Bundle.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugin.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/__init__.py 0644 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins 0755 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Probes.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Decisions.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Rules.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Packages.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/SGenshi.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/GroupPatterns.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/SSHbase.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Trigger.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Snapshots.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/TCheetah.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Account.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/BB.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Cfg.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Statistics.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Metadata.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Base.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Pkgmgr.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Ohai.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Properties.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Editor.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Svcmgr.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Bundler.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/NagiosGen.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Deps.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Svn.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/DBStats.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/TGenshi.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Plugins/Git.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/FileMonitor.py 0644 bin bin
+d none lib/PYVERSION/site-packages/Bcfg2/Server/Snapshots 0755 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Snapshots/model.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Snapshots/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Server/Core.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/__init__.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Statistics.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/SSLServer.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Component.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Logger.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Proxy.py 0644 bin bin
+f none lib/PYVERSION/site-packages/Bcfg2/Options.py 0644 bin bin
+d none bin 0755 bin bin
+f none bin/bcfg2-server 0755 bin bin
+f none bin/bcfg2-repo-validate 0755 bin bin
+f none bin/bcfg2-admin 0755 bin bin
+f none bin/bcfg2-build-reports 0755 bin bin
+f none bin/bcfg2-info 0755 bin bin
+f none bin/bcfg2-reports 0755 bin bin
d none share 0755 bin bin
d none share/bcfg2 0755 bin bin
d none share/bcfg2/schemas 0755 bin bin