Skip to content

Commit cf746eb

Browse files
committed
Tidy up the pombast/mega-melt configuration
* Move pombast-specific templates into pombast subfolder. * Remove tests subfolder containing obsolete shell scripts.
1 parent e4955b8 commit cf746eb

9 files changed

Lines changed: 5 additions & 684 deletions

pombast.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repositories = ["scijava.public=https://maven.scijava.org/content/groups/public"
55
[status]
66
rules = "rules.xml"
77
html = "../status.scijava.org/index.html"
8-
header = "header-status.html"
9-
footer = "footer-status.html"
8+
header = "pombast/header-status.html"
9+
footer = "pombast/footer-status.html"
1010
nexus-base = "https://maven.scijava.org"
1111
cuttable = [
1212
"de.nanoimaging:*",
@@ -26,8 +26,8 @@ cuttable = [
2626

2727
[team]
2828
html = "../status.scijava.org/team.html"
29-
header = "header-team.html"
30-
footer = "footer-team.html"
29+
header = "pombast/header-team.html"
30+
footer = "pombast/footer-team.html"
3131
includes = [
3232
"de.nanoimaging:*",
3333
"fr.inra.ijpb:*",
@@ -71,7 +71,7 @@ includes = [
7171
# Setting scijava.jvm.version to 21 by default would avoid the issue, but...
7272
# is that really a good idea? Setting to 11 seems like a nice baseline compromise right now.
7373
java-version = 21 # Maximum Java version of all included component + deps.
74-
template = "tests/mega-melt-template.xml"
74+
template = "pombast/mega-melt-template.xml"
7575
excludes = [
7676
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
7777
'org.bytedeco:hdf5',

tests/filter-build-log.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

tests/generate-mega-melt.py

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)