From 3e0f9ef2141d1d366471723a5a27fd6cf3a1f4a0 Mon Sep 17 00:00:00 2001 From: Zach Lowry Date: Wed, 13 Jul 2005 14:58:08 +0000 Subject: (Logical change 1.250) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1041 ce84e21b-d406-0410-9b95-82705330c041 --- solaris/Makefile | 20 ++++++++++++++++++++ solaris/pkginfo.bcfg2 | 10 ++++++++++ solaris/pkginfo.bcfg2-server | 10 ++++++++++ solaris/prototype.bcfg2 | 19 +++++++++++++++++++ solaris/prototype.bcfg2-server | 42 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 101 insertions(+) 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 -- cgit v1.2.3-1-g7c22