Re: Fedora 20 RC1 AMIs

2013-12-14 Thread Dennis Gilmore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Fri, 13 Dec 2013 23:13:01 -0500 Matthew Miller escribió: > On Fri, Dec 13, 2013 at 10:05:05PM -0600, Dennis Gilmore wrote: > > > > Note, these are the GA images. > > > Hey Dennis, will the images going to mirrors be these or the ones > > > with the

Help needed with systemd script

2013-12-14 Thread Mattia Verga
Hello, I'm trying to give a user access rights to X with xhost command. I've created a script named '/usr/bin/boincxhost' (chmod 555) like this: /#!/bin/sh// //xhost +SI:localuser:boinc &> /dev/null// //exit 0/ If I run it from command line it works fine. But I want to run from a systemd unit at

Re: Help needed with systemd script

2013-12-14 Thread Dridi Boukelmoune
Hi, On Sat, Dec 14, 2013 at 12:44 PM, Mattia Verga wrote: > Hello, > I'm trying to give a user access rights to X with xhost command. > I've created a script named '/usr/bin/boincxhost' (chmod 555) like this: > > #!/bin/sh > xhost +SI:localuser:boinc &> /dev/null > exit 0 "exit 0" will hide a no

Re: Building two packages dependent on each other?

2013-12-14 Thread Michael Schwendt
On Fri, 13 Dec 2013 22:07:21 -0600, Richard Shaw wrote: > I maintain two package, OpenImageIO and OpenColorIO, which can optionally > depend on each other. During the review process I intentionally decided > that it was more important for OpenImageIO to depend on OpenColorIO as it > uses the latte

Re: Building two packages dependent on each other?

2013-12-14 Thread Richard Shaw
On Sat, Dec 14, 2013 at 5:56 AM, Michael Schwendt wrote: > On Fri, 13 Dec 2013 22:07:21 -0600, Richard Shaw wrote: > > > I maintain two package, OpenImageIO and OpenColorIO, which can optionally > > depend on each other. During the review process I intentionally decided > > that it was more import

Re: really stop "really" commits (really!)

2013-12-14 Thread Miro Hrončok
Dne 14.12.2013 02:42, T.C. Hollingsworth napsal(a): To use it, download it somewhere, make it executable, and symlink $clone/.git/hooks/pre-commit to it. If you already have a pre-commit hook of some sort, you can instead just run that script in it and abort on a non-zero exit code. As Rahul s

Re: really stop "really" commits (really!)

2013-12-14 Thread Miro Hrončok
I'm currently trying to draft a script for thiss adding. Something like https://gist.github.com/hroncok/7959382 -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct

Re: Help needed with systemd script

2013-12-14 Thread Mattia Verga
Il 14/12/2013 12:55, Dridi Boukelmoune ha scritto: Hi, On Sat, Dec 14, 2013 at 12:44 PM, Mattia Verga wrote: Hello, I'm trying to give a user access rights to X with xhost command. I've created a script named '/usr/bin/boincxhost' (chmod 555) like this: #!/bin/sh xhost +SI:localuser:boinc &>

Re: Help needed with systemd script

2013-12-14 Thread Alec Leamas
On 2013-12-14 15:00, Mattia Verga wrote: Il 14/12/2013 12:55, Dridi Boukelmoune ha scritto: Hi, On Sat, Dec 14, 2013 at 12:44 PM, Mattia Verga wrote: Hello, I'm trying to give a user access rights to X with xhost command. I've created a script named '/usr/bin/boincxhost' (chmod 555) like this

Re: Help needed with systemd script

2013-12-14 Thread Dridi Boukelmoune
On Sat, Dec 14, 2013 at 3:00 PM, Mattia Verga wrote: > Il 14/12/2013 12:55, Dridi Boukelmoune ha scritto: > > Hi, > > On Sat, Dec 14, 2013 at 12:44 PM, Mattia Verga > wrote: > > Hello, > I'm trying to give a user access rights to X with xhost command. > I've created a script named '/usr/bin/boinc

Re: [Base] Proposal for buildrequires cleanup janitorial initiative

