Skip to content

Commit

Permalink
Suppress the LIBARCHIVE.creationtime warnings in the build
Browse files Browse the repository at this point in the history
Fixes #53
  • Loading branch information
jonahgraham committed Sep 5, 2023
1 parent 686df55 commit e46a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/check-incubating.sh
Expand Up @@ -8,7 +8,7 @@ echo "Checking all EPPs for incubating components"
echo "The below report shows what bundles look like they may be incubating in each project"
for i in *eclipse*linux.gtk.x86_64.tar.gz; do
echo $i
tar tf $i eclipse/plugins | \
tar --warning=no-unknown-keyword -tf $i eclipse/plugins | \
# get the plug-in name only (no contents or .jar)
sed '-es,.*eclipse/plugins/, ,g' '-es,/.*,,g' '-es,\.jar,,g' | \
# Uniqify
Expand Down

0 comments on commit e46a3ef

Please sign in to comment.