Re: FAS & openid application development

2018-10-15 Thread Radka Janekova
On Wed, Oct 10, 2018 at 3:58 PM, Pierre-Yves Chibon 
wrote:

> On Wed, Oct 10, 2018 at 09:36:57AM -0400, Neal Gompa wrote:
> > On Wed, Oct 10, 2018 at 9:24 AM Radka Janekova 
> wrote:
> > >
> > > Hi,
> > >
> > > please excuse me if this information is somewhere and I failed to find
> it...
> > >
> > > I'm looking for a way to add an application / get an id, to be used in
> a web application used to authenticate the user with Fedora account. I did
> not see any mention of it in the auth/openid wiki page, I'm assuming that
> it would be to create a ticket with infrastructure?
> > >
> > > Who would be the right person to talk to about this topic? Willing to
> spare a bit of time to provide some guidance? (Czech would be welcome as it
> is a local high school intern working on the project, and I'm not entirely
> confident in his English :P)
> > >
> > > Project details to give you a better picture what am I talking about -
> A website where the user will log-in with their Fedora account, then have
> some options to choose from, these would be generated based on their
> scope/groups ...
> > >
> >
> > You should be able to do this out of the gate as-is. If it's Python
> > based using Flask, you can use `python3-fedora-flask` and source that
> > module to pre-configure for authentication with FAS. For other
> > language stacks, take a look at how it works in Python[1] and adapt
> > accordingly.
>

Nope, not python :)


>
> It also depends if you're going to use openid or openid-connect. For the
> former
> there is nothing to do on our end, it's the plain, usual openid protocol.
>

That makes sense... and that is the struggle, all the libraries that I can
find are openid-connect >_<


> For the later, that application would need to be registered in our end but
> for
> development purposes you can register against iddev.fedorainfracloud.org
> see the
> "registration" paragraph in https://flask-oidc.readthedocs.io/en/latest/


Thank you both for the info, I'll take a look at registering it if we won't
find anything useful for "plain" openid.


>
>
>
> Pierre
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedoraproject.org/archives/list/
> infrastructure@lists.fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


Re: FAS & openid application development

2018-10-15 Thread Radka Janekova
On Wed, Oct 10, 2018 at 5:31 PM, Brian (bex) Exelbierd 
wrote:

>
>
> On Wed, Oct 10, 2018 at 3:25 PM Radka Janekova 
> wrote:
>
>> Hi,
>>
>> please excuse me if this information is somewhere and I failed to find
>> it...
>>
>> I'm looking for a way to add an application / get an id, to be used in a
>> web application used to authenticate the user with Fedora account. I did
>> not see any mention of it in the auth/openid wiki page, I'm assuming that
>> it would be to create a ticket with infrastructure?
>>
>> Who would be the right person to talk to about this topic? Willing to
>> spare a bit of time to provide some guidance? (Czech would be welcome as it
>> is a local high school intern working on the project, and I'm not entirely
>> confident in his English :P)
>>
>> Project details to give you a better picture what am I talking about - A
>> website where the user will log-in with their Fedora account, then have
>> some options to choose from, these would be generated based on their
>> scope/groups ...
>>
>
> This sounds like a really cool project.  I went looking for
> docs/descriptions and didn't see them.  Where can I find it?
>

It's the same project I was proposing for GSOC half a year ago, my intern
was not in the office over the summer holiday so we got to it only now...
Struggling to find a good library for openid right now.
The definition, although at this point slightly out of date (needs to be
updated with more details on fas authentication,) can be found at
https://github.com/Fedora-dotnet/verification-fas-discord-reddit


>
> Thanks,
>
> bex
>
>
>>
>> Thank you,
>> Radka
>>
>> --
>> *Radka Janeková*
>> .NET Engineer, Red Hat
>> *radka.ja...@redhat.com *
>> IRC: radka | Freenode: Rhea
>>
>> ___
>> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
>> To unsubscribe send an email to infrastructure-leave@lists.
>> fedoraproject.org
>> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives: https://lists.fedoraproject.org/archives/list/
>> infrastructure@lists.fedoraproject.org
>>
>
>
> --
> Brian (bex) Exelbierd | bexel...@redhat.com | b...@pobox.com
> Fedora Community Action & Impact Coordinator
> @bexelbie | http://www.winglemeyer.org
>
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedoraproject.org/archives/list/
> infrastructure@lists.fedoraproject.org
>
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


