You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/09/20 15:23:22 UTC

[groovy] branch danielsun/tweak-travisci-20210920 updated (7250796 -> 486471f)

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a change to branch danielsun/tweak-travisci-20210920
in repository https://gitbox.apache.org/repos/asf/groovy.git.


 discard 7250796  Trust ant
     new 486471f  Show difference between verification-metadata.xml and verification-metadata.dryrun.xml

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7250796)
            \
             N -- N -- N   refs/heads/danielsun/tweak-travisci-20210920 (486471f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                      | 4 +++-
 gradle/verification-metadata.xml | 1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

[groovy] 01/01: Show difference between verification-metadata.xml and verification-metadata.dryrun.xml

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch danielsun/tweak-travisci-20210920
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 486471fb4859a13b8a96424bdac5548626bdf2db
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Sep 20 23:23:06 2021 +0800

    Show difference between verification-metadata.xml and verification-metadata.dryrun.xml
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5edace5..32fcfec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,4 +72,6 @@ cache:
     - $HOME/.gradle/wrapper/
 
 after_failure:
-  - find /home/travis/build/apache/groovy/build/reports/dependency-verification -type f -name "*.html" | xargs cat
\ No newline at end of file
+  - find /home/travis/build/apache/groovy/build/reports/dependency-verification -type f -name "*.html" | xargs cat
+  - ./gradlew --write-verification-metadata pgp,sha512 --dry-run
+  - diff -u /home/travis/build/apache/groovy/gradle/verification-metadata.xml /home/travis/build/apache/groovy/gradle/verification-metadata.dryrun.xml
\ No newline at end of file