You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/10 16:04:25 UTC

[GitHub] [netbeans] mbien opened a new pull request #3754: increase git clone depth so that we can restart older jobs post merge.

mbien opened a new pull request #3754:
URL: https://github.com/apache/netbeans/pull/3754


   travis fails to restart old jobs of already integrated commits, for example:
   ```
   fatal: reference is not a tree: 49e167edc46e335e1587ba22749650c5617f9954
   
   The command "git checkout -qf 49e167edc46e335e1587ba22749650c5617f9954" failed and exited with 128 during .
   ```
   setting `--depth` to 50 should improve the situation a bit (I hope) without having to clone the entire repo.
   
   I also added some java version info printout to ant.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien merged pull request #3754: increase git clone depth so that we can restart older jobs post merge.

Posted by GitBox <gi...@apache.org>.
mbien merged pull request #3754:
URL: https://github.com/apache/netbeans/pull/3754


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists