Page 5 of 6

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 1:31 am
by rarified
Hoikas,

Your BB repository does not appear to have a foundrybuild tag or branch, to indicate which revision the foundry should build.
Everything else is set up; when you add that tag the next Jenkins poll should pick that up and start a build.

_R

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 1:44 am
by Hoikas
Right, I haven't committed anything I want built yet ;). Thanks for getting me set up. This will be very useful in porting over the kick code.

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 5:37 am
by Deledrius
I just wanted to post in thanks for Lyrositor doing the work of porting over my list of patches and opening PRs for them. :D

For reference --

JPEG corruption fix:
https://bitbucket.org/OpenUru_org/cwe-o ... peg-issues

Cursor exclusivity fix:
https://bitbucket.org/OpenUru_org/cwe-o ... rsor-fixes

Incorrect client area sizing fix:
https://bitbucket.org/OpenUru_org/cwe-o ... ow-size-in


The only one still needing conversion is the minor crash fix for image nodes: https://github.com/H-uru/Plasma/commit/6910b4b

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 11:53 am
by Lyrositor

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 3:46 pm
by Deledrius
Lyrositor wrote:No, I added that last one. :D See: https://bitbucket.org/OpenUru_org/cwe-o ... peg-issues
You are correct. It wasn't related directly to the JPEG changes (though it makes sense to group it) so I didn't expect to see it there. Excellent!

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 11:03 pm
by Hoikas
rarified wrote:Hoikas,

Your BB repository does not appear to have a foundrybuild tag or branch, to indicate which revision the foundry should build.
Everything else is set up; when you add that tag the next Jenkins poll should pick that up and start a build.

_R
I've added the foundrybuild tag, but Jenkins doesn't seem to be picking it up.

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 11:19 pm
by rarified
Ah, the initial pull failed so the polling isn't going to try again.

I'll manually poke it (which you should be able to do following this link if you're logged in with your Foundry creds).

_R

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 11:26 pm
by Hoikas
Ah, that makes sense. I didn't realize I could login to Jenkins :oops: I guess I need to put more effort in next time :geek:

EDIT: And next time, I'll try not to start 4 builds at once... :?

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 11:31 pm
by rarified
It appears there's a bug in the Mercurial module that does the initial clone of the source repository. I'll have to set new builds up slightly differently before specifying the foundrybuild target. :roll:

Your first build is under way.

_R

Re: Backporting H-uru changes to OU

Posted: Wed Jun 13, 2012 11:44 pm
by Hoikas
It's finished, and now I can fix silly mistakes :)