Re: Package GNU Hello build errors

2024-01-08 Thread Vít Ondruch
Just FTR, there is attachment with logs. I have not noticed it on the first look, but Leigh did :) Vít Dne 07. 01. 24 v 1:41 Alexander Ploumistos napsal(a): Hello Patrick, What was the command you issued? Were there any errors before the excerpt you've posted? Does your user belong

Re: Package GNU Hello build errors

2024-01-07 Thread Leigh Scott
> Try adding 'BuildRequires: gcc-c++' to the specfile > > checking for x86_64-redhat-linux-gcc... gcc > checking whether the C compiler works... no > configure: error: in `/builddir/build/BUILD/hello-2.10': > configure: error: C compiler cannot create executables > See

Re: Package GNU Hello build errors

2024-01-07 Thread Leigh Scott
Try adding 'BuildRequires: gcc-c++' to the specfile checking for x86_64-redhat-linux-gcc... gcc checking whether the C compiler works... no configure: error: in `/builddir/build/BUILD/hello-2.10': configure: error: C compiler cannot create executables See `config.log' for more details

Re: Package GNU Hello build errors

2024-01-06 Thread Alexander Ploumistos
Hello Patrick, What was the command you issued? Were there any errors before the excerpt you've posted? Does your user belong to the 'mock' group? Best regards, A. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email

unretire gnu hello