FAS & openid application development

2018-10-10 Thread Radka Janekova
Hi,

please excuse me if this information is somewhere and I failed to find it...

I'm looking for a way to add an application / get an id, to be used in a
web application used to authenticate the user with Fedora account. I did
not see any mention of it in the auth/openid wiki page, I'm assuming that
it would be to create a ticket with infrastructure?

Who would be the right person to talk to about this topic? Willing to spare
a bit of time to provide some guidance? (Czech would be welcome as it is a
local high school intern working on the project, and I'm not entirely
confident in his English :P)

Project details to give you a better picture what am I talking about - A
website where the user will log-in with their Fedora account, then have
some options to choose from, these would be generated based on their
scope/groups ...

Thank you,
Radka

--
*Radka Janeková*
.NET Engineer, Red Hat
*radka.ja...@redhat.com *
IRC: radka | Freenode: Rhea
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


Copr is DOWN

2018-09-09 Thread Radka Janekova
Please whoever can fix it asap, getting production downtime here.

Thanks,
Radka

--
*Radka Janeková*
.NET Engineer, Red Hat
*radka.ja...@redhat.com *
IRC: radka | Freenode: Rhea
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


Re: Meeting time moving to 14UTC! Re: Moving meeting time?

2018-04-26 Thread Radka Janekova
Hi,

seems that we've got a conflict, 14:30 is dotnet sig meeting in
#fedora-meeting where I've seen infra meeting today (we did not have much
of a meeting so it was fine today.)


Regards,
Radka

--
*Radka Janeková*
.NET Engineer, Red Hat
*radka.ja...@redhat.com *
IRC: radka | Freenode: Rhea


On Mon, Apr 23, 2018 at 8:13 PM, Kevin Fenzi  wrote:

> ok, from all the votes we have now...
>
> The current best choice is:
>
> Thursday, April 26, 2018 - 14:00-15:00
>
> with 9 votes.
>
> 14UTC wins!
>
> (Thats early for me, but I will be there).
>
> kevin
>
>
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Looking for GSoC Mentor

2017-04-10 Thread Radka Janekova
Hey guys,

I have two netcore projects but can officially mentor but one and my
original 2nd mentor kinda bailed on me, so as the subject says...

The project in question without mentor is an ASP.NET Core website that
would be checking users fas groups using ipsilon - that is why I'm poking
infra :]
What would be expected of you - some help with ipsilon side of things (I
would still cover the code and deployment, etc...) and essentially being
the official primary mentor for the project. Time requirements would be a
LOT smaller than with regular GSoC project, probably less than an hour a
week.

There are two students that could be up for this project:
https://fedoraproject.org/wiki/GSOC_2017/Student_Application_stephenonnen
https://fedoraproject.org/wiki/GSOC_2017/Student_Application_spytec


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-02-06 Thread Radka Janekova
Hey Pierre,

I meant more of a reminder rather than discussion being sent to devel (or
devel-announce, as you said..) if we are trying to catch more people.

And yeah the deadline has really bad timing with devconf and fosdem... >_<
If anyone wants to help reviewing the wiki pages for what's possibly
invalid, you're welcome to, but please lets move the organization related
conversation into summer-coding mailing list maybe...


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Mon, Feb 6, 2017 at 5:07 PM, Pierre-Yves Chibon 
wrote:

