Re: Unresponsive maintainer: kanarip

2014-07-15 Thread Orion Poplawski
On 07/07/2014 06:48 AM, Vít Ondruch wrote: > Dne 27.6.2014 18:34, Juan Orti Alcaine napsal(a): >> El Sábado, 28 de junio de 2014 00:31:26 Christopher Meng escribió: >>> On Sat, Jun 28, 2014 at 12:17 AM, Bruno Wolff III >>> wrote: He is or was a Red Hat employee. >>> No. >>> >>> Please use thi

Self Introduction: Chen Chen

2014-07-15 Thread Chen Chen
Hi everyone: First, I declare this is my real name... I'm trying to package "gnushogi" and looking for a sponsor. https://bugzilla.redhat.com/show_bug.cgi?id=1119197 Currently I'm working as a system administrator of HPC (High-performance computing) clusters. Some of my clients are usi

Re: unsigned char vs. signed char

2014-07-15 Thread Eric Sandeen
On 7/15/14, 11:40 AM, Orion Poplawski wrote: > Did you know that "char" defaults to "signed char" on x86 but "unsigned char" > on ppc and arm? I didn't. > > Just a heads up. > I did, because due to XFS's history, it maked an assumption that's not true on x86. We had -funsigned-char in the Ma

[Test-Announce] 2014-07-16 @ ** 16:00 UTC ** - F21 Blocker Review #2

2014-07-15 Thread Mike Ruckman
# F21 Blocker Review meeting #2 # Date: 2014-07-16 # Time: 16:00 UTC (12:00 EST, 09:00 PST) # Location: #fedora-blocker-review on irc.freenode.net It's blocker review time again! Now that we're rolling along with the F21 alpha release process we're moving back to regular blocker review meetings. A

Re: unsigned char vs. signed char

2014-07-15 Thread Adam Jackson
On Tue, 2014-07-15 at 10:40 -0600, Orion Poplawski wrote: > Did you know that "char" defaults to "signed char" on x86 but "unsigned char" > on ppc and arm? I didn't. Yep, found that out the hard way. It annoyed me enough that I went digging in the gcc source to find the answer for all platforms

Re: unsigned char vs. signed char

2014-07-15 Thread Haïkel
According the standard, char is supposed to be a distinct type from signed/unsigned char. btw, most commonly-used compilers (gcc, msvc, etc.) does use these defaults, but you can't even assume that for every compilers. If one wants to check the signedness of char, she could check CHAR_MIN is equal

unsigned char vs. signed char

2014-07-15 Thread Orion Poplawski
Did you know that "char" defaults to "signed char" on x86 but "unsigned char" on ppc and arm? I didn't. Just a heads up. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane o

Comps patch: More changes for Fedora Server 21

2014-07-15 Thread Miloslav Trmač
Hello, The attached patch creates a Fedora Server product environment. In Fedora Server, this environment will be used by default, and cause the fedora-product-server package to be installed, thus allowing us to activate other product-specific defaults (e.g. presets). Other Fedora products won’

FESCo Elections restart & voting period will open at 2014-07-16 00:00 UTC

2014-07-15 Thread Jaroslav Reznik
Greetings! As you probably realized, the FESCo July 2014 elections were closed prematurely due to mistake in elections setup. To be fair to all candidates, we have decided to erase all results collected before the fix was applied and restart elections. Voting will be opened from today's midnight

Re: Clone all packages at once

2014-07-15 Thread Kalpa Welivitigoda
On Tue, Jul 15, 2014 at 8:39 PM, Dridi Boukelmoune < dridi.boukelmo...@gmail.com> wrote: > On Tue, Jul 15, 2014 at 11:19 AM, Kalpa Welivitigoda > wrote: > > > > > > > > On Tue, Jul 15, 2014 at 1:17 PM, Eduardo Javier Echeverria Alvarado > > wrote: > >> > >> Yes, definitively easier. Copied in th

Re: Agenda for Env-and-Stacks WG meeting (2014-07-15)

