Standardise on 'main' as the default branch?

2023-04-01 Thread sebb
All bar one of the 4 comdev Git repos use 'main' as the default branch. I think we should standardise on that going forward, and change the default branch for comdev-site. Agreed? Sebb - To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [comdev-site] sebbASF commented on pull request #100: Use pinned version of Hugo

2023-04-01 Thread via GitHub
sebbASF commented on PR #100: URL: https://github.com/apache/comdev-site/pull/100#issuecomment-1492950991 > But it seems that only works for maven, jdk and gradle: https://www.jenkins.io/doc/book/pipeline/syntax/#supported-tools. However https://www.jenkins.io/doc/book/managing/tools/

[GitHub] [comdev-site] sebbASF commented on a diff in pull request #100: Use pinned version of Hugo

2023-04-01 Thread via GitHub
sebbASF commented on code in PR #100: URL: https://github.com/apache/comdev-site/pull/100#discussion_r1155094358 ## Jenkinsfile: ## @@ -56,10 +68,13 @@ pipeline { stage('Build') { steps { script { -sh 'for i in $(which -

[GitHub] [comdev-site] rlenferink commented on pull request #100: Use pinned version of Hugo

2023-04-01 Thread via GitHub
rlenferink commented on PR #100: URL: https://github.com/apache/comdev-site/pull/100#issuecomment-1492909086 > Surely the version of Hugo provided by Jenkins is effectively pinned? It indeed is pinned. But if INFRA (or another project) requests the version to be updated then we might

[GitHub] [comdev-site] rlenferink commented on a diff in pull request #100: Use pinned version of Hugo

2023-04-01 Thread via GitHub
rlenferink commented on code in PR #100: URL: https://github.com/apache/comdev-site/pull/100#discussion_r1155086940 ## Jenkinsfile: ## @@ -56,10 +68,13 @@ pipeline { stage('Build') { steps { script { -sh 'for i in $(whic