Skip to content

Conversation

@jonquark
Copy link
Contributor

@jonquark jonquark commented Jan 5, 2026

Source code for version of Amlen website at https://eclipse.dev/amlen/ that uses the Eclipse template and build system.

Currently you need to run the build outside the eclipse infrastructure and code the output (in the public directory to the amlen-website repo). I started working on a job to do this automatically in the buildcontainer directory but it doesn't work yet:
https://ci.eclipse.org/amlen/job/HouseKeeping_UpdateMainWebsite/1/

But I want to get the website source code in and then work on the jenkins build separately (the website is already live)

@jonquark jonquark requested a review from IanBoden January 5, 2026 13:30
@jonquark jonquark self-assigned this Jan 5, 2026
Copy link
Contributor

@IanBoden IanBoden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we adding all the example site stuff?

PROJECT_NAME = "<project_name>" // must be all lowercase.
PROJECT_BOT_NAME = "<Project_name> Bot" // Capitalize the name
PROJECT_GH_ORG = "<project_github_org>" // e.g. eclipse-hono
PROJECT_WEBSITE_REPO = "<project_website_repo>" // e.g. hono-website
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these values have been filled in?

PROJECT_BOT_NAME = "<Project_name> Bot" // Capitalize the name
PROJECT_GL_GROUP = "<project_gitlab_group>" // e.g. papyrus
PROJECT_WEBSITE_REPO = "<project_website_repo>" // e.g. papyrus-website
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and these?

# show_events = true
# table_classes = "table table-bordered"
# hide_cfa_same_page = true
# show_collapsible_menu = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these all commented out? should they be deleted?

#headline: ""
#subtitle: ""
#tagline: ""
#links: []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slightly odd to have commented out defaults in the defaults file isn't it?

.alias('h', 'help')
.version('0.1')
.alias('v', 'version')
.epilog('Copyright 2019 Eclipse Foundation inc.').argv;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the copyright be updated to 2026?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants