Skip to content

Commit

Permalink
Update jetty.jsonnet (#46)
Browse files Browse the repository at this point in the history
clean up old and new website repo setup

Signed-off-by: Jesse McConnell <[email protected]>
  • Loading branch information
jmcc0nn3ll authored Jun 4, 2024
1 parent 8541818 commit fc23a75
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('jetty') {
settings+: {
blog: "https://eclipse.dev/jetty",
blog: "https://jetty.org",
dependabot_security_updates_enabled_for_new_repositories: false,
description: "The Eclipse Jetty Project",
email: "[email protected]",
Expand Down Expand Up @@ -192,33 +192,22 @@ orgs.newOrg('jetty') {
],
},
orgs.newRepo('jetty-website') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Contents and release generation for display on https://eclipse.dev/jetty",
description: "Old jetty website for https://eclipse.dev/jetty",
has_wiki: false,
homepage: "https://eclipse.dev/jetty",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
webhooks: [
orgs.newRepoWebhook('https://jenkins.webtide.net/github-webhook/') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
],
},
orgs.newRepo('jetty-website-2020') {
archived: true,
default_branch: "master",
description: "Eclipse Jetty® - Under Construction",
description: "Old Jetty Website",
has_wiki: false,
homepage: "http://jetty.org",
homepage: "https://eclipse.dev/jetty",
web_commit_signoff_required: false,
},
orgs.newRepo('jetty-websocket-api') {
Expand Down Expand Up @@ -335,6 +324,8 @@ orgs.newOrg('jetty') {
delete_branch_on_merge: false,
gh_pages_build_type: "workflow",
web_commit_signoff_required: false,
description: "Antora-based jetty.org website.",
homepage: "https://jetty.org",
secrets: [
orgs.newRepoSecret('RELEASE_TOKEN') {
value: "********",
Expand Down

0 comments on commit fc23a75

Please sign in to comment.