summaryrefslogtreecommitdiffstats
path: root/solaris-ips/README
diff options
context:
space:
mode:
authorDan Foster <dan.foster@bristol.ac.uk>2013-05-30 14:24:00 +0000
committerDan Foster <dan.foster@bristol.ac.uk>2013-05-30 22:50:01 +0000
commite9603a3456bbf252cb40c64688088a4de2ec5b62 (patch)
treeb184afacdbe922a9a93da949ae06433846a97e8d /solaris-ips/README
parent8df8b8744bd7c8fa6e539ae1289964b9411a0ef3 (diff)
downloadbcfg2-e9603a3456bbf252cb40c64688088a4de2ec5b62.tar.gz
bcfg2-e9603a3456bbf252cb40c64688088a4de2ec5b62.tar.bz2
bcfg2-e9603a3456bbf252cb40c64688088a4de2ec5b62.zip
Solaris 11 IPS Package support
Diffstat (limited to 'solaris-ips/README')
-rw-r--r--solaris-ips/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/solaris-ips/README b/solaris-ips/README
new file mode 100644
index 000000000..24021b992
--- /dev/null
+++ b/solaris-ips/README
@@ -0,0 +1,22 @@
+BUILDING
+--------
+
+Dependancies:
+ gmake
+
+Usage:
+ gmake
+
+
+PUBLISHING
+----------
+
+Modify MANIFEST.bcfg2 and MANIFEST.bcfg2-server to set your publisher name in the fmri, e.g. Change
+ set name=pkg.fmri value="pkg://bcfg2/bcfg2@1.2.4"
+to
+ set name=pkg.fmri value="pkg://example.com/bcfg2@1.2.4"
+
+
+Then run the pkgsend publish, i.e.
+ pkgsend publish -s http://example.com/path/to/repo -d build MANIFEST.bcfg2
+ pkgsend publish -s http://example.com/path/to/repo -d build MANIFEST.bcfg2-server