summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorZach Lowry <zach@mcs.anl.gov>2005-07-13 14:58:08 +0000
committerZach Lowry <zach@mcs.anl.gov>2005-07-13 14:58:08 +0000
commit3e0f9ef2141d1d366471723a5a27fd6cf3a1f4a0 (patch)
tree3c0a3abd48b183192705611ac6e666d35d9ea519 /solaris
parenta318ce762ac107f5dc7ad9deb1257141fffa1fcf (diff)
downloadbcfg2-3e0f9ef2141d1d366471723a5a27fd6cf3a1f4a0.tar.gz
bcfg2-3e0f9ef2141d1d366471723a5a27fd6cf3a1f4a0.tar.bz2
bcfg2-3e0f9ef2141d1d366471723a5a27fd6cf3a1f4a0.zip
(Logical change 1.250)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1041 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Makefile20
-rw-r--r--solaris/pkginfo.bcfg210
-rw-r--r--solaris/pkginfo.bcfg2-server10
-rw-r--r--solaris/prototype.bcfg219
-rw-r--r--solaris/prototype.bcfg2-server42
5 files changed, 101 insertions, 0 deletions
diff --git a/solaris/Makefile b/solaris/Makefile
index e69de29bb..6f72a432a 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -0,0 +1,20 @@
+#!/usr/sfw/bin/gmake
+
+VERS=0.6.8-2
+
+default: clean package
+
+package:
+ -mkdir tmp tmp/bcfg2-server tmp/bcfg2
+ -cd ../ && python setup.py install --prefix=$(PWD)
+ -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)
+ -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:
+ -rm -rf tmp bin lib share
+ -rm -rf bcfg2-$(VERS).gz bcfg2-server-$(VERS).gz
+
diff --git a/solaris/pkginfo.bcfg2 b/solaris/pkginfo.bcfg2
index e69de29bb..91ab30e4e 100644
--- a/solaris/pkginfo.bcfg2
+++ b/solaris/pkginfo.bcfg2
@@ -0,0 +1,10 @@
+PKG="SCbcfg2"
+NAME="bcfg2"
+ARCH="i86pc"
+VERSION="0.6.8-2"
+CATEGORY="application"
+VENDOR="Argonne National Labratory"
+EMAIL="zach@mcs.anl.gov"
+PSTAMP="Zach Lowry"
+BASEDIR="/usr/local"
+CLASSES="none"
diff --git a/solaris/pkginfo.bcfg2-server b/solaris/pkginfo.bcfg2-server
index e69de29bb..552aa1ebd 100644
--- a/solaris/pkginfo.bcfg2-server
+++ b/solaris/pkginfo.bcfg2-server
@@ -0,0 +1,10 @@
+PKG="SCbcfg2-server"
+NAME="bcfg2-server"
+ARCH="i86pc"
+VERSION="0.6.8-2"
+CATEGORY="application"
+VENDOR="Argonne National Labratory"
+EMAIL="zach@mcs.anl.gov"
+PSTAMP="Zach Lowry"
+BASEDIR="/usr/local"
+CLASSES="none"
diff --git a/solaris/prototype.bcfg2 b/solaris/prototype.bcfg2
index e69de29bb..251d2ab34 100644
--- a/solaris/prototype.bcfg2
+++ b/solaris/prototype.bcfg2
@@ -0,0 +1,19 @@
+i pkginfo=./pkginfo.bcfg2
+d none lib 0755 bin bin
+d none lib/python2.3 0755 bin bin
+d none lib/python2.3/site-packages 0755 bin bin
+d none lib/python2.3/site-packages/Bcfg2 0755 bin bin
+f none lib/python2.3/site-packages/Bcfg2/__init__.py 0644 bin bin
+d none lib/python2.3/site-packages/Bcfg2/Client 0755 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Client/Debian.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Client/Gentoo.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Client/Redhat.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Client/Solaris.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Client/Toolset.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Client/__init__.py 0644 bin bin
+d none bin 0755 bin bin
+f none bin/bcfg2 0755 bin bin
+d none share 0755 bin bin
+d none share/man 0755 bin bin
+d none share/man/man1 0755 bin bin
+f none share/man/man1/bcfg2.1 0444 bin bin
diff --git a/solaris/prototype.bcfg2-server b/solaris/prototype.bcfg2-server
index e69de29bb..0b953d9e0 100644
--- a/solaris/prototype.bcfg2-server
+++ b/solaris/prototype.bcfg2-server
@@ -0,0 +1,42 @@
+i pkginfo=./pkginfo.bcfg2-server
+d none lib 0755 bin bin
+d none lib/python2.3 0755 bin bin
+d none lib/python2.3/site-packages 0755 bin bin
+d none lib/python2.3/site-packages/Bcfg2 0755 bin bin
+d none lib/python2.3/site-packages/Bcfg2/Server 0755 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Core.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generator.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Metadata.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Statistics.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Structure.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/__init__.py 0644 bin bin
+d none lib/python2.3/site-packages/Bcfg2/Server/Generators 0755 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/Account.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/Cfg.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/Chiba.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/Pkgmgr.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/SSHbase.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/Svcmgr.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/TCheetah.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Generators/__init__.py 0644 bin bin
+d none lib/python2.3/site-packages/Bcfg2/Server/Structures 0755 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Structures/Base.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Structures/Bundler.py 0644 bin bin
+f none lib/python2.3/site-packages/Bcfg2/Server/Structures/__init__.py 0644 bin bin
+d none sbin 0755 bin bin
+f none sbin/Bcfg2Server=bin/Bcfg2Server 0755 bin bin
+f none sbin/ValidateBcfg2Repo=bin/ValidateBcfg2Repo 0755 bin bin
+d none share 0755 bin bin
+d none share/bcfg2 0755 bin bin
+d none share/bcfg2/schemas 0755 bin bin
+f none share/bcfg2/schemas/atom.xsd 0444 bin bin
+f none share/bcfg2/schemas/base.xsd 0444 bin bin
+f none share/bcfg2/schemas/bundle.xsd 0444 bin bin
+f none share/bcfg2/schemas/metadata.xsd 0444 bin bin
+f none share/bcfg2/schemas/pkglist.xsd 0444 bin bin
+f none share/bcfg2/schemas/services.xsd 0444 bin bin
+f none share/bcfg2/schemas/translation.xsd 0444 bin bin
+d none share/man 0755 bin bin
+d none share/man/man8 0755 bin bin
+f none share/man/man8/Bcfg2Server.8 0444 bin bin
+f none share/man/man8/ValidateBcfg2Repo.8 0444 bin bin