any ideas?
Konsole output
$ fedpkg update
/usr/lib/python2.7/site-packages/fedpkg/cli.py:169: DeprecationWarning: Commands._hash_file is deprecated and will be removed eventually.
    Please use Commands.lookasidecache.hash_file instead.
  hash = self.cmd._hash_file('bodhi.template', 'sha1')
Creating a new update for  struts-1.3.10-14.fc22
ServerError(https://admin.fedoraproject.org/updates/save, 404, Not Found)
Traceback (most recent call last):
  File "/bin/bodhi", line 225, in main
    data = bodhi.save(**update_args)
  File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 111, in save
    'bugs': bugs,
  File "/usr/lib/python2.7/site-packages/fedora/client/baseclient.py", line 379, in send_request
    auth_params=auth_params, retries=retries, timeout=timeout)
  File "/usr/lib/python2.7/site-packages/fedora/client/proxyclient.py", line 505, in send_request
    raise ServerError(url, http_status, msg)
ServerError: ServerError(https://admin.fedoraproject.org/updates/save, 404, Not Found)
Could not generate update request: Command 'bodhi --new --release f22 --file bodhi.template struts-1.3.10-14.fc22 --username gil' returned non-zero exit status 255
thanks in advance
regards

Il 25/08/2015 15:04, David Howells ha scritto:
Peter Robinson <pbrobinson@gmail.com> wrote:

updates-testing always enabled here and only:
python-fedora-0.5.4-1.fc21.noarch
It seems it should be, maybe issues with local mirror being out of sync?
https://bodhi.fedoraproject.org/updates/FEDORA-2015-13829
I only see 0.5.4:

warthog>yum list python-fedora --enablerepo=updates-testing
Loaded plugins: auto-update-debuginfo, langpacks
fedora-debuginfo/21/x86_64/metalink                         |  18 kB  00:00     
rpmfusion-free-debuginfo                                    | 2.7 kB  00:00     
rpmfusion-free-updates-debuginfo                            | 2.7 kB  00:00     
updates-debuginfo/21/x86_64/metalink                        |  18 kB  00:00     
updates-debuginfo                                           | 3.0 kB  00:00     
updates-testing/21/x86_64/metalink                          |  19 kB  00:00     
updates-testing                                             | 4.7 kB  00:00     
updates-testing-debuginfo/21/x86_64/metalink                |  17 kB  00:00     
updates-testing-debuginfo                                   | 3.0 kB  00:00     
(1/5): updates-debuginfo/21/x86_64/primary_db               | 643 kB  00:00     
(2/5): updates-testing/21/x86_64/group_gz                   | 230 kB  00:00     
(3/5): updates-testing/21/x86_64/updateinfo                 |  94 kB  00:00     
(4/5): updates-testing/21/x86_64/primary_db                 | 809 kB  00:00     
(5/5): updates-testing-debuginfo/21/x86_64/primary_db       |  59 kB  00:01     
rpmfusion-free-updates-debuginfo/21/x86_64/primary_db       |  38 kB  00:00     
Installed Packages
python-fedora.noarch                0.3.37-1.fc21                @updates       
Available Packages
python-fedora.noarch                0.5.4-1.fc21                 updates-testing

The rpmlint automated test failed.  Would that prevent it appearing?

David