Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-27 Thread Orion Poplawski
On 06/19/2016 04:12 PM, Nicolas Chauvet wrote:
> Hello,
> 
> I just want to say that there is now a minimal version of rfpkg available.
> http://koji.rpmfusion.org/koji/packageinfo?packageID=447
> 
> This version (rfpkg-1.23.2-1.fc24 so far) is known to allow:
> - clone
> - push
> - few others commands
> 
> So contributors should be able to push content to the new infra:
> https://pkgs.rpmfusion.org/cgit  for ref (additionally forwared to
> github.com/rpmfusion as R/O mirror)
> 
> Known not to work yet
> - new-sources (the file seems to be uploaded
> - srpm
> - build
> 
> This mean I will have to manually submit build to the infra until
> theses features are fixed.
> Here is the current code of the tool https://github.com/rpmfusion-infra/rfpkg
> I really hope someone could step up and work on fixing this issue
> since there is still a long road to have the infra side really
> finised.
> (main priority is to have packages out of the infra to mirrors)
> 
> 

Minor fix to build rfpkg on EL7:

>From 51c76aa1084c4994bb0e9f9852607f39d1156ffe Mon Sep 17 00:00:00 2001
From: Orion Poplawski 
Date: Mon, 27 Jun 2016 15:48:18 -0600
Subject: [PATCH] Handle EL7 bash completion path

---
 rfpkg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfpkg.spec b/rfpkg.spec
index 7f5f58a..29540f1 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -76,7 +76,7 @@ chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
 %{python2_sitelib}/rfpkg/
 %{python2_sitelib}/rfpkg-%{version}-py%{python2_version}.egg-info/
 %{_mandir}/man1/rfpkg.1*
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 7
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/rfpkg
--
1.8.3.1



-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-24 Thread Antonio Trande
On 06/24/2016 04:19 AM, Sérgio Basto wrote:
> On Qui, 2016-06-23 at 21:48 +0200, Antonio Trande wrote:
>>
>> On 06/23/2016 05:24 AM, Sérgio Basto wrote:
>>>
>>> Kwizart, 
>>> You ask me on IRC, if I can do a scratch build and no I got an
>>> error
>>> (GenericError: invalid channel policy) 
>>>
>>>
>>> rpmfusion-koji build --scratch f24-free ./smplayer-16.6.0-
>>> 1.fc24.src.rpm 
>>> Uploading srpm: ./smplayer-16.6.0-1.fc24.src.rpm
>>> [] 100% 00:00:02   4.68
>>> MiB   1.85 MiB/sec
>>> GenericError: invalid channel policy
>>>
>>> On Qua, 2016-06-22 at 00:58 +0100, Sérgio Basto wrote:
>> Where is rpmfusion-koji command ?
>> I can't find it ..
>>
> 
> The command is one copy of /usr/bin/arm-koji , so just do : 
> 
> cp /usr/bin/arm-koji /usr/bin/rpmfusion-koji
> 
> You need rpmfusion-packager-0.5-1.fc23.noarch installed to
> have /etc/koji/rpmfusion-config and to "work".
>  
> Anyway I'll try add this to rpmfusion-packager [1] like fedora-packager 
> have the others arch-koji , I also accept pull requests :) 
> 

I obtain same error:

>>> GenericError: invalid channel policy


-- 
---
Antonio Trande
mailto: sagitter 'at' fedoraproject 'dot' org
http://fedoraos.wordpress.com/
https://fedoraproject.org/wiki/User:Sagitter
GPG Key: 0x6CE6D08A
Check on https://keys.fedoraproject.org/



signature.asc
Description: OpenPGP digital signature


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-23 Thread Sérgio Basto
On Qui, 2016-06-23 at 21:48 +0200, Antonio Trande wrote:
> 
> On 06/23/2016 05:24 AM, Sérgio Basto wrote:
> > 
> > Kwizart, 
> > You ask me on IRC, if I can do a scratch build and no I got an
> > error
> > (GenericError: invalid channel policy) 
> > 
> > 
> > rpmfusion-koji build --scratch f24-free ./smplayer-16.6.0-
> > 1.fc24.src.rpm 
> > Uploading srpm: ./smplayer-16.6.0-1.fc24.src.rpm
> > [] 100% 00:00:02   4.68
> > MiB   1.85 MiB/sec
> > GenericError: invalid channel policy
> > 
> > On Qua, 2016-06-22 at 00:58 +0100, Sérgio Basto wrote:
> Where is rpmfusion-koji command ?
> I can't find it ..
> 

