You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by sk...@apache.org on 2015/02/26 10:45:19 UTC

archiva-site git commit: git instead of subversion add # in cgi file

Repository: archiva-site
Updated Branches:
  refs/heads/master 45dbc77d8 -> acdc72a19


git instead of subversion
add # in cgi file 

Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/acdc72a1
Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/acdc72a1
Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/acdc72a1

Branch: refs/heads/master
Commit: acdc72a190fc9b1d35e535aa30caeb657c4f17ad
Parents: 45dbc77
Author: Eric Barboni <sk...@apache.org>
Authored: Thu Feb 26 10:44:43 2015 +0100
Committer: Eric Barboni <sk...@apache.org>
Committed: Thu Feb 26 10:44:43 2015 +0100

----------------------------------------------------------------------
 src/site/apt/developers/publishing-site.apt | 6 +++---
 src/site/resources/download.cgi             | 1 +
 src/site/resources/index.cgi                | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/acdc72a1/src/site/apt/developers/publishing-site.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developers/publishing-site.apt b/src/site/apt/developers/publishing-site.apt
index 7b43730..7b229f5 100644
--- a/src/site/apt/developers/publishing-site.apt
+++ b/src/site/apt/developers/publishing-site.apt
@@ -38,9 +38,9 @@ Publishing the Archiva Site
 
   To edit and publish the site, do the following:
 
-    [[1]] Checkout the source code from Subversion (if you follow the
-          instructions in {{{./building.html} Building Archiva}}, you will
-          already have it.
+    [[1]] Checkout the source code from Git (if you follow the
+          instructions in {{{./building.html} Building Archiva}}, you know
+          how to have it.
 
     [[2]] Make edits and check them using <<<mvn site>>> or <<<mvn
           site:run>>> until satisfied.

http://git-wip-us.apache.org/repos/asf/archiva-site/blob/acdc72a1/src/site/resources/download.cgi
----------------------------------------------------------------------
diff --git a/src/site/resources/download.cgi b/src/site/resources/download.cgi
index 495cde1..20d30e5 100755
--- a/src/site/resources/download.cgi
+++ b/src/site/resources/download.cgi
@@ -1,4 +1,5 @@
 #!/bin/sh
 # Just call the standard mirrors.cgi script. It will use download.html
 # as the input template.
+#
 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/archiva-site/blob/acdc72a1/src/site/resources/index.cgi
----------------------------------------------------------------------
diff --git a/src/site/resources/index.cgi b/src/site/resources/index.cgi
index a92be9b..924a78d 100755
--- a/src/site/resources/index.cgi
+++ b/src/site/resources/index.cgi
@@ -1,2 +1,3 @@
 #!/bin/sh
+#
 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file