[GitHub] [comdev-site] rlenferink opened a new pull request, #111: Import blogs from roller
rlenferink opened a new pull request, #111: URL: https://github.com/apache/comdev-site/pull/111 INFRA recently announced to projects the need to migrate their blogs since roller will be decommissioned around May 31st: https://lists.apache.org/thread/hfhzochhmqhd32tclgc47d5nk90jxmb2 This PR contains a blog import of the blog entries comdev has on blogs.apache.org: https://blogs.apache.org/comdev/ A preview can be viewed here: https://community-import-blogs.staged.apache.org/blog/ After this some tweaks still need to be done, e.g. fixing the layout of the pagination below the blogs; but I would say that is an ongoing effort. I didn't rename the files to make reviewing easier. Also since I don't know how INFRA will 'collect' the blogs again (maybe the old URLs will still work then). Anyway, something that can be easily improved later on. || Old entry || New entry || | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org
[website] comdev blogs import from roller
Recently INFRA announced the decommissioning of roller, which means that projects were asked to copy the content from the existing blogs.a.o to their own .a.o/blog/ location if a project wants to retain their blog content. I just moved and refactored the blog content for the comdev blogs into our website and opened a pull request for review [1]. A preview is available here: https://community-import-blogs.staged.apache.org/blog/ I think this is not really doable to review on content-level, but feel free to have a look using the generated preview. [1] https://github.com/apache/comdev-site/pull/111 Roy - To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org
[GitHub] [comdev-site] rlenferink commented on a diff in pull request #109: Add a failure and fixed section to the Jenkinsfile for sending notifications
rlenferink commented on code in PR #109: URL: https://github.com/apache/comdev-site/pull/109#discussion_r1181025485 ## Jenkinsfile: ## @@ -168,5 +168,43 @@ pipeline { } deleteDir() /* clean up our workspace */ } + +// If the build failed, send an email to the list. +failure { +script { +if (env.BRANCH_NAME == 'main') { +emailext( +to: "dev@community.apache.org", +recipientProviders: [[$class: 'DevelopersRecipientProvider']], +from: "Jenkins ", +subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} failed", Review Comment: Good idea! Just added it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org
[GitHub] [comdev-site] rlenferink merged pull request #109: Add a failure and fixed section to the Jenkinsfile for sending notifications
rlenferink merged PR #109: URL: https://github.com/apache/comdev-site/pull/109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org
[GitHub] [comdev-site] cottage14 opened a new pull request, #112: Update _index.md
cottage14 opened a new pull request, #112: URL: https://github.com/apache/comdev-site/pull/112 lines 26, 30, 40: removed unnecessary comma 38: capitalized 'Board' to match use later in the page 40: changed 'are' to 'is'; navigating gender-free pronouns can be tricky while trying to maintain a readable sentence. 48: removed 'a number of' as unnecessary 56 and 80: changed passive to active voice 74: changed 'who' to 'whom' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org