Branch: refs/heads/master
Home: https://github.com/jenkinsci/backend-ircbot
Commit: f88a835962186c54b49e9bfe5afc4fe66bcc8706
https://github.com/jenkinsci/backend-ircbot/commit/f88a835962186c54b49e9bfe5afc4fe66bcc8706
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-05 (Wed, 05 Sep 2012)
Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcBotImpl.java
Log Message:
-----------
make the delay longer
Commit: 49b009e16f307ce0ab98b46170a63a700b016c8b
https://github.com/jenkinsci/backend-ircbot/commit/49b009e16f307ce0ab98b46170a63a700b016c8b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-05 (Wed, 05 Sep 2012)
Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcBotImpl.java
Log Message:
-----------
Working about GitHub API problem
1346765697810 :vjuranek!vjuranek@redhat/jboss/vjuranek PRIVMSG #jenkins
:jenkins-admin: Fork janinko/ghprb as ghprb-plugin
1346765697811 >>>PRIVMSG #jenkins :Forking ghprb
java.io.FileNotFoundException:
https://api.github.com/repos/jenkinsci/ghprb/teams
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at org.kohsuke.github.GitHub.parse(GitHub.java:300)
at org.kohsuke.github.GitHub._retrieve(GitHub.java:186)
at org.kohsuke.github.GitHub.retrieveWithAuth(GitHub.java:175)
at org.kohsuke.github.GHRepository.getTeams(GHRepository.java:234)
at org.jenkinsci.backend.ircbot.IrcBotImpl.forkGitHub(IrcBotImpl.java:421)
at org.jenkinsci.backend.ircbot.IrcBotImpl.onMessage(IrcBotImpl.java:114)
at org.jibble.pircbot.PircBot.handleLine(PircBot.java:927)
at org.jibble.pircbot.InputThread.run(InputThread.java:95)
The error like the above makes me suspect that the rename operation is
returning without having everything committed. So I'm giving it a bit of wait
time before touching the team stuff.
Compare:
https://github.com/jenkinsci/backend-ircbot/compare/e601b64476a6...49b009e16f30