Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
swebb2066 commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2412988341 > Not anymore: https://logging.staged.apache.org/log4cxx/1.3.0/ I have commenced the release process -- This is an automated message from the Apache Git Service. To re

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
ppkarwasz commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2412976704 > > don't stall the Apache Log4cxx release for this PR > > The release is currently stalled anyway because logging.staged.apache.org is broken Not anymore: https://lo

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
swebb2066 commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2412519307 > don't stall the Apache Log4cxx release for this PR The release is currently stalled anyway because logging.staged.apache.org is broken -- This is an automated message

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
rm5248 commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2412046938 I don't see anything obviously wrong with what has been proposed here, we'll just have to test it out and see that it works. -- This is an automated message from the Apache Git Ser

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
ppkarwasz commented on code in PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#discussion_r1799514373 ## package.sh: ## @@ -0,0 +1,108 @@ +#!/bin/bash +# +set -e + +# Shorthand for digit class: +d="[[:digit:]]" +# Determine the version and build timestamp +VERSI

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
ppkarwasz commented on code in PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#discussion_r1799494263 ## .github/workflows/package_code.yml: ## @@ -12,58 +13,180 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License fo

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-14 Thread via GitHub
ppkarwasz commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2411228837 @swebb2066, Thank You for the remarks, they made me realize there is still a lot to do before we automatize all Apache Logging Services releases. I will resolve the convers

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-12 Thread via GitHub
swebb2066 commented on code in PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#discussion_r1797531167 ## .github/workflows/package_code.yml: ## @@ -12,58 +13,180 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License fo

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
swebb2066 commented on code in PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#discussion_r1797521246 ## .github/generate-email.sh: ## @@ -0,0 +1,97 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license a

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
swebb2066 commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2408303283 The instruction in [the just added release instructions](https://github.com/apache/logging-log4cxx/blob/master/admin/releasing.md) can be simplified. Can you include the changes i

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
ppkarwasz commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2407887158 There are some things left to fix: - I can not use `crazy-max/ghaction-import-gpg`, probably we need an INFRA ticket to install it on the repo. In the meantime I am using `

[PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
ppkarwasz opened a new pull request, #414: URL: https://github.com/apache/logging-log4cxx/pull/414 This adds support for: - [ ] the verification of reproducibility of source archives. - [ ] signing of releases. - [ ] the generation of vote and announce e-mails. - [ ] the uploa