I followed this [1] for to setup the release management but I ran into an issue
with GPG where the fingerprint is not adhering to the listed format in the
page: fingerprint = part but it looks like this:
gpg --fingerprint
/Volumes/UserHD/Users/achaefa/.gnupg/pubring.kbx
————————————————————————
...
pub rsa4096 2019-04-22 [SC] [expires: 2023-04-22]
49EC C3FC FD4C DF49 F308 DEC2 7493 91D1 63EF CDEF
…
Is the fingerprint added to my Apache Id with the spaces or without?
Cheers - Andy Schaefer
> On Apr 19, 2019, at 9:48 AM, Robert Munteanu <[email protected]> wrote:
>
> On Fri, 2019-04-19 at 09:27 -0700, Andreas Schaefer wrote:
>> Hi Robert
>>
>> Thanks for creating the git repo. I moved the code from the
>> whiteboard to that repo, added all the necessary boilerplate files
>> and updated the default.xml in the sling-aggregator project.
>>
>> Let me know if I missed something or did something wrong.
>
> LGTM, thanks! don't worry about the Jenkins build being unstable, once
> the project is onboarded to SonarCloud it will turn to stable.
>
>>
>> Also I am wondering who would ask for a release? Can I do that or
>> should it be done by a PMC?
>
> As a committer you can start the release vote, the only requirement is
> for a PMC member to move the released artifacts to the dist repository
> once the vote is successful.
>
> See
> https://sling.apache.org/documentation/development/release-management.html
> <https://sling.apache.org/documentation/development/release-management.html>
> for more details.
>
> Thanks,
>
> Robert
>
>>
>> Cheers - Andreas Schaefer
>>
>>> On Apr 19, 2019, at 1:32 AM, Robert Munteanu <[email protected]>
>>> wrote:
>>>
>>> On Thu, 2019-04-18 at 11:25 +0300, Robert Munteanu wrote:
>>>> Hi Andy,
>>>>
>>>> On Mon, 2019-04-15 at 07:11 -0700, Andreas Schaefer wrote:
>>>>> HI Robert
>>>>>
>>>>> As of now it is:
>>>>>
>>>>> org.apache.sling:sling-project-archetype
>>>>>
>>>>> Going along with the other sling archetypes (taglib-archetype,
>>>>> slingstarter-archertype.
>>>>>
>>>>> But I was thinking about something like this:
>>>>>
>>>>> org.apache.sling:org-apache-sling-maven-project-archetype
>>>>
>>>> I would suggest not prefixing with 'org.apache.sling' since it's
>>>> becoming hard to type/select when using mvn archetype:create or
>>>> mvn
>>>> archetype:generate.
>>>>
>>>> So org.apache.sling:sling-project-archetype sounds good to me.
>>>>
>>>> I will create this repository tomorrow unless someone objects.
>>>
>>> I've created the repository
>>>
>>> https://github.com/apache/sling-project-archetype <
>>> https://github.com/apache/sling-project-archetype
>>> <https://github.com/apache/sling-project-archetype>>
>>>
>>> Can you please follow with the next steps from [1], except Kibble
>>> and
>>> SonarQube? Note especially the 'permission propagation' item which
>>> means you wil need to wait a couple of hours to be able to push
>>> your
>>> code.
>>>
>>> Thanks!
>>>
>>> Robert
>>>
>>> [1]:
>>> https://cwiki.apache.org/confluence/display/SLING/Using+Git+with+Sling
>>> <https://cwiki.apache.org/confluence/display/SLING/Using+Git+with+Sling>
>>> <
>>> https://cwiki.apache.org/confluence/display/SLING/Using+Git+with+Sling
>>> <https://cwiki.apache.org/confluence/display/SLING/Using+Git+with+Sling>