2020-03-05 Thread Jens-Ulrik Petersen
Hello, I plan to unretire the GNU hello package. (Apparently it was retired in 2012 just because the former maintainer didn't want to add "Provides: bundled(gnulib)".) Though it is fairly trivial it is a minimal system sanity package and executable tool, with gettext internationalizati

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-23 Thread Michal Novotny
On Fri, Mar 23, 2018 at 7:24 AM, Michal Novotny wrote: > On Tue, Mar 20, 2018 at 3:31 PM, Jan Kaluza wrote: >> On Tue, Mar 20, 2018 at 10:06 AM, Michal Novotny wrote: >>> >>> The question here is why don't we actually implement the

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-23 Thread Michal Novotny
On Tue, Mar 20, 2018 at 3:31 PM, Jan Kaluza wrote: > On Tue, Mar 20, 2018 at 10:06 AM, Michal Novotny wrote: >> >> The question here is why don't we actually implement the modularity >> the simple way. >> >> Let's suppose I would like to make nodejs-8

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-20 Thread Jan Kaluza
On Tue, Mar 20, 2018 at 3:18 PM, Kamil Paral wrote: > On Mon, Mar 19, 2018 at 8:08 PM, Jan Kaluza wrote: > >> Your tool can use good old buildsys.build.state.change fedmsg with the >> well known name/version/release fields like this: >> >>

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-20 Thread Jan Kaluza
On Tue, Mar 20, 2018 at 10:06 AM, Michal Novotny wrote: > The question here is why don't we actually implement the modularity > the simple way. > > Let's suppose I would like to make nodejs-8 available in EPEL7. > > The most effortless way would be to create subdirectory called

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-20 Thread Kamil Paral
On Mon, Mar 19, 2018 at 8:08 PM, Jan Kaluza wrote: > Your tool can use good old buildsys.build.state.change fedmsg with the > well known name/version/release fields like this: > > https://apps.stg.fedoraproject.org/datagrepper/ >

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-20 Thread Michal Novotny
The question here is why don't we actually implement the modularity the simple way. Let's suppose I would like to make nodejs-8 available in EPEL7. The most effortless way would be to create subdirectory called 8 at src.fedoraproject.org/rpms/nodejs with the updated spec file and sources for the

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Jan Kaluza
On Mon, Mar 19, 2018 at 4:43 PM, Adam Williamson wrote: > On Mon, 2018-03-19 at 10:58 +0100, Stanislav Ochotnicky wrote: > > On Mon 19 Mar 2018 09:38:58 AM GMT Fabio Valentini wrote: > > > So you think having to send a request to a web service instead of just > > >

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Adam Williamson
On Mon, 2018-03-19 at 17:18 +0100, Nils Philippsen wrote: > On Mon, 2018-03-19 at 08:43 -0700, Adam Williamson wrote: > > What if I just want to write a tool that parses fedmsgs about module > > builds in Koji and does something that depends on module names, > > streams > > and versions? (e.g.

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Nils Philippsen
On Mon, 2018-03-19 at 08:43 -0700, Adam Williamson wrote: > What if I just want to write a tool that parses fedmsgs about module > builds in Koji and does something that depends on module names, > streams > and versions? (e.g. some sort of changelog thing) I haven't looked at actual fedmsgs

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Adam Williamson
On Mon, 2018-03-19 at 10:58 +0100, Stanislav Ochotnicky wrote: > On Mon 19 Mar 2018 09:38:58 AM GMT Fabio Valentini wrote: > > So you think having to send a request to a web service instead of just > > parsing a string locally with one line of code is a good trade-off for > > allowing dashes? > >

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Adam Williamson
On Mon, 2018-03-19 at 09:27 +0100, Petr Šabata wrote: > This, AFAIK, only affects what you see in some parts of the > build and update system (and on the bus). That's a very important parenthesis, as we as a project do a lot of work with fedmsg messages. -- Adam Williamson Fedora QA Community

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Pierre-Yves Chibon
On Mon, Mar 19, 2018 at 10:10:23AM +0100, Jan Kaluza wrote: >If something does not support modules and it should support modules and >*needs* to work with Koji content-generator imported builds for some >reason, it needs to updated to support modules and as part of this update, >it

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Stanislav Ochotnicky
On Mon 19 Mar 2018 09:38:58 AM GMT Fabio Valentini wrote: > So you think having to send a request to a web service instead of just > parsing a string locally with one line of code is a good trade-off for > allowing dashes? This has been mentioned several times in this thread and I think there's a

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Fabio Valentini
On Mon, Mar 19, 2018, 10:20 Petr Šabata wrote: > On Mon, Mar 19, 2018 at 08:57:08AM +, Zbigniew Jędrzejewski-Szmek > wrote: > > On Mon, Mar 19, 2018 at 09:27:30AM +0100, Petr Šabata wrote: > > > On Sun, Mar 18, 2018 at 07:09:23PM +, Zbigniew Jędrzejewski-Szmek > wrote:

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Petr Šabata
On Mon, Mar 19, 2018 at 08:57:08AM +, Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Mar 19, 2018 at 09:27:30AM +0100, Petr Šabata wrote: > > On Sun, Mar 18, 2018 at 07:09:23PM +, Zbigniew Jędrzejewski-Szmek wrote: > > > On Fri, Mar 16, 2018 at 04:14:27PM -0400, Randy Barlow wrote: > > > >

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Jan Kaluza
On Sat, Mar 17, 2018 at 4:15 PM, Patrick マルタインアンドレアス Uiterwijk < puiterw...@redhat.com> wrote: > > Don't be afraid of koji. :) > > I couldn't agree more, Koji's a pretty nice project to work on. > It might seems scary for newcomers because of all the ingrained knowledge > and assumptions, but

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 19, 2018 at 09:27:30AM +0100, Petr Šabata wrote: > On Sun, Mar 18, 2018 at 07:09:23PM +, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, Mar 16, 2018 at 04:14:27PM -0400, Randy Barlow wrote: > > > On 03/16/2018 04:04 PM, Dennis Gregorovic wrote: > > > > modules are not RPMs.  I

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Adam Samalik
(a repost from the infra list) Please note that modules (and therefore module builds) may reference to multiple RPM builds. Also, the module name doesn't need to match any RPM name. Therefore getting package names from the module build name would not be possible anyway. As an exapmple, see the

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-19 Thread Petr Šabata
On Sun, Mar 18, 2018 at 07:09:23PM +, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Mar 16, 2018 at 04:14:27PM -0400, Randy Barlow wrote: > > On 03/16/2018 04:04 PM, Dennis Gregorovic wrote: > > > modules are not RPMs.  I would not expect them to necessarily use the > > > same format as RPMs. 

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-18 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 16, 2018 at 04:14:27PM -0400, Randy Barlow wrote: > On 03/16/2018 04:04 PM, Dennis Gregorovic wrote: > > modules are not RPMs.  I would not expect them to necessarily use the > > same format as RPMs.  If we take koji out of the equation, we have > > module builds in N:S:V:C format and

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-17 Thread Adam Williamson
On Sat, 2018-03-17 at 15:15 +, Patrick マルタインアンドレアス Uiterwijk wrote: > > Don't be afraid of koji. :) > > I couldn't agree more, Koji's a pretty nice project to work on. > It might seems scary for newcomers because of all the ingrained > knowledge and assumptions, but once you get close the

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-17 Thread Patrick マルタインアンドレアス Uiterwijk
> Don't be afraid of koji. :) I couldn't agree more, Koji's a pretty nice project to work on. It might seems scary for newcomers because of all the ingrained knowledge and assumptions, but once you get close the community is nice and friendly :). > > It is under active development. Of course,

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Dennis Gilmore
El vie, 16-03-2018 a las 15:19 -0700, Adam Williamson escribió: > On Fri, 2018-03-16 at 16:04 -0400, Dennis Gregorovic wrote: > > modules are not RPMs. I would not expect them to necessarily use > > the same > > format as RPMs. If we take koji out of the equation, > > That's an extremely big

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Dennis Gregorovic
Don't be afraid of koji. :) It is under active development. Of course, resources are limited and not everything can be taken on, but it's worth having the discussion. I have filed https://pagure.io/koji/issue/851 as a strawman and will try to solicit feedback on the idea. Patrick, if

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Adam Williamson
On Fri, 2018-03-16 at 16:14 -0400, Randy Barlow wrote: > > > If that means > > tweaking the Koji UI we can look into that. > > For my concerns, it would be more helpful to tweak the Koji API than the > UI, so that tools that interact with Koji (like Bodhi) don't have to > know that Modules are

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Adam Williamson
On Fri, 2018-03-16 at 16:04 -0400, Dennis Gregorovic wrote: > modules are not RPMs. I would not expect them to necessarily use the same > format as RPMs. If we take koji out of the equation, That's an extremely big and invalid 'if', though. -- Adam Williamson Fedora QA Community Monkey IRC:

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Owen Taylor
On Fri, Mar 16, 2018 at 4:04 PM, Dennis Gregorovic wrote: > The challenge here is that those module builds are squeezed into a N-V-R > format when imported into Koji. The N-V-R format is used for all build > types in Koji and it works well for its purpose, but it's also not

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Randy Barlow
On 03/16/2018 04:04 PM, Dennis Gregorovic wrote: > modules are not RPMs.  I would not expect them to necessarily use the > same format as RPMs.  If we take koji out of the equation, we have > module builds in N:S:V:C format and module RPMs in N-V-R.A format.  They > use different separators, but

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Dennis Gregorovic
modules are not RPMs. I would not expect them to necessarily use the same format as RPMs. If we take koji out of the equation, we have module builds in N:S:V:C format and module RPMs in N-V-R.A format. They use different separators, but both can be parsed consistently. The challenge here is

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Randy Barlow
On 03/16/2018 05:18 AM, Pierre-Yves Chibon wrote: > I wonder what we can do about this. Is it FESCo material? > Can the folks working on modularity comment more on this? I am considering filing it for FESCo to consider. I haven't seen a compelling explanation for why modules are using a different

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-16 Thread Pierre-Yves Chibon
On Thu, Mar 15, 2018 at 05:47:41PM -0700, Adam Williamson wrote: > So: there would be no problem with - in the *name* of the modules, so > long as that's the first field, which apparently it is. > > The problem is if you allow the delimiter in *both* the first and last > fields, or in *any other

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Kevin Kofler
Randy Barlow wrote: > It sounds like this breaks a great deal of tooling. Can we reconsider > switching away from - separators in modules? Is allowing streams to have > -'s in them important enough to break so many tools? +1, I think allowing this ambiguity is a very bad idea. Kevin

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Adam Williamson
On Thu, 2018-03-15 at 19:57 -0400, langdon wrote: > On 03/15/2018 04:31 PM, Simo Sorce wrote: > > On Thu, 2018-03-15 at 14:06 -0400, Randy Barlow wrote: > > > On 03/15/2018 12:28 PM, Chuck Anderson wrote: > > > > : doesn't work very well in filenames due to it being a pathname > > > > separator

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread langdon
On 03/15/2018 04:31 PM, Simo Sorce wrote: On Thu, 2018-03-15 at 14:06 -0400, Randy Barlow wrote: On 03/15/2018 12:28 PM, Chuck Anderson wrote: : doesn't work very well in filenames due to it being a pathname separator in some filesystems among other things. It sounds like this breaks a great

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Simo Sorce
On Thu, 2018-03-15 at 14:06 -0400, Randy Barlow wrote: > On 03/15/2018 12:28 PM, Chuck Anderson wrote: > > : doesn't work very well in filenames due to it being a pathname separator > > in some filesystems among other things. > > It sounds like this breaks a great deal of tooling. Can we

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Randy Barlow
On 03/15/2018 12:28 PM, Chuck Anderson wrote: > : doesn't work very well in filenames due to it being a pathname separator in > some filesystems among other things. It sounds like this breaks a great deal of tooling. Can we reconsider switching away from - separators in modules? Is allowing

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Chuck Anderson
On Thu, Mar 15, 2018 at 04:19:46PM +, Daniel P. Berrangé wrote: > On Thu, Mar 15, 2018 at 04:14:34PM +0100, Patrick Uiterwijk wrote: > > For user consumption, they are Name:Stream:Version:Context, so you may > > need to manually convert between one representation and the other if > > you need

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Adam Williamson
On Thu, 2018-03-15 at 16:14 +0100, Patrick Uiterwijk wrote: > One of the interesting things they wanted to also allow: dashes in streams. > As a consequence, when you get an N-S-V.C as modules are represented > in Koji builds, doing a .rsplit('-', 2) will not give you Name, > Stream,

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Daniel P . Berrangé
On Thu, Mar 15, 2018 at 04:14:34PM +0100, Patrick Uiterwijk wrote: > Hi all, > > If you maintain any application in Fedora Infra (or outside) that > tries to parse things out of RPM names, you might be interested in > this. > > For those wondering where I've been spending most of my time the

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Patrick マルタインアンドレアス Uiterwijk
> On 15/03/18 15:30, Patrick Uiterwijk wrote: > > Well currently at any rate? What's the long term story? > > Only when some module rpms accidentally leaked into rawhide > recently they definitely had the kind of rather unhelpful names > that you described in your post and I got the impression

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Nico Kadel-Garcia
On Thu, Mar 15, 2018 at 11:14 AM, Patrick Uiterwijk wrote: > Hi all, > > If you maintain any application in Fedora Infra (or outside) that > tries to parse things out of RPM names, you might be interested in > this. > > For those wondering where I've been spending most of

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Tom Hughes
On 15/03/18 15:30, Patrick Uiterwijk wrote: This does not affect traditional RPM/SRPM packages, right? Correct, this only impacts modules. Well currently at any rate? What's the long term story? Only when some module rpms accidentally leaked into rawhide recently they definitely had the

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Patrick Uiterwijk
> > > This does not affect traditional RPM/SRPM packages, right? Correct, this only impacts modules. > > Thanks, > -Mat > ___ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Mátyás Selmeci
On 03/15/2018 10:14 AM, Patrick Uiterwijk wrote: Hi all, If you maintain any application in Fedora Infra (or outside) that tries to parse things out of RPM names, you might be interested in this. For those wondering where I've been spending most of my time the last few weeks: I've been deep in

Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Patrick Uiterwijk
Hi all, If you maintain any application in Fedora Infra (or outside) that tries to parse things out of RPM names, you might be interested in this. For those wondering where I've been spending most of my time the last few weeks: I've been deep in the internals of Bodhi fixing all kinds of issues

Hello :)

2015-07-27 Thread Carlos Morel-Riquelme
Hello to everyone, my name is Carlos i'm from Chile and I've fedora collaborator in QA since F20. but now i want collaborate as maintainer package. well I've create my first review request. it's a library for shortening of URL page. https://bugzilla.redhat.com/show_bug.cgi?id=1246974 i would

[EPEL-devel] Hello - http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm'

2015-01-04 Thread Carlos Esteves
Hi, I see one erreur on site: https://fedoraproject.org/wiki/EPEL/FAQ For EL7: su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*7-2*.noarch.rpm' ... su -c 'yum install foo' For EL7: su -c 'rpm -Uvh

Re: Hello! Also, packaging baresip for Fedora

2013-09-30 Thread Oron Peled
On Sunday 29 September 2013 21:22:24 Lars Kellogg-Stedman wrote: I went ahead and generated a patch to the Makefile that uses the package version for the library version. That's wrong, as library versions represent API/ABI changes and the numbering has different *semantics* than package

Re: Hello! Also, packaging baresip for Fedora

2013-09-30 Thread Michael Schwendt
On Sun, 29 Sep 2013 12:38:25 -0400, Lars Kellogg-Stedman wrote: [...] what the upstream Makefile currently produces. I wasn't sure how invasive I should be in terms of patching the upstream build process. The build output is silent using '@' command invocations in the Makefile. Patching that

Re: Hello! Also, packaging baresip for Fedora

2013-09-30 Thread Michael Schwendt
On Mon, 30 Sep 2013 10:35:33 +0300, Oron Peled wrote: On Sunday 29 September 2013 21:22:24 Lars Kellogg-Stedman wrote: I went ahead and generated a patch to the Makefile that uses the package version for the library version. That's wrong, as library versions represent API/ABI changes

Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Lars Kellogg-Stedman
Hello everyone, I've just submitted my first package review request to Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=1013363), which is for libre (http://www.creytiv.com/re.html). This is a dependency for baresip (http://www.creytiv.com/baresip.html), which is a barebones SIP client

Re: Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Michael Schwendt
On Sun, 29 Sep 2013 11:59:43 -0400, Lars Kellogg-Stedman wrote: Hello everyone, I've just submitted my first package review request to Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=1013363), which is for libre (http://www.creytiv.com/re.html). This is a dependency for baresip (http

Re: Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Lars Kellogg-Stedman
On Sun, Sep 29, 2013 at 06:14:30PM +0200, Michael Schwendt wrote: Doesn't look too bad ;) judging based on very brief look at the spec file, but it violates the Static Library Packaging Guidelines, and I wonder who owns %{_datadir}/re? I've removed the static library and made the package an

Re: Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Lars Kellogg-Stedman
On Sun, Sep 29, 2013 at 12:38:25PM -0400, Lars Kellogg-Stedman wrote: On Sun, Sep 29, 2013 at 06:14:30PM +0200, Michael Schwendt wrote: A version-less library is less than ideal, however. How stable is the API/ABI? Yeah, that's my feeling, too, but that's what the upstream Makefile

Hello, I am looking for a sponsor

2012-11-02 Thread Sébastien Boisvert
Hello, I am looking for a sponsor. I am Canadian, I know French, English, and many programming languages. I use Fedora 17 on my Lenovo Thinkpad x230 and I have started using Linux in 2003 on a Red Hat 9 installation. Over the years, I have used: Slackware, Ubuntu, Gentoo, Fedora, CentOS, Mint

Hello, everyone

2012-05-22 Thread Назар Міштурак
Hello, everyone, my name is Nazar. I have just made my first package review request(https://bugzilla.redhat.com/show_bug.cgi?id=823873). The package is The Powder Toy game which is very fun. So I want to see it in repo. It is not my project, original code is from http://powdertoy.co.uk/ Nazar

Re: Hello, everyone

2012-05-22 Thread Richard W.M. Jones
On Tue, May 22, 2012 at 02:38:40PM +0300, Назар Міштурак wrote: Hello, everyone, my name is Nazar. I have just made my first package review request(https://bugzilla.redhat.com/show_bug.cgi?id=823873). The package is The Powder Toy game which is very fun. So I want to see it in repo

Hello!

2012-04-04 Thread Brown, David M JR
Fedora Packagers, I've been working through the Package Maintainers Join page and one of the things to do is to send an introduction to the Fedora Devel list, so here it is. Hi! It's been a while since I've done Open Source Distribution work but I've gotten into a serious job since then and

Hello

2012-04-02 Thread Dmitriy Nikolaev
Hello , guys! I would like to participate in developing Fedora releases(coding, mostly in C/C++). Could you tell me, where I can find a source code and other relative things, for instance, headers and libraries descriptions? Thank you beforehand for your answers. With best regards. -- devel

Re: Hello

2012-04-02 Thread Digimer
On 04/02/2012 10:34 AM, Dmitriy Nikolaev wrote: Hello , guys! I would like to participate in developing Fedora releases(coding, mostly in C/C++). Could you tell me, where I can find a source code and other relative things, for instance, headers and libraries descriptions? Thank you

Re: Hello

2012-04-02 Thread Digimer
On 04/02/2012 10:45 AM, Dmitriy Nikolaev wrote: Thank you for your fast answer. That's interesting. But, could you, please, tell me also, if in the future, not now, I would like to participate in kernel developing, then is it possible to join those guys? Please reply to the mailing list. This

Re: Hello

2011-11-29 Thread Gregor Tätzner
-Maintainership . Or you can work on another application. Greg On Tue, Nov 29, 2011 at 6:38 AM, Ankur Sinha sanjay.an...@gmail.com wrote: On Tue, 2011-11-29 at 01:58 +0545, Dipesh Acharya wrote: Hello, this is Dipesh Acharya. I will be packaging and updating gnome-shell

Re: Hello

2011-11-29 Thread Ankur Sinha
On Tue, 2011-11-29 at 12:32 +0545, Dipesh Acharya wrote: view again? Thank you :) Dipesh Acharya http://motorscript.com http://twitter.com/xtranophilist Ah! No. Not required :) -- Thanks, Regards, Ankur: FranciscoD http://fedoraproject.org/wiki/User:Ankursinha

Hello

2011-11-28 Thread Dipesh Acharya
Hello, this is Dipesh Acharya. I will be packaging and updating gnome-shell-extension-cpu- temperature since I develop it. Thank you :) Dipesh Acharya http://motorscript.com http://twitter.com/xtranophilist -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: Hello

2011-11-28 Thread Ankur Sinha
On Tue, 2011-11-29 at 01:58 +0545, Dipesh Acharya wrote: Hello, this is Dipesh Acharya. I will be packaging and updating gnome-shell-extension-cpu- temperature since I develop it. Thank you :) Dipesh Acharya http://motorscript.com http://twitter.com/xtranophilist hey Dipesh

Re: Hello

2011-11-28 Thread Dipesh Acharya
:38 AM, Ankur Sinha sanjay.an...@gmail.com wrote: On Tue, 2011-11-29 at 01:58 +0545, Dipesh Acharya wrote: Hello, this is Dipesh Acharya. I will be packaging and updating gnome-shell-extension-cpu- temperature since I develop it. Thank you :) Dipesh Acharya http://motorscript.com

Re: Hello

2011-11-28 Thread Gregor Tätzner
, Nov 29, 2011 at 6:38 AM, Ankur Sinha sanjay.an...@gmail.com wrote: On Tue, 2011-11-29 at 01:58 +0545, Dipesh Acharya wrote: Hello, this is Dipesh Acharya. I will be packaging and updating gnome-shell-extension-cpu- temperature since I develop it. Thank you :) Dipesh Acharya

Re: Hello

2011-11-28 Thread Dipesh Acharya
wrote: Hello, this is Dipesh Acharya. I will be packaging and updating gnome-shell-extension-cpu- temperature since I develop it. Thank you :) Dipesh Acharya http://motorscript.com http://twitter.com/xtranophilist hey Dipesh, Thank you. Please do post a link