> On Mon, Feb 06, 2017 at 04:39:55PM +0100, Radka Janekova wrote:
> >Hi Pierre,
> >>Â This thread is a follow-up on an email that has been sent to the
> >infrastructure list where someone volunteered to mentor a student
> and me
> >just wanting to know what this person is volunteering to mentor.
> >Nope, that's different thread.
> >https://lists.fedoraproject.org/archives/list/infrastructure@lists.
> fedoraproject.org/thread/ZWIOTGRX2XMQMBMWOZ2E7OL5FEV2F2QB/
>
> I was referring to this email:
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.
> fedoraproject.org/message/MNQRF2BY7ZB42BWG7M2DVUMYUTDFFHCO/
> which was sent as a reply to Corey's email.
>
> >>Â What would this announcement be about?
> >About "Info here, go here, write down stuff here." - relevant info for
> >mentors and ideas. I don't think that someone can forcefully come up
> with
> >an idea, if they want to participate a simple reminder "go write down
> your
> >idea" is enough, they already carry that idea.
> >
> >And my whole point (extremely misunderstood and met with a lot of
> hate)
>
> misunderstood clearly but hate I would assure there are none on my part. I
> would
> even be curious to know what made you think so, so that I can, in the
> future,
> avoid giving that impression again.
> This entire discussion has (on my side) merely been trying to understand
> your
> emails with the limited info that I have.
>
> >was that there is no point in sending this all to... Kernels? Join
> sig?
> >Etc. If anything devel would be a better place.
>
> I can't reply for Corey who wrote the original email but I would guess he
> tried
> to give an heads-up to people who contributed to GSoC last year, try to
> see if
> they are thinking about GSoC already.
> To give an example, if it hadn't been for Corey I would have had no idea
> that
> the dead-line for GSoC subject proposals was that close, GSoC is a summer
> program in my head and we're at the beginning of February so it was really
> not
> in my calendar as something to think about right now.
>
> Devel is not necessarily the best place for these types of discussion
> because
> not everyone is subscribed or follows carefuly the list and also because
> devel
> talks about a lot of subjects that would not (imho) result is GSoC
> subjects.
> devel-announce would be a better place imho as it's lower traffic and thus
> likely raises more attention (and hopefully reaches more of our
> sub-projects).
>
> Hoping this clarifies a little bit the situation,
> Pierre
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-02-06 Thread Radka Janekova
Hi Pierre,

> This thread is a follow-up on an email that has been sent to the
infrastructure list where someone volunteered to mentor a student and me
just wanting to know what this person is volunteering to mentor.

Nope, that's different thread.
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/ZWIOTGRX2XMQMBMWOZ2E7OL5FEV2F2QB/

> What would this announcement be about?

About "Info here, go here, write down stuff here." - relevant info for
mentors and ideas. I don't think that someone can forcefully come up with
an idea, if they want to participate a simple reminder "go write down your
idea" is enough, they already carry that idea.

And my whole point (extremely misunderstood and met with a lot of hate) was
that there is no point in sending this all to... Kernels? Join sig? Etc. If
anything devel would be a better place.


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Mon, Feb 6, 2017 at 2:21 PM, Pierre-Yves Chibon 
wrote:

> On Mon, Feb 06, 2017 at 10:19:29AM +0100, Radka Janekova wrote:
> >>Â 2) GSoC is supposed to be a org wide thing, and spreading info far
> and
> >wide within the project IS exactly what we should be doing, it
> prevents a
> >lack of interest AND the always inevitable ' Can I get a deadline
> waiver,
> >I only found out yesterday ( when the deadline was last wednesday) 'Â
> >1) As much as I appreciate that, the deadline is not "yesterday" yet,
> and
> >we are on top of it. I agree that it is org-wide, however it doesn't
> mean
> >that we should all now stand on our heads and flip tables. Wait for
> the
> >appropriate entity (Bex & CommOps) to take care of the organization of
> >things - and here I am not telling you to not think about ideas and
> what
> >to mentor, I am specifically referring to the above asked question
> "Does
> >Fedora have a page for Summer coding ideas for 2017?" and similar
> >questions, to which there is but a single answer - Not yet, working
> on it.
>
> But this thread is not a follow-up of that particular question which you
> indeed
> answered quickly and properly.
>
> This thread is a follow-up on an email that has been sent to the
> infrastructure
> list where someone volunteered to mentor a student and me just wanting to
> know
> what this person is volunteering to mentor. I mean this is GSoC and I guess
> we're still in the planning phase trying to gather subjects, right?
> So if that person wishes to be a mentor, I guess they have a specific
> subject in
> mind, no?
> Well that was the source of my inquiry.
>
> >>Â And on that note I would like to ask this thread to end here - it
> >doesn't belong into all these mailing lists.
> >>> Something something INFRA something something INFRA
> >I was referring to the following - not infra specific:
> >comm...@lists.fedoraproject.org,
> >j...@lists.fedoraproject.org,
> >infrastructure@lists.fedoraproject.org,
>
> Well that is infra :)
>
> >ker...@lists.fedoraproject.org,
> >us...@lists.fedoraproject.org,
> >ni...@fedoraproject.org,
> >pin...@fedoraproject.org,
>
> And these last two are two people from infra.
> Also, you may want to check your archive as this thread has only been
> occurring
> on the infrastructure list, nowhere else (even if it was originally started
> across multiple lists, I agree).
>
>
> Pierre
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-02-06 Thread Radka Janekova
I should also say on that topic, that I would much rather see a single well
formed *announcement* once we have everything ready, rather than chaotic
emails in random mailing lists.


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Mon, Feb 6, 2017 at 10:19 AM, Radka Janekova 
wrote:

