Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-spec-project-leads] Nice summary.txt header

That was done by our TCK folks; I believe Alwin added it to our TCK build job.  You can see that in the *.tckinfo.txt files here.  I believe the relevant script from the job configuration is:
rm -rf $WORKSPACE/eftl-jakartaeetckinfo.txt
touch $WORKSPACE/eftl-jakartaeetckinfo.txt
export BUNDLE_URL="http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/staged"

for tck_bundle in *tck*.zip
do
  export NAME=$tck_bundle
  echo '***********************************************************************************' >> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo '***                        TCK bundle information                               ***' >> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo "*** Name:       ${NAME}                                     ***" >> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo "*** Bundle Copied to URL:    ${BUNDLE_URL}/${NAME} ***"  >> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo '*** Date and size: '`stat -c "date: %y, size(b): %s" ${NAME}`'        ***'>> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo "*** SHA256SUM: "`sha256sum ${NAME} | awk '{print $1}'`' ***' >> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo '***                                                                             ***' >> $WORKSPACE/eftl-jakartaeetckinfo.txt
  echo '***********************************************************************************' >> $WORKSPACE/eftl-jakartaeetckinfo.txt
done


David Blevins wrote on 8/12/19 2:12 PM:
Dmitry, you put a great header on the TCK results of this build (or someone did).


Can you do a gist.github.com of that script?

-- 
David Blevins
310-633-3852


_______________________________________________
jakartaee-spec-project-leads mailing list
jakartaee-spec-project-leads@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jakartaee-spec-project-leads


Back to the top