jenkins-infra / jenkins-contribution-extractor

Retrieves Jenkins Community related data points that help to evaluate community health.
MIT License
0 stars 2 forks source link

build `jenkins-contribution-extractor` instead of `jenkins-stats` #47

Closed jmMeessen closed 3 months ago

jmMeessen commented 3 months ago

What feature do you want to see added?

With the move of the application to the jenkins-infra org, the repository application has also been renamed. For tidyness, this implies that the executable has to be rename.

Upstream changes

No response

### Tasks
- [x] Rename main file to jenkins-contribution-extractor
- [x] update make file
- [x] update goReleaser
- [x] test release process
- [x] test codecoverage
jmMeessen commented 3 months ago

While updating the GoReleaser configuration file, I have seen that the Brew tap update commit is configured as

    # Git author used to commit to the repository.
    # Defaults are shown.
    commit_author:
      name: goreleaserbot
      email: jean-marc@meessen-web.org

Opinions about the automated commit user (IMHO this one is Ok) and the associated email? Is there a generic jenkins-infra email. @gounthar @lemeurherve

Note that this hidden deep in the bowels of the system and is only of marginal importance.

jmMeessen commented 3 months ago

Rename is implemented in PR #48

lemeurherve commented 3 months ago

Opinions about the automated commit user (IMHO this one is Ok) and the associated email? Is there a generic jenkins-infra email. @gounthar @lemeurherve

Note that this hidden deep in the bowels of the system and is only of marginal importance.

I'd set it to jenkins-infra-team@googlegroups.com.

jmMeessen commented 3 months ago

The rename is stalled and incomplete because of issue https://github.com/jenkins-infra/helpdesk/issues/4141

jmMeessen commented 3 months ago

The required changes have been performed 👍