The command is one copy of /usr/bin/arm-koji , so just do : 

cp /usr/bin/arm-koji /usr/bin/rpmfusion-koji

You need rpmfusion-packager-0.5-1.fc23.noarch installed to
have /etc/koji/rpmfusion-config and to "work".
 
Anyway I'll try add this to rpmfusion-packager [1] like fedora-packager 
have the others arch-koji , I also accept pull requests :) 

Thanks,

[1] https://github.com/rpmfusion-infra/rpmfusion-packager


-- 
Sérgio M. B.


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-23 Thread Antonio Trande


On 06/23/2016 05:24 AM, Sérgio Basto wrote:
> Kwizart, 
> You ask me on IRC, if I can do a scratch build and no I got an error
> (GenericError: invalid channel policy) 
> 
> 
> rpmfusion-koji build --scratch f24-free ./smplayer-16.6.0-1.fc24.src.rpm 
> Uploading srpm: ./smplayer-16.6.0-1.fc24.src.rpm
> [] 100% 00:00:02   4.68 MiB   1.85 MiB/sec
> GenericError: invalid channel policy
> 
> On Qua, 2016-06-22 at 00:58 +0100, Sérgio Basto wrote:

Where is rpmfusion-koji command ?
I can't find it ..

-- 
---
Antonio Trande
mailto: sagitter 'at' fedoraproject 'dot' org
http://fedoraos.wordpress.com/
https://fedoraproject.org/wiki/User:Sagitter
GPG Key: 0x6CE6D08A
Check on https://keys.fedoraproject.org/



signature.asc
Description: OpenPGP digital signature


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Sérgio Basto
Kwizart, 
You ask me on IRC, if I can do a scratch build and no I got an error
(GenericError: invalid channel policy) 


rpmfusion-koji build --scratch f24-free ./smplayer-16.6.0-1.fc24.src.rpm 
Uploading srpm: ./smplayer-16.6.0-1.fc24.src.rpm
[] 100% 00:00:02   4.68 MiB   1.85 MiB/sec
GenericError: invalid channel policy

