copy artifact plugin
by Usman Bhatti
Copy artifact plugin in the jenkins wasn't correctly installed when we
recovered from the glitches in Inria infrastructure. I've installed the
plugin in the jenkins, however the jobs using the plugin prior to the
problem do not have this step any more in their configuration. We'll have
to add the step for red builds (i.e. copy required artefacts from the other
upstream jobs).
I've done it for a few but there are some jobs (GT-*) that I do not know
what to copy and from where so we need to go through the failing builds.
7 years, 2 months
Re: Re : copy artifact plugin
by Usman Bhatti
Tx Christophe, I'll check if everything's ok.
As Andrei said, we seem to have lost information regarding sending mails at
the end of the builds.
Did this problem occur in other projects?
Anyways, It is not a big deal and we can always add it we still need it.
On Tue, Jan 5, 2016 at 8:59 PM, Christophe Demarey <
Christophe.Demarey(a)inria.fr> wrote:
> done!
> could you check if all is ok?
>
> Le 5 janv. 2016 à 19:55, Christophe Demarey a écrit :
>
> > The info is not missed. You just have to restart Jenkins to have it back
> > _______________________________________________
> > Moose-dev mailing list
> > Moose-dev(a)list.inf.unibe.ch
> > https://www.list.inf.unibe.ch/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)list.inf.unibe.ch
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
>
7 years, 2 months
Moose 5.0
by Usman Bhatti
Can we remove moose 5.0 job from CI?
7 years, 2 months
Jenkins slaves offline
by Andrei Chis
Hi,
Was there some change on the CI in the last weeks? The interface is changed
and both slaves are offline.
Cheers,
Andrei
7 years, 2 months
Rotating labels around a circular shape
by Offray Vladimir Luna Cárdenas
Hi,
I'm trying to understand the code behind the figure here to rotate labels:
So, I made a minimal example to start with, here (code is at
http://ws.stfx.eu/N6ZG4BAIBO00 )
Now I would like to rotate the text to made it look like the first
image. I presume that the code that made this possible for the first
case is this one:
====================
RTBundleBuilder>>createLabelFor: e view: aView
| lbl |
lbl := label elementOn: e model.
self interaction setUpElement: lbl.
aView add: lbl.
e addCallback: (TRTranslationCallback new block: [
| angle |
angle := (e position - center ) theta.
lbl translateTo: e position+((lbl trachelShape
notRotatedWidth/2) * (angle cos @ angle sin)).
angle := angle radiansToDegrees.
angle := angle + ((angle between: 90 and: 270) ifTrue: [ 180 ]
ifFalse: [ 0 ]).
lbl trachelShape angleInDegree: angle ] ).
e translateTo: e position.
====================
but I can not quite understand the lines
lbl translateTo: e position+((lbl trachelShape notRotatedWidth/2) *
(angle cos @ angle sin)).
and
angle := angle + ((angle between: 90 and: 270) ifTrue: [ 180 ] ifFalse:
[ 0 ]).
Could some body explain me how to incorporate rotation to the first
basic example at http://ws.stfx.eu/N6ZG4BAIBO00 (second image of this mail).
Thanks,
Offray
7 years, 2 months
Happy new year!
by Alexandre Bergel
To all the moose community!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 2 months