You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2014/04/22 09:42:44 UTC

[2/3] git commit: yet another small update to the release page

yet another small update to the release page


Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/a73cca33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/a73cca33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/a73cca33

Branch: refs/heads/master
Commit: a73cca33d614c9d07af7aab9c4781226f7553f42
Parents: e22fbe0
Author: Till Westmann <we...@gmail.com>
Authored: Tue Apr 22 00:41:19 2014 -0700
Committer: Till Westmann <we...@gmail.com>
Committed: Tue Apr 22 00:41:19 2014 -0700

----------------------------------------------------------------------
 src/site/apt/release.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a73cca33/src/site/apt/release.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/release.apt b/src/site/apt/release.apt
index e25da31..931f12b 100644
--- a/src/site/apt/release.apt
+++ b/src/site/apt/release.apt
@@ -157,7 +157,7 @@ $ mvn site site:deploy
 
 ---
 $ cd ../site
-$ svn add [all new files]
+$ svn st | awk '/\?/ { print $2 }' | xargs svn add # add all new files
 $ svn ci -m"updated site"
 $ cd -
 ---