Jenkins build is back to normal : Tamaya-Sandbox-Master #3497

2019-06-04 Thread Apache Jenkins Server
See 



Build failed in Jenkins: Tamaya-Sandbox-Master #3496

2019-06-04 Thread Apache Jenkins Server
See 

--
Started by upstream project "Tamaya-Master-branch" build number 1942
originally caused by:
 Started by timer
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Injecting contributions.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace 

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 1344, done.
remote: Compressing objects:   0% (1/562)   remote: Compressing 
objects:   1% (6/562)   remote: Compressing objects:   2% (12/562)  
 remote: Compressing objects:   3% (17/562)   remote: Compressing 
objects:   4% (23/562)   remote: Compressing objects:   5% (29/562) 
  remote: Compressing objects:   6% (34/562)   remote: Compressing 
objects:   7% (40/562)   remote: Compressing objects:   8% (45/562) 
  remote: Compressing objects:   9% (51/562)   remote: Compressing 
objects:  10% (57/562)   remote: Compressing objects:  11% (62/562) 
  remote: Compressing objects:  12% (68/562)   remote: Compressing 
objects:  13% (74/562)   remote: Compressing objects:  14% (79/562) 
  remote: Compressing objects:  15% (85/562)   remote: Compressing 
objects:  16% (90/562)   remote: Compressing objects:  17% (96/562) 
  remote: Compressing objects:  18% (102/562)   remote: Compressing 
objects:  19% (107/562)   remote: Compressing objects:  20% (113/562)   
remote: Compressing objects:  21% (119/562)   remote: 
Compressing objects:  22% (124/562)   remote: Compressing objects:  23% 
(130/562)   remote: Compressing objects:  24% (135/562)   
remote: Compressing objects:  25% (141/562)   remote: Compressing 
objects:  26% (147/562)   remote: Compressing objects:  27% (152/562)   
remote: Compressing objects:  28% (158/562)   remote: 
Compressing objects:  29% (163/562)   remote: Compressing objects:  30% 
(169/562)   remote: Compressing objects:  31% (175/562)   
remote: Compressing objects:  32% (180/562)   remote: Compressing 
objects:  33% (186/562)   remote: Compressing objects:  34% (192/562)   
remote: Compressing objects:  35% (197/562)   remote: 
Compressing objects:  36% (203/562)   remote: Compressing objects:  37% 
(208/562)   remote: Compressing objects:  38% (214/562)   
remote: Compressing objects:  39% (220/562)   remote: Compressing 
objects:  40% (225/562)   remote: Compressing objects:  41% (231/562)   
remote: Compressing objects:  42% (237/562)   remote: 
Compressing objects:  43% (242/562)   remote: Compressing objects:  44% 
(248/562)   remote: Compressing objects:  45% (253/562)   
remote: Compressing objects:  46% (259/562)   remote: Compressing 
objects:  47% (265/562)  

[incubator-tamaya] branch master updated: TAMAYA-396: Fix version of RAT in eclipse

2019-06-04 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
 new c232ec4  TAMAYA-396: Fix version of RAT in eclipse
c232ec4 is described below

commit c232ec4006f98469444f9205fe4fb8a50fd5fd18
Author: Hugo Hirsch 
AuthorDate: Tue Jun 4 22:11:57 2019 +0200

TAMAYA-396: Fix version of RAT in eclipse
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fc61f4..7d8209d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -654,7 +654,7 @@

apache-rat-plugin


-   [0.12,)
+   [0.13,)



check



[incubator-tamaya-sandbox] branch master updated: TAMAYA-392: Add missing disclaimer

2019-06-04 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
 new 8fa352b  TAMAYA-392: Add missing disclaimer
8fa352b is described below

commit 8fa352bec588703d5300ff911153bc69bdb9b665
Author: Hugo Hirsch 
AuthorDate: Tue Jun 4 21:29:21 2019 +0200

TAMAYA-392: Add missing disclaimer
---
 DISCLAIMER | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 000..58fd3b9
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Tamaya is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
\ No newline at end of file



[incubator-tamaya-site] branch asf-site updated: TAMAYA-392: Pull before pushing new site

2019-06-04 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8600224  TAMAYA-392: Pull before pushing new site
8600224 is described below

commit 8600224350c4d91133cfbd5fed2eaf71274af631
Author: Hugo Hirsch 
AuthorDate: Tue Jun 4 21:09:28 2019 +0200

TAMAYA-392: Pull before pushing new site
---
 copy-site.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/copy-site.sh b/copy-site.sh
index e17fec1..ea0e761 100755
--- a/copy-site.sh
+++ b/copy-site.sh
@@ -1,4 +1,6 @@
  #!/bin/bash  
+echo "Requesting upstream changes first"
+git pull
 echo "Copying generated site into current branch ..."
 cp -r ./output/* .
 echo "Do not forget to copy apidocs into ./apidocs before pushing."



[incubator-tamaya-site] branch master updated: TAMAYA-392: Add links to ASF resources as requested, add meta tags

2019-06-04 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 0f9f40e  TAMAYA-392: Add links to ASF resources as requested, add meta 
tags
0f9f40e is described below

commit 0f9f40e355ee53f21b07c1a5b22e19ee6f97c0dc
Author: Hugo Hirsch 
AuthorDate: Tue Jun 4 21:07:40 2019 +0200

TAMAYA-392: Add links to ASF resources as requested, add meta tags
---
 templates/header.thyme |  8 
 templates/menu.thyme   | 16 
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/templates/header.thyme b/templates/header.thyme
index b9c0ff0..5a598f2 100644
--- a/templates/header.thyme
+++ b/templates/header.thyme
@@ -4,10 +4,10 @@



-   
-   
-   
-   
+   
+   
+   
+  
 


diff --git a/templates/menu.thyme b/templates/menu.thyme
index 1aaba7b..6b848f9 100644
--- a/templates/menu.thyme
+++ b/templates/menu.thyme
@@ -53,6 +53,22 @@
Release History
   
 
+   
+  ASF 

+  
+   https://www.apache.org/";>Apache Software Foundation (ASF)
+   https://www.apache.org/foundation/how-it-works.html";>How the ASF 
works
+   https://www.apache.org/foundation/getinvolved.html";>Get Involved
+   https://www.apache.org/dev/";>Developer Resources
+   https://www.apache.org/foundation/policies/conduct.html";>Code of 
Conduct
+   https://www.apache.org/foundation/sponsorship.html";>Sponsorship
+   https://www.apache.org/licenses/";>License
+   https://www.apache.org/security";>Security
+   https://www.apache.org/foundation/thanks.html";>Thanks
+   
+   https://www.apache.org/events/current-event.html";>https://www.apache.org/events/current-event-125x125.png"; alt="Current 
Apache event"/>
+  
+