> > 2) GSoC is supposed to be a org wide thing, and spreading info far and
> wide within the project IS exactly what we should be doing, it prevents a
> lack of interest AND the always inevitable ' Can I get a deadline waiver, I
> only found out yesterday ( when the deadline was last wednesday) '
>
> 1) As much as I appreciate that, the deadline is not "yesterday" yet, and
> we are on top of it. I agree that it is org-wide, however it doesn't mean
> that we should all now stand on our heads and flip tables. Wait for the
> appropriate entity (Bex & CommOps) to take care of the organization of
> things - and here I am not telling you to not think about ideas and what to
> mentor, I am specifically referring to the above asked question "Does
> Fedora have a page for Summer coding ideas for 2017?" and similar
> questions, to which there is but a single answer - Not yet, working on it.
>
>
> > And on that note I would like to ask this thread to end here - it
> doesn't belong into all these mailing lists.
> >> Something something INFRA something something INFRA
>
> I was referring to the following - not infra specific:
> comm...@lists.fedoraproject.org,
> j...@lists.fedoraproject.org,
> infrastructure@lists.fedoraproject.org,
> ker...@lists.fedoraproject.org,
> us...@lists.fedoraproject.org,
> ni...@fedoraproject.org,
> pin...@fedoraproject.org,
>
>
>
> Best regards,
> Radka
>
> --
> *Radka Janeková*
> *radka.ja...@redhat.com *
>
>
> On Wed, Feb 1, 2017 at 3:25 PM, Personal (open) <
> sheldon.co...@openmailbox.org> wrote:
>
>> On 31.01.2017 18:02, Abdel Gadiel Martínez Lassonde wrote:
>>
>> I would like to be mentor.
>>
>> Sent from my iPhone
>>
>> On Jan 19, 2017, at 5:15 PM, Corey W Sheldon <
>> sheldon.co...@openmailbox.org> wrote: As some of you may know, every
>> year Google hosts the Google Summer of Code (GSoC), last year we
>> participated with some decent results for a few projects. I was just
>> sending this heads up to those whom may be interested in partaking as a
>> mentor or student (even if you are already a fedora contributor) for a
>> project within Fedora. Basic requirements for students and ideas are below
>> and find the full lowdown at [0
>> <https://developers.google.com/open-source/gsoc/faq>]. What are the
>> eligibility requirements for participation? * You must be at least 18 years
>> of age * You must currently be a full or part-time student (or have been
>> accepted for the fall term) at an accredited university as of the student
>> acceptance date * You must be eligible to work in the country you will
>> reside in during the program * You have not already been accepted as a
>> Student in GSoC more than once * You must reside in a country that is not
>> currently embargoed by the United States. See Program Rules for more
>> information. Prospective students: read the Student Manual [1] Prospective
>> Mentors: read the Mentors Manual [2] [0] https://developers.google.com/
>> open-source/gsoc/faq [1] https://developers.google.com/
>> open-source/gsoc/resources/manual#student_manual [2]
>> https://developers.google.com/open-source/gsoc/resources/man
>> ual#mentor_manual Hopefully I will see some of you among the
>> applications. -- Corey W Sheldon M:703.839.6609 <(703)%20839-6609>:|:D:
>> 310.909.7672 <(310)%20909-7672> 
>> PGP:|:0x4B1616F5BDFCC807:|:0x151D53B9C62FA404:|
>> |:0x418E43BCA33F2A72:|:|:0xA82F0594E76CB213:|:|:0x6B4FFDF3D89BCFA5:| |:
>> https://keybase.io/linuxmodder:|:https://ameridea.github.io:| |:
>> https://cs.danychtech.com A goal is not always meant to be reached, it
>> often serves simply as something to aim at. --Bruce Lee Absorb what is
>> useful, discard what is not, add what is uniquely your own. --Bruce Lee Any
>> man willing to sacrifice security for convenience, is deserving of neither.
>> -- Benjamin Franklin Disclaimer: All correspondence shall be deemed of a
>> sensitive nature, and not re-distributed without good cause or
>> per-approval. All Emails shall be GPG signed or carry a attached vcf/asc
>> blob, any email lacking this shall be treated with healthy skepticism.
>>  ___
>> infrastructure maili

Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-02-06 Thread Radka Janekova
> 2) GSoC is supposed to be a org wide thing, and spreading info far and
wide within the project IS exactly what we should be doing, it prevents a
lack of interest AND the always inevitable ' Can I get a deadline waiver, I
only found out yesterday ( when the deadline was last wednesday) '

