You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/09 21:00:37 UTC

[1/2] incubator-juneau-website git commit: Add build status icon and Jenkins link to downloads page.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 9f9cefc9b -> 3a17d6d37


Add build status icon and Jenkins link to downloads page.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/5351b450
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/5351b450
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/5351b450

Branch: refs/heads/asf-site
Commit: 5351b4505eb57721add7652c8b1c66ab2a732152
Parents: 97dee79
Author: jamesbognar <ja...@gmail.com>
Authored: Tue Aug 9 16:54:37 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Tue Aug 9 16:56:36 2016 -0400

----------------------------------------------------------------------
 content/downloads.html | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5351b450/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 311e10e..7fb93d6 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -11,5 +11,9 @@
 	<p>
 		Sorry...you can't download this project yet.
 	</p>
+	<h5 class='toc'>Builds</h5>
+	<ul class='spaced-list'>
+		<li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> - <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a>
+	</ul>
 </body>
 </html>


[2/2] incubator-juneau-website git commit: Merge branch 'asf-site' of https://git-wip-us.apache.org/repos/asf/incubator-juneau-website.git into asf-site

Posted by ja...@apache.org.
Merge branch 'asf-site' of
https://git-wip-us.apache.org/repos/asf/incubator-juneau-website.git
into asf-site

Conflicts:
	content/downloads.html


Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/3a17d6d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/3a17d6d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/3a17d6d3

Branch: refs/heads/asf-site
Commit: 3a17d6d377137a78a3ac1b637935acce62557054
Parents: 5351b45 9f9cefc
Author: jamesbognar <ja...@gmail.com>
Authored: Tue Aug 9 17:00:33 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Tue Aug 9 17:00:33 2016 -0400

----------------------------------------------------------------------
 content/downloads.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3a17d6d3/content/downloads.html
----------------------------------------------------------------------
diff --cc content/downloads.html
index 7fb93d6,16b7843..8d0d803
--- a/content/downloads.html
+++ b/content/downloads.html
@@@ -13,7 -13,10 +13,8 @@@
  	</p>
  	<h5 class='toc'>Builds</h5>
  	<ul class='spaced-list'>
 -		<li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a>
 +		<li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> - <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a>
  	</ul>
 -	<p>
 -		Current build status:  <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a>
 -	</p>
++	
  </body>
  </html>