[csw-devel] SF.net SVN: gar:[22100] csw/mgar/pkg/opencsw-manual/trunk

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Wed Oct 2 19:26:06 CEST 2013


Revision: 22100
          http://gar.svn.sourceforge.net/gar/?rev=22100&view=rev
Author:   pfelecan
Date:     2013-10-02 17:26:06 +0000 (Wed, 02 Oct 2013)
Log Message:
-----------
opencsw-manual/trunk: start the verification with a syntactically correct source

Modified Paths:
--------------
    csw/mgar/pkg/opencsw-manual/trunk/Makefile
    csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst
    csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/index.rst
    csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/installation-en-masse.rst
    csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst
    csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/building-a-catalog.rst

Modified: csw/mgar/pkg/opencsw-manual/trunk/Makefile
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/Makefile	2013-10-02 17:06:21 UTC (rev 22099)
+++ csw/mgar/pkg/opencsw-manual/trunk/Makefile	2013-10-02 17:26:06 UTC (rev 22100)
@@ -57,7 +57,7 @@
 copy-to-web:
 	if echo $(DESTDIR) | grep global; then :; else \
 	  if [ -d $(HTDOCS)/opencsw-manual ]; then \
-		rsync -r $(DESTDIR)$(docdir)/$(CATALOGNAME_CSWopencsw-manual)/ \
+		rsync -rv $(DESTDIR)$(docdir)/$(CATALOGNAME_CSWopencsw-manual)/ \
 		$(HTDOCS)/opencsw-manual; \
 	  fi \
 	fi

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst	2013-10-02 17:06:21 UTC (rev 22099)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst	2013-10-02 17:26:06 UTC (rev 22100)
@@ -56,9 +56,9 @@
 Voila! You have installed your first package!
 
 
-------------------
+---------------------------------------------
 Selecting your mirror and the catalog release
-------------------
+---------------------------------------------
 
 Now that you are about to install lots of stuff it may be a good time to select
 one of the mirrors from ``mirror.opencsw.org`` close to you. The official

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/index.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/index.rst	2013-10-02 17:06:21 UTC (rev 22099)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/index.rst	2013-10-02 17:26:06 UTC (rev 22100)
@@ -9,7 +9,7 @@
 
   introduction
   getting-started
-  installing-en-masse
+  installation-en-masse
   configuring-services
   mirror-setup
 

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/installation-en-masse.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/installation-en-masse.rst	2013-10-02 17:06:21 UTC (rev 22099)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/installation-en-masse.rst	2013-10-02 17:26:06 UTC (rev 22100)
@@ -1,6 +1,6 @@
-==========================
+============================
 Installing packages en masse
-==========================
+============================
 
 --------------------
 Package dependencies

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst	2013-10-02 17:06:21 UTC (rev 22099)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst	2013-10-02 17:26:06 UTC (rev 22100)
@@ -4,10 +4,10 @@
 
 .. highlight:: text
 
-  If you prefer a video tutorial instead of a written document, there is
-  a `packaging video tutorial`_ available. It covers a subset of this document,
-  starting from a fresh Solaris 10 install and ends with a built package. It
-  takes about 2-3h to complete.
+If you prefer a video tutorial instead of a written document, there is
+a `packaging video tutorial`_ available. It covers a subset of this document,
+starting from a fresh Solaris 10 install and ends with a built package. It
+takes about 2-3h to complete.
 
 A buildfarm is a set of hosts where you can build Solaris packages. You can
 connect Intel and SPARC hosts together to build a set of packages with one

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/building-a-catalog.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/building-a-catalog.rst	2013-10-02 17:06:21 UTC (rev 22099)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/building-a-catalog.rst	2013-10-02 17:26:06 UTC (rev 22100)
@@ -9,14 +9,14 @@
 pkgutil, but there isn't an existing catalog that provides you with the right
 mix. The typical cases include:
 
-# You've built a set of packages and you want to test them.
-# You want to pick a subset of packages from an existing catalog on the
-  mirror.
-# You want to install older versions of some packages, for instance pick a few
-  packages from the old package stash (``allpkgs``) and some other, newer
-  packages.
-# You have a set of packages internal to your company that you want to
-  distribute across your servers.
+#. You've built a set of packages and you want to test them.
+#. You want to pick a subset of packages from an existing catalog on the
+   mirror.
+#. You want to install older versions of some packages, for instance pick a few
+   packages from the old package stash (``allpkgs``) and some other, newer
+   packages.
+#. You have a set of packages internal to your company that you want to
+   distribute across your servers.
 
 How to build your own catalog
 -----------------------------

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list