1) As much as I appreciate that, the deadline is not "yesterday" yet, and
we are on top of it. I agree that it is org-wide, however it doesn't mean
that we should all now stand on our heads and flip tables. Wait for the
appropriate entity (Bex & CommOps) to take care of the organization of
things - and here I am not telling you to not think about ideas and what to
mentor, I am specifically referring to the above asked question "Does
Fedora have a page for Summer coding ideas for 2017?" and similar
questions, to which there is but a single answer - Not yet, working on it.


> And on that note I would like to ask this thread to end here - it doesn't
belong into all these mailing lists.
>> Something something INFRA something something INFRA

I was referring to the following - not infra specific:
comm...@lists.fedoraproject.org,
j...@lists.fedoraproject.org,
infrastructure@lists.fedoraproject.org,
ker...@lists.fedoraproject.org,
us...@lists.fedoraproject.org,
ni...@fedoraproject.org,
pin...@fedoraproject.org,



Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Wed, Feb 1, 2017 at 3:25 PM, Personal (open) <
sheldon.co...@openmailbox.org> wrote:

> On 31.01.2017 18:02, Abdel Gadiel Martínez Lassonde wrote:
>
> I would like to be mentor.
>
> Sent from my iPhone
>
> On Jan 19, 2017, at 5:15 PM, Corey W Sheldon <
> sheldon.co...@openmailbox.org> wrote: As some of you may know, every year
> Google hosts the Google Summer of Code (GSoC), last year we participated
> with some decent results for a few projects. I was just sending this heads
> up to those whom may be interested in partaking as a mentor or student
> (even if you are already a fedora contributor) for a project within Fedora.
> Basic requirements for students and ideas are below and find the full
> lowdown at [0 ]. What
> are the eligibility requirements for participation? * You must be at least
> 18 years of age * You must currently be a full or part-time student (or
> have been accepted for the fall term) at an accredited university as of the
> student acceptance date * You must be eligible to work in the country you
> will reside in during the program * You have not already been accepted as a
> Student in GSoC more than once * You must reside in a country that is not
> currently embargoed by the United States. See Program Rules for more
> information. Prospective students: read the Student Manual [1] Prospective
> Mentors: read the Mentors Manual [2] [0] https://developers.google.com/
> open-source/gsoc/faq [1] https://developers.google.com/
> open-source/gsoc/resources/manual#student_manual [2]
> https://developers.google.com/open-source/gsoc/resources/
> manual#mentor_manual Hopefully I will see some of you among the
> applications. -- Corey W Sheldon M:703.839.6609 <(703)%20839-6609>:|:D:
> 310.909.7672 <(310)%20909-7672> 
> PGP:|:0x4B1616F5BDFCC807:|:0x151D53B9C62FA404:|
> |:0x418E43BCA33F2A72:|:|:0xA82F0594E76CB213:|:|:0x6B4FFDF3D89BCFA5:| |:
> https://keybase.io/linuxmodder:|:https://ameridea.github.io:| |:
> https://cs.danychtech.com A goal is not always meant to be reached, it
> often serves simply as something to aim at. --Bruce Lee Absorb what is
> useful, discard what is not, add what is uniquely your own. --Bruce Lee Any
> man willing to sacrifice security for convenience, is deserving of neither.
> -- Benjamin Franklin Disclaimer: All correspondence shall be deemed of a
> sensitive nature, and not re-distributed without good cause or
> per-approval. All Emails shall be GPG signed or carry a attached vcf/asc
> blob, any email lacking this shall be treated with healthy skepticism.
>  ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org To
> unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
>
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
>
> Radka,
>
>
>
> In agreement with Pierre, I respectfully  decline to remove it from the
> lists on two accounts:
>
> 1) as Pierre stated, its NEVER too early to source talented mentors /
> ideas
>
> 2) GSoC is supposed to be a org wide thing, and spreading info far and
> wide within the project IS exactly what we should be doing, it prevents a
> lack of interest AND the always inevitable ' Can I get a deadline waiver, I
> only found out yesterday ( when the deadline was last wednesday) '
> --
>
> Corey W Sheldon
> ph: +1 (310).909.7672 <(310)%20909-7672>
> 0x8B4E89435A88E539  0x5

Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-02-01 Thread Radka Janekova
And on that note I would like to ask this thread to end here - it doesn't
belong into all these mailing lists.


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Wed, Feb 1, 2017 at 9:48 AM, Radka Janekova 
wrote:

