[Osaas-commits] r32 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 31 13:29:42 CEST 2007


Author: jan
Date: 2007-08-31 13:29:42 +0200 (Fri, 31 Aug 2007)
New Revision: 32

Added:
   trunk/HowTo-Release.txt
   trunk/README.txt
Modified:
   trunk/ChangeLog
Log:
* README.txt: New. Some notes about OSAAS in general.

* HowTo-Release.txt: New. Some notes on how to create a release.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-08-29 17:53:01 UTC (rev 31)
+++ trunk/ChangeLog	2007-08-31 11:29:42 UTC (rev 32)
@@ -1,3 +1,9 @@
+2007-08-31  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* README.txt: New. Some notes about OSAAS in general.
+
+	* HowTo-Release.txt: New. Some notes on how to create a release.
+
 2007-08-29  Bernhard Herzog  <bh at intevation.de>
 
 	* server/README.txt: Add section about stopping the server

Added: trunk/HowTo-Release.txt
===================================================================
--- trunk/HowTo-Release.txt	2007-08-29 17:53:01 UTC (rev 31)
+++ trunk/HowTo-Release.txt	2007-08-31 11:29:42 UTC (rev 32)
@@ -0,0 +1,14 @@
+This howto just contains the very basics. There is no
+real release procedure or management established yet.
+
+
+Create a source archive:
+
+$ cd ..
+$ svn checkout https://svn.wald.intevation.org/svn/osaas/trunk osaas-1.0.0
+$ find osaas-1.0.0 -name ".svn" | xargs rm -rf
+$ tar -czvf osaas-1.0.0.tar.gz osaas-1.0.0
+
+Tag the release in SVN:
+
+$ svn copy svn+ssh://<YOUR_USERNAME>@svn.wald.intevation.org/inteproxy/trunk svn+ssh://<YOUR_USERNAME>@svn.wald.intevation.org/osaas/tags/release-1.0.0

Added: trunk/README.txt
===================================================================
--- trunk/README.txt	2007-08-29 17:53:01 UTC (rev 31)
+++ trunk/README.txt	2007-08-31 11:29:42 UTC (rev 32)
@@ -0,0 +1,22 @@
+OSAAS - OWS Statistics And Accounting System
+============================================
+
+OSAAS contains of 2 components, the server and
+clients. One client for deegree OWS-Proxy is
+part of this package. Arbitrary others
+could be implemented.
+
+OWS stands for OGC Web Services where OGC is the
+Open Geospatial Consortium.
+
+OSAAS is Free Software, most of it licensed under GNU GPL
+(the server). Other parts depend on the respective
+clients (e.g. GNU LGPL for deegree).
+
+Please refer to the README.txt in the respective
+sub-directories for more information.
+
+For further questions or discussion please
+get in contact via the delelopers mailing list:
+
+http://lists.wald.intevation.org/mailman/listinfo/osaas-commits



More information about the Osaas-commits mailing list