Re: Incubator project status website failed to build since July 7th

2023-08-11 Thread Yu Li
Thanks Dave!

Best Regards,
Yu


On Wed, 2 Aug 2023 at 20:28, Dave Fisher  wrote:

> Here is the fix which has worked its way through the clutch and website
> process.
>
> Author: wave
> Date: Wed Aug  2 12:19:32 2023
> New Revision: 1911409
>
> URL: http://svn.apache.org/viewvc?rev=1911409&view=rev <
> http://svn.apache.org/viewvc?rev=1911409&view=rev>
> Log:
> Update the minimum podling count from 25 to 15
>
> Modified:
>incubator/public/trunk/clutch2.sh
>
> Modified: incubator/public/trunk/clutch2.sh
> URL:
> http://svn.apache.org/viewvc/incubator/public/trunk/clutch2.sh?rev=1911409&r1=1911408&r2=1911409&view=diff
> <
> http://svn.apache.org/viewvc/incubator/public/trunk/clutch2.sh?rev=1911409&r1=1911408&r2=1911409&view=diff
> >
>
> ==
> --- incubator/public/trunk/clutch2.sh (original)
> +++ incubator/public/trunk/clutch2.sh Wed Aug  2 12:19:32 2023
> @@ -27,7 +27,7 @@ CLUTCH_COUNT_2=`cat  clutch2pages.out |
> echo "STATUS: pages: "$CLUTCH_COUNT_2
>
> if [ "$CLUTCH_COUNT_1" = "$CLUTCH_COUNT_2" ]; then
> -if [ $CLUTCH_COUNT_2 -lt 25 ]; then
> +if [ $CLUTCH_COUNT_2 -lt 15 ]; then
> exit 5
> fi
> svn status | grep [~M]
>
>
> > On Aug 2, 2023, at 1:35 AM, Yu Li  wrote:
> >
> > Hi Justin,
> >
> > As titled, I noticed this when trying to update the Celeborn and Paimon
> > project status through SVN [1]. Checking the build job [2], it has been
> > failing ever since July 7th.
> >
> > With some further checking, I found that the initial issue was introduced
> > by a typo when updating pony mail status (r1910858), which was fixed by
> the
> > recent changes (r1911355) but unfortunately another issue introduced on
> the
> > clutch script...
> >
> > I tried to further locate and resolve the issue but found myself lacking
> > some experience. Could you help take a look here? Thanks.
> >
> > CC the general@ ML just in case anyone else noticed the same issue.
> >
> > Best Regards,
> > Yu
> >
> > [1]
> >
> https://ci-builds.apache.org/job/Incubator/job/Incubator-SVN-Clutch-Analysis-part-1/1720/consoleFull
> > [2]
> >
> https://ci-builds.apache.org/job/Incubator/job/Incubator-GIT-Site-part-2/
>
>


Re: Incubator project status website failed to build since July 7th

2023-08-02 Thread Dave Fisher
Here is the fix which has worked its way through the clutch and website 
process. 

Author: wave
Date: Wed Aug  2 12:19:32 2023
New Revision: 1911409

URL: http://svn.apache.org/viewvc?rev=1911409&view=rev 

Log:
Update the minimum podling count from 25 to 15

Modified:
   incubator/public/trunk/clutch2.sh

Modified: incubator/public/trunk/clutch2.sh
URL: 
http://svn.apache.org/viewvc/incubator/public/trunk/clutch2.sh?rev=1911409&r1=1911408&r2=1911409&view=diff
 

==
--- incubator/public/trunk/clutch2.sh (original)
+++ incubator/public/trunk/clutch2.sh Wed Aug  2 12:19:32 2023
@@ -27,7 +27,7 @@ CLUTCH_COUNT_2=`cat  clutch2pages.out |
echo "STATUS: pages: "$CLUTCH_COUNT_2

if [ "$CLUTCH_COUNT_1" = "$CLUTCH_COUNT_2" ]; then
-if [ $CLUTCH_COUNT_2 -lt 25 ]; then
+if [ $CLUTCH_COUNT_2 -lt 15 ]; then
exit 5
fi
svn status | grep [~M]


> On Aug 2, 2023, at 1:35 AM, Yu Li  wrote:
> 
> Hi Justin,
> 
> As titled, I noticed this when trying to update the Celeborn and Paimon
> project status through SVN [1]. Checking the build job [2], it has been
> failing ever since July 7th.
> 
> With some further checking, I found that the initial issue was introduced
> by a typo when updating pony mail status (r1910858), which was fixed by the
> recent changes (r1911355) but unfortunately another issue introduced on the
> clutch script...
> 
> I tried to further locate and resolve the issue but found myself lacking
> some experience. Could you help take a look here? Thanks.
> 
> CC the general@ ML just in case anyone else noticed the same issue.
> 
> Best Regards,
> Yu
> 
> [1]
> https://ci-builds.apache.org/job/Incubator/job/Incubator-SVN-Clutch-Analysis-part-1/1720/consoleFull
> [2]
> https://ci-builds.apache.org/job/Incubator/job/Incubator-GIT-Site-part-2/



Incubator project status website failed to build since July 7th

2023-08-02 Thread Yu Li
Hi Justin,

As titled, I noticed this when trying to update the Celeborn and Paimon
project status through SVN [1]. Checking the build job [2], it has been
failing ever since July 7th.

With some further checking, I found that the initial issue was introduced
by a typo when updating pony mail status (r1910858), which was fixed by the
recent changes (r1911355) but unfortunately another issue introduced on the
clutch script...

I tried to further locate and resolve the issue but found myself lacking
some experience. Could you help take a look here? Thanks.

CC the general@ ML just in case anyone else noticed the same issue.

Best Regards,
Yu

[1]
https://ci-builds.apache.org/job/Incubator/job/Incubator-SVN-Clutch-Analysis-part-1/1720/consoleFull
[2]
https://ci-builds.apache.org/job/Incubator/job/Incubator-GIT-Site-part-2/