> Hi again,
>
> please guys, be patient and wait for our information. It will be visible
> and you should not miss it. The process goes as follows:
> 1. First we have to draft our org application (in process now)
> 2. Then we draft guidelines for mentors and ideas.
> 3. Only then we can call for ideas (and mentors)
> 4. At the end of March students will start applying - more info about the
> timeline: https://developers.google.com/open-source/gsoc/timeline
>
>
> Best regards,
> Radka
>
> --
> *Radka Janeková*
> *radka.ja...@redhat.com *
>
>
> On Tue, Jan 31, 2017 at 9:01 PM, Pierre-Yves Chibon 
> wrote:
>
>> On Tue, Jan 31, 2017 at 01:02:38PM -0500, Abdel Gadiel Martínez Lassonde
>> wrote:
>> > I would like to be mentor.
>>
>> And which project would you like to mentor?
>>
>>
>> Pierre
>> ___
>> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
>> To unsubscribe send an email to infrastructure-le...@lists.fed
>> oraproject.org
>>
>
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-02-01 Thread Radka Janekova
Hi again,

please guys, be patient and wait for our information. It will be visible
and you should not miss it. The process goes as follows:
1. First we have to draft our org application (in process now)
2. Then we draft guidelines for mentors and ideas.
3. Only then we can call for ideas (and mentors)
4. At the end of March students will start applying - more info about the
timeline: https://developers.google.com/open-source/gsoc/timeline


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Tue, Jan 31, 2017 at 9:01 PM, Pierre-Yves Chibon 
wrote:

> On Tue, Jan 31, 2017 at 01:02:38PM -0500, Abdel Gadiel Martínez Lassonde
> wrote:
> > I would like to be mentor.
>
> And which project would you like to mentor?
>
>
> Pierre
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: GSoC 2017 org applications open ( sourcing interest and ideas)

2017-01-30 Thread Radka Janekova
Hi Bryan,

the answer to that would be not *yet* due to devconf, fosdem and all the
things. Be patient please, we are working on it =)


Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Mon, Jan 30, 2017 at 6:22 AM, Bryan Teague  wrote:

