jenkins-infra / ircbot

Jenkins IRCbot
https://jenkins.io/projects/infrastructure/ircbot/
MIT License
23 stars 27 forks source link

fix: #154 - Multiple targets for some commands #157

Closed slide closed 2 years ago

slide commented 2 years ago

This allows adding a contributor to multiple repos at the same time, or setting the component lead, etc.

Fixes https://github.com/jenkins-infra/ircbot/issues/154

slide commented 2 years ago

Hmmm, I can't see the errors from the infra builds. Can someone share the error(s)?

timja commented 2 years ago
[2022-11-03T03:44:26.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz

[2022-11-03T03:46:51.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz

[2022-11-03T03:46:51.074Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: network error (check Internet connection and firewall)

[2022-11-03T03:46:51.074Z] ERROR: unable to select packages:

[2022-11-03T03:46:51.074Z]   unzip (no such package):

[2022-11-03T03:46:51.074Z]     required by: world[unzip]

[2022-11-03T03:46:51.074Z] The command '/bin/sh -c apk add --no-cache unzip   && unzip /usr/local/bin/ircbot.zip -d /usr/local/bin   && rm -f ircbot.zip' returned a non-zero code: 1

[2022-11-03T03:46:51.074Z] make: *** [Makefile:37: build] Error 1

script returned exit code 2
NotMyFault commented 2 years ago

Could you submit a PR to update the documentation at https://www.jenkins.io/projects/infrastructure/ircbot/ please?

slide commented 2 years ago

https://github.com/jenkins-infra/jenkins.io/pull/5680

NotMyFault commented 2 years ago

Thanks!