[Inteproxy-commits] r106 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 31 16:51:18 CEST 2007
Author: jan
Date: 2007-08-31 16:51:18 +0200 (Fri, 31 Aug 2007)
New Revision: 106
Modified:
trunk/ChangeLog
trunk/HowTo-Release.txt
Log:
* HowTo-Release.txt: Optimized tar-archive creation.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-06-06 21:04:51 UTC (rev 105)
+++ trunk/ChangeLog 2007-08-31 14:51:18 UTC (rev 106)
@@ -1,3 +1,7 @@
+2007-08-31 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+ * HowTo-Release.txt: Optimized tar-archive creation.
+
2007-06-06 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
* HowTo-Release.txt: Added note on tagging releases.
Modified: trunk/HowTo-Release.txt
===================================================================
--- trunk/HowTo-Release.txt 2007-06-06 21:04:51 UTC (rev 105)
+++ trunk/HowTo-Release.txt 2007-08-31 14:51:18 UTC (rev 106)
@@ -16,8 +16,7 @@
3. Create a source archive:
$ cd ..
- $ svn checkout https://svn.wald.intevation.org/svn/inteproxy/trunk InteProxy-0.2.0
- $ find InteProxy-0.2.0 -name ".svn" | xargs rm -rf
+ $ svn export https://svn.wald.intevation.org/svn/inteproxy/trunk InteProxy-0.2.0
$ tar -czvf InteProxy-0.2.0.tar.gz InteProxy-0.2.0
4. Create PDF-files InteProxy-de-0.2.0.pdf and InteProxy-en-0.2.0.pdf
More information about the Inteproxy-commits
mailing list