|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Making CruiseControl Dashboard Password ProetctedHi,
I want to restrcit CruiseControl Dashboard acess to allow only authenticated users to change the config settings and the force build. Is there way I can achieve this security in CC. Any help appreciated. Thanks in advance, Jayesh ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard Password ProetctedThe -user and -password options:
http://cruisecontrol.sourceforge.net/main/install.html#startupcruisecontrol Jtf On Wed, Sep 17, 2008 at 10:32 PM, Jayesh Gohil <jjayesh.gohil@...> wrote: > Hi, > > I want to restrcit CruiseControl Dashboard acess to allow only > authenticated users to change the config settings and the force build. > Is there way I can achieve this security in CC. > Any help appreciated. > > Thanks in advance, > > > Jayesh > -- http://blog.jeffreyfredrick.com http://www.ohloh.net/accounts/JeffreyFredrick ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard Password ProetctedHi Jeffrey,
Thnks for reply. Some how it's not working for me. I am passing -user & -password arguments to cruisecntrol.bat file, but still it does not ask for anything on dashboard. Can nyou please describe it further. Thanks, Jayesh On 9/18/08, Jeffrey Fredrick <jeffrey.fredrick@...> wrote: > The -user and -password options: > > http://cruisecontrol.sourceforge.net/main/install.html#startupcruisecontrol > > Jtf > > On Wed, Sep 17, 2008 at 10:32 PM, Jayesh Gohil <jjayesh.gohil@...> > wrote: >> Hi, >> >> I want to restrcit CruiseControl Dashboard acess to allow only >> authenticated users to change the config settings and the force build. >> Is there way I can achieve this security in CC. >> Any help appreciated. >> >> Thanks in advance, >> >> >> Jayesh >> > > > -- > http://blog.jeffreyfredrick.com > http://www.ohloh.net/accounts/JeffreyFredrick > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cruisecontrol-user mailing list > Cruisecontrol-user@... > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard PasswordProetctedI think what Jeffery was saying was, you have to do -user
<putusernamehere> and -password <putpasswordhere>. Then those are the user/pass for logging in. Additionally, you could have another servlet that verifies username against your scm tool. If they have say a perforce account, then they can spin a build (and you can log that username as well). -----Original Message----- From: cruisecontrol-user-bounces@... [mailto:cruisecontrol-user-bounces@...] On Behalf Of Jayesh Gohil Sent: Thursday, September 18, 2008 3:28 AM To: cruisecontrol-user@... Subject: Re: [Cruisecontrol-user] Making CruiseControl Dashboard PasswordProetcted Hi Jeffrey, Thnks for reply. Some how it's not working for me. I am passing -user & -password arguments to cruisecntrol.bat file, but still it does not ask for anything on dashboard. Can nyou please describe it further. Thanks, Jayesh On 9/18/08, Jeffrey Fredrick <jeffrey.fredrick@...> wrote: > The -user and -password options: > > http://cruisecontrol.sourceforge.net/main/install.html#startupcruiseco > ntrol > > Jtf > > On Wed, Sep 17, 2008 at 10:32 PM, Jayesh Gohil > <jjayesh.gohil@...> > wrote: >> Hi, >> >> I want to restrcit CruiseControl Dashboard acess to allow only >> authenticated users to change the config settings and the force >> Is there way I can achieve this security in CC. >> Any help appreciated. >> >> Thanks in advance, >> >> >> Jayesh >> > > > -- > http://blog.jeffreyfredrick.com > http://www.ohloh.net/accounts/JeffreyFredrick > > ---------------------------------------------------------------------- > --- This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cruisecontrol-user mailing list > Cruisecontrol-user@... > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard PasswordProetctedHi Thanks,
I was able to set the user & password for CruiseControl. SO now asks for authentication when I click Build button. But it still leaves the config tab setting and JMX control panel open for anyone to coem in and modify. IS there a way to tackel this in easier way or I will have to do it through Application server?
Please help out with this one as well.
Thanks,
Jayesh
On Thu, Sep 18, 2008 at 7:09 PM, EJ Ciramella <eciramella@...> wrote: I think what Jeffery was saying was, you have to do -user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard PasswordProetcted> But it still leaves the config tab setting and JMX control
> panel open for anyone to coem in and modify. Are you sure you don't have the user/password info saved in your browser? I believe that all of those changes go through the JMX interface and that you won't be able to actually change anything w/out the username & password info. Jtf On Thu, Sep 18, 2008 at 6:45 AM, Jayesh Gohil <jjayesh.gohil@...> wrote: > Hi Thanks, > > I was able to set the user & password for CruiseControl. SO now asks for > authentication when I click Build button. But it still leaves the config tab > setting and JMX control panel open for anyone to coem in and modify. IS > there a way to tackel this in easier way or I will have to do it through > Application server? > > Please help out with this one as well. > > Thanks, > > Jayesh > > On Thu, Sep 18, 2008 at 7:09 PM, EJ Ciramella <eciramella@...> > wrote: >> >> I think what Jeffery was saying was, you have to do -user >> <putusernamehere> and -password <putpasswordhere>. Then those are the >> user/pass for logging in. >> >> Additionally, you could have another servlet that verifies username >> against your scm tool. If they have say a perforce account, then they >> can spin a build (and you can log that username as well). >> >> -----Original Message----- >> From: cruisecontrol-user-bounces@... >> [mailto:cruisecontrol-user-bounces@...] On Behalf Of >> Jayesh Gohil >> Sent: Thursday, September 18, 2008 3:28 AM >> To: cruisecontrol-user@... >> Subject: Re: [Cruisecontrol-user] Making CruiseControl Dashboard >> PasswordProetcted >> >> Hi Jeffrey, >> >> Thnks for reply. Some how it's not working for me. I am passing -user & >> -password arguments to cruisecntrol.bat file, but still it does not ask >> for anything on dashboard. >> >> Can nyou please describe it further. >> >> Thanks, >> >> Jayesh >> >> On 9/18/08, Jeffrey Fredrick <jeffrey.fredrick@...> wrote: >> > The -user and -password options: >> > >> > http://cruisecontrol.sourceforge.net/main/install.html#startupcruiseco >> > ntrol >> > >> > Jtf >> > >> > On Wed, Sep 17, 2008 at 10:32 PM, Jayesh Gohil >> > <jjayesh.gohil@...> >> > wrote: >> >> Hi, >> >> >> >> I want to restrcit CruiseControl Dashboard acess to allow only >> >> authenticated users to change the config settings and the force >> build. >> >> Is there way I can achieve this security in CC. >> >> Any help appreciated. >> >> >> >> Thanks in advance, >> >> >> >> >> >> Jayesh >> >> >> > >> > >> > -- >> > http://blog.jeffreyfredrick.com >> > http://www.ohloh.net/accounts/JeffreyFredrick >> > >> > ---------------------------------------------------------------------- >> > --- This SF.Net email is sponsored by the Moblin Your Move Developer's >> >> > challenge Build the coolest Linux based applications with Moblin SDK & >> >> > win great prizes Grand prize is a trip for two to an Open Source event >> >> > anywhere in the world >> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> > _______________________________________________ >> > Cruisecontrol-user mailing list >> > Cruisecontrol-user@... >> > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >> > >> >> ------------------------------------------------------------------------ >> - >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge Build the coolest Linux based applications with Moblin SDK & >> win great prizes Grand prize is a trip for two to an Open Source event >> anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Cruisecontrol-user mailing list >> Cruisecontrol-user@... >> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Cruisecontrol-user mailing list >> Cruisecontrol-user@... >> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cruisecontrol-user mailing list > Cruisecontrol-user@... > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > -- http://blog.jeffreyfredrick.com http://www.ohloh.net/accounts/JeffreyFredrick ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard PasswordProetctedSo, to confirm will this prevent me from logging into either http://localhost:8080
or http://localhost:8080/dashboard/dashboard ? I too am having problems getting this to work. I included the -user <USERNAME> and -password <PASSWORD> in the line in the cruisecontrol.sh file that executes the java command. Is this not the correct place to do this? Bradley On Sep 18, 2008, at 12:25 PM, Jeffrey Fredrick wrote: >> But it still leaves the config tab setting and JMX control >> panel open for anyone to coem in and modify. > > Are you sure you don't have the user/password info saved in your > browser? > > I believe that all of those changes go through the JMX interface and > that you won't be able to actually change anything w/out the username > & password info. > > Jtf > > > On Thu, Sep 18, 2008 at 6:45 AM, Jayesh Gohil > <jjayesh.gohil@...> wrote: >> Hi Thanks, >> >> I was able to set the user & password for CruiseControl. SO now >> asks for >> authentication when I click Build button. But it still leaves the >> config tab >> setting and JMX control panel open for anyone to coem in and >> modify. IS >> there a way to tackel this in easier way or I will have to do it >> through >> Application server? >> >> Please help out with this one as well. >> >> Thanks, >> >> Jayesh >> >> On Thu, Sep 18, 2008 at 7:09 PM, EJ Ciramella <eciramella@... >> > >> wrote: >>> >>> I think what Jeffery was saying was, you have to do -user >>> <putusernamehere> and -password <putpasswordhere>. Then those are >>> the >>> user/pass for logging in. >>> >>> Additionally, you could have another servlet that verifies username >>> against your scm tool. If they have say a perforce account, then >>> they >>> can spin a build (and you can log that username as well). >>> >>> -----Original Message----- >>> From: cruisecontrol-user-bounces@... >>> [mailto:cruisecontrol-user-bounces@...] On >>> Behalf Of >>> Jayesh Gohil >>> Sent: Thursday, September 18, 2008 3:28 AM >>> To: cruisecontrol-user@... >>> Subject: Re: [Cruisecontrol-user] Making CruiseControl Dashboard >>> PasswordProetcted >>> >>> Hi Jeffrey, >>> >>> Thnks for reply. Some how it's not working for me. I am passing - >>> user & >>> -password arguments to cruisecntrol.bat file, but still it does >>> not ask >>> for anything on dashboard. >>> >>> Can nyou please describe it further. >>> >>> Thanks, >>> >>> Jayesh >>> >>> On 9/18/08, Jeffrey Fredrick <jeffrey.fredrick@...> wrote: >>>> The -user and -password options: >>>> >>>> http://cruisecontrol.sourceforge.net/main/install.html#startupcruiseco >>>> ntrol >>>> >>>> Jtf >>>> >>>> On Wed, Sep 17, 2008 at 10:32 PM, Jayesh Gohil >>>> <jjayesh.gohil@...> >>>> wrote: >>>>> Hi, >>>>> >>>>> I want to restrcit CruiseControl Dashboard acess to allow only >>>>> authenticated users to change the config settings and the force >>> build. >>>>> Is there way I can achieve this security in CC. >>>>> Any help appreciated. >>>>> >>>>> Thanks in advance, >>>>> >>>>> >>>>> Jayesh >>>>> >>>> >>>> >>>> -- >>>> http://blog.jeffreyfredrick.com >>>> http://www.ohloh.net/accounts/JeffreyFredrick >>>> >>>> ---------------------------------------------------------------------- >>>> --- This SF.Net email is sponsored by the Moblin Your Move >>>> Developer's >>> >>>> challenge Build the coolest Linux based applications with Moblin >>>> SDK & >>> >>>> win great prizes Grand prize is a trip for two to an Open Source >>>> event >>> >>>> anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Cruisecontrol-user mailing list >>>> Cruisecontrol-user@... >>>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >>>> >>> >>> ------------------------------------------------------------------------ >>> - >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge Build the coolest Linux based applications with Moblin >>> SDK & >>> win great prizes Grand prize is a trip for two to an Open Source >>> event >>> anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Cruisecontrol-user mailing list >>> Cruisecontrol-user@... >>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win >>> great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in >>> the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Cruisecontrol-user mailing list >>> Cruisecontrol-user@... >>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Cruisecontrol-user mailing list >> Cruisecontrol-user@... >> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >> >> > > > > -- > http://blog.jeffreyfredrick.com > http://www.ohloh.net/accounts/JeffreyFredrick > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cruisecontrol-user mailing list > Cruisecontrol-user@... > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Making CruiseControl Dashboard PasswordProetctedHi Brad,
With usrname/password as starup paramter what it does is, makes JMX control panel protected. So with this your build button is secured. So no one can force the build without username password. Same way no one can change the parameter in JMX control panel. Not sure whether it will work with dashboard. But it wirks fine with jsp reporting. -Jayesh On 9/25/08, Bradley Wagner <bradley.wagner@...> wrote: > So, to confirm will this prevent me from logging into either > http://localhost:8080 > or http://localhost:8080/dashboard/dashboard ? > > I too am having problems getting this to work. I included the -user > <USERNAME> and -password <PASSWORD> in the line in the > cruisecontrol.sh file that executes the java command. Is this not the > correct place to do this? > > Bradley > > On Sep 18, 2008, at 12:25 PM, Jeffrey Fredrick wrote: > >>> But it still leaves the config tab setting and JMX control >>> panel open for anyone to coem in and modify. >> >> Are you sure you don't have the user/password info saved in your >> browser? >> >> I believe that all of those changes go through the JMX interface and >> that you won't be able to actually change anything w/out the username >> & password info. >> >> Jtf >> >> >> On Thu, Sep 18, 2008 at 6:45 AM, Jayesh Gohil >> <jjayesh.gohil@...> wrote: >>> Hi Thanks, >>> >>> I was able to set the user & password for CruiseControl. SO now >>> asks for >>> authentication when I click Build button. But it still leaves the >>> config tab >>> setting and JMX control panel open for anyone to coem in and >>> modify. IS >>> there a way to tackel this in easier way or I will have to do it >>> through >>> Application server? >>> >>> Please help out with this one as well. >>> >>> Thanks, >>> >>> Jayesh >>> >>> On Thu, Sep 18, 2008 at 7:09 PM, EJ Ciramella <eciramella@... >>> > >>> wrote: >>>> >>>> I think what Jeffery was saying was, you have to do -user >>>> <putusernamehere> and -password <putpasswordhere>. Then those are >>>> the >>>> user/pass for logging in. >>>> >>>> Additionally, you could have another servlet that verifies username >>>> against your scm tool. If they have say a perforce account, then >>>> they >>>> can spin a build (and you can log that username as well). >>>> >>>> -----Original Message----- >>>> From: cruisecontrol-user-bounces@... >>>> [mailto:cruisecontrol-user-bounces@...] On >>>> Behalf Of >>>> Jayesh Gohil >>>> Sent: Thursday, September 18, 2008 3:28 AM >>>> To: cruisecontrol-user@... >>>> Subject: Re: [Cruisecontrol-user] Making CruiseControl Dashboard >>>> PasswordProetcted >>>> >>>> Hi Jeffrey, >>>> >>>> Thnks for reply. Some how it's not working for me. I am passing - >>>> user & >>>> -password arguments to cruisecntrol.bat file, but still it does >>>> not ask >>>> for anything on dashboard. >>>> >>>> Can nyou please describe it further. >>>> >>>> Thanks, >>>> >>>> Jayesh >>>> >>>> On 9/18/08, Jeffrey Fredrick <jeffrey.fredrick@...> wrote: >>>>> The -user and -password options: >>>>> >>>>> http://cruisecontrol.sourceforge.net/main/install.html#startupcruiseco >>>>> ntrol >>>>> >>>>> Jtf >>>>> >>>>> On Wed, Sep 17, 2008 at 10:32 PM, Jayesh Gohil >>>>> <jjayesh.gohil@...> >>>>> wrote: >>>>>> Hi, >>>>>> >>>>>> I want to restrcit CruiseControl Dashboard acess to allow only >>>>>> authenticated users to change the config settings and the force >>>> build. >>>>>> Is there way I can achieve this security in CC. >>>>>> Any help appreciated. >>>>>> >>>>>> Thanks in advance, >>>>>> >>>>>> >>>>>> Jayesh >>>>>> >>>>> >>>>> >>>>> -- >>>>> http://blog.jeffreyfredrick.com >>>>> http://www.ohloh.net/accounts/JeffreyFredrick >>>>> >>>>> ---------------------------------------------------------------------- >>>>> --- This SF.Net email is sponsored by the Moblin Your Move >>>>> Developer's >>>> >>>>> challenge Build the coolest Linux based applications with Moblin >>>>> SDK & >>>> >>>>> win great prizes Grand prize is a trip for two to an Open Source >>>>> event >>>> >>>>> anywhere in the world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> Cruisecontrol-user mailing list >>>>> Cruisecontrol-user@... >>>>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >>>>> >>>> >>>> ------------------------------------------------------------------------ >>>> - >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge Build the coolest Linux based applications with Moblin >>>> SDK & >>>> win great prizes Grand prize is a trip for two to an Open Source >>>> event >>>> anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Cruisecontrol-user mailing list >>>> Cruisecontrol-user@... >>>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win >>>> great >>>> prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in >>>> the >>>> world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Cruisecontrol-user mailing list >>>> Cruisecontrol-user@... >>>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win >>> great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in >>> the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Cruisecontrol-user mailing list >>> Cruisecontrol-user@... >>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >>> >>> >> >> >> >> -- >> http://blog.jeffreyfredrick.com >> http://www.ohloh.net/accounts/JeffreyFredrick >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Cruisecontrol-user mailing list >> Cruisecontrol-user@... >> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cruisecontrol-user mailing list > Cruisecontrol-user@... > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
| Free Forum Powered by Nabble | Forum Help |