Repository: incubator-vxquery Updated Branches: refs/heads/site e22fbe0dc -> a73cca33d
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/site Commit: a73cca33d614c9d07af7aab9c4781226f7553f42 Parents: e22fbe0 Author: Till Westmann <[email protected]> Authored: Tue Apr 22 00:41:19 2014 -0700 Committer: Till Westmann <[email protected]> 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 - ---