> Good evening -
>
> Does Fedora have a page for Summer coding ideas for 2017?  There's one for
> 2016, though many of these may not be valid for this year.
>
> Thanks
> Bryan
>
> On Mon, Jan 23, 2017 at 03:12:11PM +0100, Brian Exelbierd wrote:
> > If you're planning to submit a project please let me know.  I'd like to
> > be able to help you, if needed, and to keep up with our successes so we
> > can advertise them.
> >
> > regards,
> >
> > bex
> >
> > On Thu, Jan 19, 2017, at 11:15 PM, Corey W Sheldon wrote:
> > > As some of you may know, every year Google hosts the Google Summer of
> > > Code (GSoC), last year we participated with some decent results for a
> > > few projects.  I was just sending this heads up to those whom may be
> > > interested in partaking as a mentor or student (even if you are already
> > > a fedora contributor) for a project within Fedora.
> > >
> > > Basic requirements for students and ideas are below and find the full
> > > lowdown at [0].
> > >
> > >
> > > What are the eligibility requirements for participation?
> > >
> > > * You must be at least 18 years of age
> > > * You must currently be a full or part-time student (or have been
> > > accepted for the fall term) at an accredited university as of the
> > > student acceptance date
> > > * You must be eligible to work in the country you will reside in during
> > > the program
> > > * You have not already been accepted as a Student in GSoC more than
> once
> > > * You must reside in a country that is not currently embargoed by the
> > > United States. See Program Rules for more information.
> > >
> > >
> > >
> > > Prospective students: read the Student Manual [1]
> > >
> > > Prospective Mentors: read the Mentors Manual [2]
> > >
> > >
> > > [0] https://developers.google.com/open-source/gsoc/faq
> > >
> > > [1]
> > > https://developers.google.com/open-source/gsoc/resources/
> manual#student_manual
> > >
> > > [2]
> > > https://developers.google.com/open-source/gsoc/resources/
> manual#mentor_manual
> > >
> > >
> > > Hopefully I will see some of you among the applications.
> > >
> > > --
> > > Corey W Sheldon
> > > M:703.839.6609:|:D:310.909.7672
> > > PGP:|:0x4B1616F5BDFCC807:|:0x151D53B9C62FA404:|
> > > |:0x418E43BCA33F2A72:|:|:0xA82F0594E76CB213:|:|:0x6B4FFDF3D89BCFA5:|
> > > |:https://keybase.io/linuxmodder:|:https://ameridea.github.io:|
> > > |:https://cs.danychtech.com
> > >
> > > A goal is not always meant to be reached, it often serves simply as
> > > something to aim at. --Bruce Lee
> > > Absorb what is useful, discard what is not, add what is uniquely your
> > > own. --Bruce Lee
> > > Any man willing to sacrifice security for convenience, is deserving of
> > > neither. -- Benjamin Franklin
> > >
> > > Disclaimer: All correspondence shall be deemed of a sensitive nature,
> > > and not re-distributed without good cause or  per-approval.
> > > All Emails shall be GPG signed or carry a attached vcf/asc blob, any
> > > email lacking this shall be treated with healthy skepticism.
> > > ___
> > > infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> > > To unsubscribe send an email to
> > > infrastructure-le...@lists.fedoraproject.org
> > > Email had 2 attachments:
> > > + sheldon_corey.vcf
> > >   1k (text/x-vcard)
> > > + signature.asc
> > >   1k (application/pgp-signature)
> > ___
> > infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> > To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: CI/CD for web publishing

2016-12-20 Thread Radka Janekova
Hi Bex,

I'm not exactly sure what are you looking for, but here is what I'm using
on my server to grab several projects, and build them if there are new
commits.

Some of the websites are static or php, those are just pulled, while others
are jekyll which has to be built. Similarly you could call any other build
thing instead of jekyll, copy it somewhere, etc...

19 update_rhea ()
20 {
21   PROJECT="/home/rhea/www/jekyll-rhea"
22   update_jekyll
23 }
24
25 update_jekyll ()
26 {
27   git -C $PROJECT fetch origin
28   if [[ "$(git -C $PROJECT log HEAD..origin/master --oneline)" != "" ]];
then
29 git -C $PROJECT merge origin/master & jekyll build --source $PROJECT
--destination $PROJECT/_site
30   fi
31 }
32
33
34 while true
35 do
36
37   update_esm
38   update_oproti
39   update_rhea
40   update_spytec
41   update_magazine
42   update_botwinder
43
44   sleep 60
45 done



Best regards,
Radka

--
*Radka Janeková*
*radka.ja...@redhat.com *


On Mon, Dec 19, 2016 at 8:29 PM, Brian Exelbierd  wrote:

> Hey,
>
> I am working on a project to publish some data regularly from the budget
> repo in Pagure.  Do we have an existing example I can use as a template
> for re-publishing a site by running a publishing tool and then
> depositing html somewhere everytime there is a commit?
>
> Also, do we have infrastructure for testing PRs that I can hook into?
>
> Thank you.
>
> regards.
>
> bex
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org