2013-12-14 Thread Ben Boeckel
On Fri, 13 Dec, 2013 at 13:41:55 GMT, Phil Knirsch wrote: > Yea, I suspect both could be combined though in a script that gradually > adds new BRs to a package and then iterates over adding and removing BRs > until it produces equivalent output (not identical as thats kinda hard > to verify and

Re: [Base] Proposal for buildrequires cleanup janitorial initiative

2013-12-14 Thread Bruno Wolff III
On Fri, Dec 13, 2013 at 17:25:49 -0800, Adam Williamson wrote: That's still not really enough; that metadata doesn't express anything *close* to all the possible capabilities of a package. Not saying this isn't a good idea, just that it should involve careful manual double checking of compose

Re: Help needed with systemd script

2013-12-14 Thread Mattia Verga
I tried to run without the "sleep" command, it fails: # systemctl start boinc-client.service Job for boinc-client.service failed. See 'systemctl status boinc-client.service' and 'journalctl -xn' for details. [root@deneb marvin]# systemctl status boinc-client.service --full boinc-client.service -

Re: Help needed with systemd script

2013-12-14 Thread Mattia Verga
This is the log outpu: + xhost +SI:localuser:boinc xhost: unable to open display "" + sleep 1 Il 14/12/2013 15:12, Alec Leamas ha scritto: I really wonder if $DISPLAY is defined within systemd's execution context. IMHO, it shouldn't E. g., try adding exec &> /tmp/boincxhost.log set -

Re: Help needed with systemd script

2013-12-14 Thread Alec Leamas
On 2013-12-14 15:31, Mattia Verga wrote: Il 14/12/2013 15:12, Alec Leamas ha scritto: I really wonder if $DISPLAY is defined within systemd's execution context. IMHO, it shouldn't E. g., try adding exec &> /tmp/boincxhost.log set -x at the top of your script. That should give debug o

Re: Help needed with systemd script

2013-12-14 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Dec 14, 2013 at 04:13:21PM +0100, Alec Leamas wrote: > On 2013-12-14 15:31, Mattia Verga wrote: > >This is the log output: > >+ xhost +SI:localuser:boinc > >xhost: unable to open display "" > >+ sleep 1 > > > I. e., there's no DISPLAY defined when running the systemd script. > I'm not sure

gammaray includes qt-everywhere-opensource-src-4.8.5.tar.gz

2013-12-14 Thread Michael Schwendt
> Source1: > http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-%{qt_version}.tar.gz > > BuildRequires: qt-devel > BuildRequires: qt-devel-private > %cmake . > -DQT_PRIVATE_INCLUDE_DIR=%{_builddir}/qt-everywhere-opensource-src-%{qt_version}/include/QtCore The packag

Re: gammaray includes qt-everywhere-opensource-src-4.8.5.tar.gz

2013-12-14 Thread Daniel Vrátil
On Saturday 14 of December 2013 19:21:14 Michael Schwendt wrote: > > Source1: > > http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-%{ > > qt_version}.tar.gz > > > > BuildRequires: qt-devel > > BuildRequires: qt-devel-private > > > > %cmake . > > -DQT_PRIVATE_INCLUDE

Re: Fedora 20 RC1 AMIs

2013-12-14 Thread Matthew Miller
On Sat, Dec 14, 2013 at 02:50:50AM -0600, Dennis Gilmore wrote: > > > > Hey Dennis, will the images going to mirrors be these or the ones > > > > with the extra RC1.1 dot, like > > > > "Fedora-x86_64-20-20131211.1-sda.qcow2"? > > > The Images in RC1 and RC1.1 are exactly the same. the changes in th

General fedpkg git hook support [was: Re: really stop "really" commits (really!)]

2013-12-14 Thread T.C. Hollingsworth
On Fri, Dec 13, 2013 at 8:35 PM, Rahul Sundaram wrote: > On Fri, Dec 13, 2013 at 8:42 PM, T.C. Hollingsworth wrote: >> To prevent this from happening in the future, I wrote a little git >> pre-commit hook to help out, which I figured I'd share with you all: >> http://patches.fedorapeople.org/patch

idea for installation - web

2013-12-14 Thread חץ בן חמו
Hi, As a long time Fedora user, I find my self installing Fedora on many systems, and I thought about an idea about the whole installation process. IMHO, at the moment, the current installation process is quite .. confusing. text mode installation has gone, and so VNC method (last I checked), and

Re: Fedora 20 RC1 AMIs

2013-12-14 Thread Dennis Gilmore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Sat, 14 Dec 2013 14:22:42 -0500 Matthew Miller escribió: > On Sat, Dec 14, 2013 at 02:50:50AM -0600, Dennis Gilmore wrote: > > > > > Hey Dennis, will the images going to mirrors be these or the > > > > > ones with the extra RC1.1 dot, like > > > >

Re: Building two packages dependent on each other?

2013-12-14 Thread Samuel Sieb
On 12/14/2013 05:10 AM, Richard Shaw wrote: Ok, I slightly misspoke here, OpenColorIO is a library, but the only dependency on OpenImageIO is from the utility binaries... Wouldn't it be easier to split the binaries into a sub-package so you could avoid the circular dependency? -- devel mailing

Re: Building two packages dependent on each other?

2013-12-14 Thread Richard Shaw
On Sat, Dec 14, 2013 at 5:02 PM, Samuel Sieb wrote: > On 12/14/2013 05:10 AM, Richard Shaw wrote: > >> Ok, I slightly misspoke here, OpenColorIO is a library, but the only >> dependency on OpenImageIO is from the utility binaries... >> >> Wouldn't it be easier to split the binaries into a sub-pa

Re: idea for installation - web

2013-12-14 Thread Adam Williamson
On Sat, 2013-12-14 at 23:22 +0200, חץ בן חמו wrote: > Hi, > > > As a long time Fedora user, I find my self installing Fedora on many > systems, and I thought about an idea about the whole installation > process. > > > IMHO, at the moment, the current installation process is quite .. > confusing