Skip to content

Commit

Permalink
JBIDE-22673 suppress errors about missing tycho metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Jul 8, 2016
1 parent cbb7724 commit c0bf120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/verifyTarget.sh
Expand Up @@ -72,7 +72,7 @@ includeSources="-Dmirror-target-to-repo.includeSources=true" # by default, inclu
INSTALLSCRIPT=/tmp/installFromTarget.sh
LOG_GREP_INCLUDES="BUILD FAILURE|Only one of the following|Missing requirement|Unresolved requirement|IllegalArgumentException|Could not resolve|could not be found|being installed|Cannot satisfy dependency|FAILED"
LOG_GREP_INCLUDES2="TargetDefinitionResolutionException|Could not find"
LOG_GREP_EXCLUDES="Failed to execute goal org.jboss.tools.tycho-plugins:target-platform-utils|Checksum validation failed, no checksums available from the repository"
LOG_GREP_EXCLUDES="Could not find metadata|Failed to execute goal org.jboss.tools.tycho-plugins:target-platform-utils|Checksum validation failed, no checksums available from the repository"
#BASEDIR=`pwd`
#ECLIPSEZIP=${HOME}/tmp/Eclipse_Bundles/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
#UPSTREAM_SITES=file://$HOME/tru/jbosstools-target-platforms/jbosstools/multiple/target/jbosstools-multiple.target.repo/,http://download.jboss.org/jbosstools/updates/nightly/core/master/
Expand Down

0 comments on commit c0bf120

Please sign in to comment.