On Qua, 2016-06-22 at 00:58 +0100, Sérgio Basto wrote:
> The error of rfpkg-free -d -v build --target f24-free : 
> 
> ActionNotAllowed: policy violation (build_from_srpm)
> 
> 
> On Wed, Jun 22, 2016 at 12:52 AM, Sérgio Basto 
> wrote:
> > Hello , with clean rfpkg 
> > 
> > rfpkg -d -v new-sources x264-0.148-20160614-a5e06b9.tar.bz2 
> > 
> > works  !! 
> > 
> > https://pkgs.rpmfusion.org/repo/pkgs/free/x264/x264-0.148-20160614-
> > a5e06b9.tar.bz2/md5/504515ba14fed322ad89cf39f05e78ee/ the file is
> > there
> > 
> > rfpkg-free  srpm  , works when I use https in lookaside ( lookaside
> > = https://pkgs.rpmfusion.org/repo/pkgs/free )
> > 
> > now the build almost worked http://koji.rpmfusion.org/koji/taskinfo
> > ?taskID=3731  after issue the command 
> > 
> > rfpkg-free -d -v build --target f24-free
> > 
> > default target was : f24-candidate
> > 
> > Could not execute build: Unknown build target: f24-candidate
> > 
> > 
> > On Tue, Jun 21, 2016 at 5:21 PM, Richard Shaw  > > wrote:
> > > On Tue, Jun 21, 2016 at 11:19 AM, Nicolas Chauvet  > > com> wrote:
> > > > 2016-06-21 18:16 GMT+02:00 Richard Shaw :
> > > > > On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto  > > > com> wrote:
> > > > >>
> > > > >> > Ok, upload-sources worked for me and I believe everything
> > > > correct for a
> > > > >> > build.
> > > > >>
> > > > >> are you sure ?
> > > > >
> > > > >
> > > > > Mine didn't show any errors:
> > > > >
> > > > > $ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-
> > > > 0.28.tar.gz
> > > > > Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-
> > > > 0.28.tar.gz
> > > > >
> > > > ###
> > > > #
> > > > > 100.0%
> > > > > Source upload succeeded. Don't forget to commit the sources
> > > > file
> > > > >
> > > > > and the sources file was updated properly.
> > > > 
> > > > Does rfpkg srpm works? and then again with the mythtv-
> > > > 0.28.tar.gz file deleted ?
> > > Works with the archive present but not when deleted.
> > > 
> > >  $ rfpkg srpm
> > > Downloading mythtv-0.28.tar.gz
> > > #
> > > ### 100.0%
> > > Could not execute srpm: Server returned status code 400
> > > 
> > > Thanks,
> > > Richard
> > > 
> > 
-- 
Sérgio M. B.


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Nicolas Chauvet
2016-06-21 16:49 GMT+02:00 Richard Shaw :
> Ok, upload-sources worked for me and I believe everything correct for a
> build.
>
> Is the new infra only good for master and f24? Or can I merge the changes to
> the f23 branch as well?

Good question, all branches are open for work, but el7 first needs to
be bootstrapped (any volunteer for that ?)
That been said, since some side of the work is still manual, I would
prefer to only concentrate on f24 build until rfpkg build is working.

Thx


-- 
-

Nicolas (kwizart)


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Till Maas
On Tue, Jun 21, 2016 at 05:45:57PM +0200, Nicolas Chauvet wrote:

> Good question, all branches are open for work, but el7 first needs to
> be bootstrapped (any volunteer for that ?)

What needs to be bootstrapped? Can't CentOS and EPEL 7 just be used as
as a package source like Fedora is used for the Fedora branches?

Kind regards
Till


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Nicolas Chauvet
2016-06-21 16:06 GMT+02:00 Richard Shaw :
> On Sun, Jun 19, 2016 at 5:12 PM, Nicolas Chauvet  wrote:
>>
>> Hello,
>>
>> I just want to say that there is now a minimal version of rfpkg available.
>> http://koji.rpmfusion.org/koji/packageinfo?packageID=447
>
>
> Great news! Until there is a solution for uploading sources, what procedure
> should I follow to update mythtv to the new 0.28 release?

Hello,
You can still attempt to upload using rfpkg new-sources
mythtv-etc.tar.gz or use md5sum mythtv-etc.tar.gz > sources if you
don't have a big upload bandwith

I will verify the source content and submit the build manually for the
related branches...

Please try to have a look on the updated wiki for contributors:
http://rpmfusion.org/Contributors

-- 
-

Nicolas (kwizart)


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Nicolas Chauvet
2016-06-21 18:54 GMT+02:00 Till Maas :
> On Tue, Jun 21, 2016 at 05:45:57PM +0200, Nicolas Chauvet wrote:
>
>> Good question, all branches are open for work, but el7 first needs to
>> be bootstrapped (any volunteer for that ?)
>
> What needs to be bootstrapped? Can't CentOS and EPEL 7 just be used as
> as a package source like Fedora is used for the Fedora branches?
yes, and everything should work here as the branch and target is already setup.
But if you want to build mythtv you will miss a lot of dependencies
(a52dec, faac, etc), thoses are usually provided by the rpmfusion-free
section, but needs to be at the appropriate version for el7 for the
whole repository to behave appropriately. That's just what I mean by
bootstraping el7.
Then there is a case with x264/ffmpeg which is a special case of
circle dependency kind of bootstraping.


-- 
-

Nicolas (kwizart)


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Sérgio Basto
Hello , with clean rfpkg

rfpkg -d -v new-sources x264-0.148-20160614-a5e06b9.tar.bz2

works  !!

https://pkgs.rpmfusion.org/repo/pkgs/free/x264/x264-0.148-20160614-a5e06b9.tar.bz2/md5/504515ba14fed322ad89cf39f05e78ee/
the file is there

rfpkg-free  srpm  , works when I use https in lookaside ( lookaside =
https://pkgs.rpmfusion.org/repo/pkgs/free )

now the build almost worked
http://koji.rpmfusion.org/koji/taskinfo?taskID=3731  after issue the
command

rfpkg-free -d -v build --target f24-free

default target was : f24-candidate

Could not execute build: Unknown build target: f24-candidate


On Tue, Jun 21, 2016 at 5:21 PM, Richard Shaw  wrote:

> On Tue, Jun 21, 2016 at 11:19 AM, Nicolas Chauvet 
> wrote:
>
>> 2016-06-21 18:16 GMT+02:00 Richard Shaw :
>> > On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto 
>> wrote:
>> >>
>> >> > Ok, upload-sources worked for me and I believe everything correct
>> for a
>> >> > build.
>> >>
>> >> are you sure ?
>> >
>> >
>> > Mine didn't show any errors:
>> >
>> > $ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
>> > Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
>> > 
>> > 100.0%
>> > Source upload succeeded. Don't forget to commit the sources file
>> >
>> > and the sources file was updated properly.
>>
>> Does rfpkg srpm works? and then again with the mythtv-0.28.tar.gz file
>> deleted ?
>
>
> Works with the archive present but not when deleted.
>
>  $ rfpkg srpm
> Downloading mythtv-0.28.tar.gz
> 
> 100.0%
> Could not execute srpm: Server returned status code 400
>
> Thanks,
> Richard
>


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Nicolas Chauvet
2016-06-21 18:16 GMT+02:00 Richard Shaw :
> On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto  wrote:
>>
>> > Ok, upload-sources worked for me and I believe everything correct for a
>> > build.
>>
>> are you sure ?
>
>
> Mine didn't show any errors:
>
> $ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
> Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
> 
> 100.0%
> Source upload succeeded. Don't forget to commit the sources file
>
> and the sources file was updated properly.

Does rfpkg srpm works? and then again with the mythtv-0.28.tar.gz file deleted ?

-- 
-

Nicolas (kwizart)


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Richard Shaw
On Sun, Jun 19, 2016 at 5:12 PM, Nicolas Chauvet  wrote:

> Hello,
>
> I just want to say that there is now a minimal version of rfpkg available.
> http://koji.rpmfusion.org/koji/packageinfo?packageID=447


Great news! Until there is a solution for uploading sources, what procedure
should I follow to update mythtv to the new 0.28 release?

Thanks,
Richard


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Sérgio Basto
> Ok, upload-sources worked for me and I believe everything correct for a
build.

are you sure ?

rfpkg -d -v new-sources x264-0.148-20160614-a5e06b9.tar.bz2
Creating repo object from /home/sergio/rpmfusion/new/x264
Uploading: x264-0.148-20160614-a5e06b9.tar.bz2

100.0%
Status: 500 Internal Server Error
Content-type: text/plain

[Errno 30] Read-only file system:
'/srv/cache/lookaside/pkgs/free/x264/tmpsCZ8_2504515ba14fed322ad89cf39f05e78ee'
Source upload succeeded. Don't forget to commit the sources file


On Tue, Jun 21, 2016 at 3:49 PM, Richard Shaw  wrote:

> Ok, upload-sources worked for me and I believe everything correct for a
> build.
>
> Is the new infra only good for master and f24? Or can I merge the changes
> to the f23 branch as well?
>
> Thanks,
> Richard
>


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Sérgio Basto
Richard please use switch -d and -v
rfpkg -d -v new-sources  and you will see the error

On Tue, Jun 21, 2016 at 5:16 PM, Richard Shaw  wrote:

> On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto  wrote:
>
>> > Ok, upload-sources worked for me and I believe everything correct for a
>> build.
>>
>> are you sure ?
>>
>
> Mine didn't show any errors:
>
> $ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
> Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
> 
> 100.0%
> Source upload succeeded. Don't forget to commit the sources file
>
> and the sources file was updated properly.
>
> Thanks,
> Richard
>


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Richard Shaw
On Tue, Jun 21, 2016 at 11:19 AM, Nicolas Chauvet  wrote:

> 2016-06-21 18:16 GMT+02:00 Richard Shaw :
> > On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto  wrote:
> >>
> >> > Ok, upload-sources worked for me and I believe everything correct for
> a
> >> > build.
> >>
> >> are you sure ?
> >
> >
> > Mine didn't show any errors:
> >
> > $ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
> > Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
> > 
> > 100.0%
> > Source upload succeeded. Don't forget to commit the sources file
> >
> > and the sources file was updated properly.
>
> Does rfpkg srpm works? and then again with the mythtv-0.28.tar.gz file
> deleted ?


Works with the archive present but not when deleted.

 $ rfpkg srpm
Downloading mythtv-0.28.tar.gz

100.0%
Could not execute srpm: Server returned status code 400

Thanks,
Richard


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Nicolas Chauvet
2016-06-20 0:12 GMT+02:00 Nicolas Chauvet :
> Hello,
>
> I just want to say that there is now a minimal version of rfpkg available.
> http://koji.rpmfusion.org/koji/packageinfo?packageID=447
>
> This version (rfpkg-1.23.2-1.fc24 so far) is known to allow:
> - clone

I forgot to say the format for clone is:
rfpkg clone free/rpmfusion-free-release or
rfpkg clone nonfree/rpmfusion-nonfree-release

I would be fine if someone can find time to update the wiki.

Thx


[ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Nicolas Chauvet
Hello,

I just want to say that there is now a minimal version of rfpkg available.
http://koji.rpmfusion.org/koji/packageinfo?packageID=447

This version (rfpkg-1.23.2-1.fc24 so far) is known to allow:
- clone
- push
- few others commands

So contributors should be able to push content to the new infra:
https://pkgs.rpmfusion.org/cgit  for ref (additionally forwared to
github.com/rpmfusion as R/O mirror)

Known not to work yet
- new-sources (the file seems to be uploaded
- srpm
- build

This mean I will have to manually submit build to the infra until
theses features are fixed.
Here is the current code of the tool https://github.com/rpmfusion-infra/rfpkg
I really hope someone could step up and work on fixing this issue
since there is still a long road to have the infra side really
finised.
(main priority is to have packages out of the infra to mirrors)


-- 
-

Nicolas (kwizart)


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Richard Shaw
On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto  wrote:

> > Ok, upload-sources worked for me and I believe everything correct for a
> build.
>
> are you sure ?
>

Mine didn't show any errors:

$ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz

100.0%
Source upload succeeded. Don't forget to commit the sources file

and the sources file was updated properly.

Thanks,
Richard


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Richard Shaw
Ok, upload-sources worked for me and I believe everything correct for a
build.

Is the new infra only good for master and f24? Or can I merge the changes
to the f23 branch as well?

Thanks,
Richard


Re: [ANNOUNCE] RPM Fusion infra is back for contributors

2016-06-22 Thread Sérgio Basto
The error of rfpkg-free -d -v build --target f24-free :

ActionNotAllowed: policy violation (build_from_srpm)


On Wed, Jun 22, 2016 at 12:52 AM, Sérgio Basto  wrote:

> Hello , with clean rfpkg
>
> rfpkg -d -v new-sources x264-0.148-20160614-a5e06b9.tar.bz2
>
> works  !!
>
>
> https://pkgs.rpmfusion.org/repo/pkgs/free/x264/x264-0.148-20160614-a5e06b9.tar.bz2/md5/504515ba14fed322ad89cf39f05e78ee/
> the file is there
>
> rfpkg-free  srpm  , works when I use https in lookaside ( lookaside =
> https://pkgs.rpmfusion.org/repo/pkgs/free )
>
> now the build almost worked
> http://koji.rpmfusion.org/koji/taskinfo?taskID=3731  after issue the
> command
>
> rfpkg-free -d -v build --target f24-free
>
> default target was : f24-candidate
>
> Could not execute build: Unknown build target: f24-candidate
>
>
> On Tue, Jun 21, 2016 at 5:21 PM, Richard Shaw 
> wrote:
>
>> On Tue, Jun 21, 2016 at 11:19 AM, Nicolas Chauvet 
>> wrote:
>>
>>> 2016-06-21 18:16 GMT+02:00 Richard Shaw :
>>> > On Tue, Jun 21, 2016 at 11:06 AM, Sérgio Basto 
>>> wrote:
>>> >>
>>> >> > Ok, upload-sources worked for me and I believe everything correct
>>> for a
>>> >> > build.
>>> >>
>>> >> are you sure ?
>>> >
>>> >
>>> > Mine didn't show any errors:
>>> >
>>> > $ rfpkg new-sources ~/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
>>> > Uploading: /home/build/rpmbuild/mythtv/SOURCES/mythtv-0.28.tar.gz
>>> >
>>> 
>>> > 100.0%
>>> > Source upload succeeded. Don't forget to commit the sources file
>>> >
>>> > and the sources file was updated properly.
>>>
>>> Does rfpkg srpm works? and then again with the mythtv-0.28.tar.gz file
>>> deleted ?
>>
>>
>> Works with the archive present but not when deleted.
>>
>>  $ rfpkg srpm
>> Downloading mythtv-0.28.tar.gz
>> 
>> 100.0%
>> Could not execute srpm: Server returned status code 400
>>
>> Thanks,
>> Richard
>>
>
>