2014-07-15 Thread Marcela Mašláňová
Cancelled. Not enough members. Marcela -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Clone all packages at once

2014-07-15 Thread Dridi Boukelmoune
On Tue, Jul 15, 2014 at 11:19 AM, Kalpa Welivitigoda wrote: > > > > On Tue, Jul 15, 2014 at 1:17 PM, Eduardo Javier Echeverria Alvarado > wrote: >> >> Yes, definitively easier. Copied in the list of the things that make >> easier the packager task. Thanks pingou :) > > > Is this a list you locall

Re: Half-OT: Secure boot and thirdy party kernel modules

2014-07-15 Thread quickbooks office
So did any of you get it to work? That is signing VirtualBox modules and enabling secure boot in the bios? On Tue, Jul 8, 2014 at 6:20 AM, Sergio Belkin wrote: > > > 2014-07-08 5:47 GMT-03:00 Florian Weimer : > >> On 07/08/2014 10:19 AM, Petr Pisar wrote: >>> >>> On 2014-07-07, Florian Weimer w

Re: Clone all packages at once

2014-07-15 Thread Jon Ciesla
I needed to do this awhile back. . . http://fedorapeople.org/~limb/massclone/ On Tue, Jul 15, 2014 at 1:55 AM, Kalpa Welivitigoda wrote: > Hi, > > Is it possible to clone all the packages I maintain/co-maintain in a > single command with fedpkg clone? > > -- > Best Regards, > > Kalpa Welivitig

Re: Clone all packages at once

2014-07-15 Thread Kalpa Welivitigoda
On Tue, Jul 15, 2014 at 1:17 PM, Eduardo Javier Echeverria Alvarado < echevemas...@gmail.com> wrote: > Yes, definitively easier. Copied in the list of the things that make > easier the packager task. Thanks pingou :) > Is this a list you locally maintain? If so shall we put this up in the wiki th

Agenda for Env-and-Stacks WG meeting (2014-07-15)

2014-07-15 Thread Marcela Mašláňová
On odd weeks WG meeting will be at 15:00 UTC, 17:00 Central Europe, 11:00 (noon) Boston, 8:00 San Francisco, 0:00 Tokyo in #fedora-meeting on Freenode. = Topics = * vote for new time of meeting http://whenisgood.net/f7x2qi2 * Docker plans - update * Open Floor -- devel mailing list devel@lists.

Re: Clone all packages at once

2014-07-15 Thread Eduardo Javier Echeverria Alvarado
Yes, definitively easier. Copied in the list of the things that make easier the packager task. Thanks pingou :) El 15/07/2014 03:07, "Kalpa Welivitigoda" escribió: > Hi, > > Thanks a lot. > > Pierre's suggestion worked fine with a slight modification. It should be > --user > > > On Tue, Jul 15,

Re: Clone all packages at once

2014-07-15 Thread Kalpa Welivitigoda
Hi, Thanks a lot. Pierre's suggestion worked fine with a slight modification. It should be --user On Tue, Jul 15, 2014 at 12:56 PM, Pierre-Yves Chibon wrote: > On Tue, Jul 15, 2014 at 02:40:13AM -0430, Eduardo Javier Echeverria > Alvarado wrote: > >I think not there any command that do t

Re: Clone all packages at once

2014-07-15 Thread Pierre-Yves Chibon
On Tue, Jul 15, 2014 at 02:40:13AM -0430, Eduardo Javier Echeverria Alvarado wrote: >I think not there any command that do that. But you can take a look to the >output of the pkgdb api [1] and make your own script > >[1] >https://admin.fedoraproject.org/pkgdb/api/packager/package/

Re: Clone all packages at once

2014-07-15 Thread Eduardo Javier Echeverria Alvarado
I think not there any command that do that. But you can take a look to the output of the pkgdb api [1] and make your own script [1] https://admin.fedoraproject.org/pkgdb/api/packager/package/echevemaster El 15/07/2014 02:26, "Kalpa Welivitigoda" escribió: > Hi, > > Is it possible to clone all th