we are currently running an import_upstream job to import ROS packages from the official ROS distro. The script fails on not being able to find the matching gpg key:
ERROR: Could not finish exporting 'trusty'!
This means that from outside your repository will still look like before (and
should still work if this old state worked), but the changes intended with this
call will not be visible until you call export directly (via reprepro export)
Changes will also get visible when something else changes the same file and
thus creates a new export of that file, but even changes to other parts of the
same distribution will not!
There have been errors!
"""
We created a new gpg pair (FD5DA7FD) on the repo machine and provided the public part in the /root/buildfarm_deployment_config/repo/common.yaml file on the master machine.
The job still finishes as green but we are not sure if that is all right. Also at the very end of the console output there is another error that pops up:
"""
Error 13 opening file /var/repos/ubuntu/main/dists/trusty/main/binary-amd64/Packages.new for writing: Permission denied
ERROR: Could not finish exporting 'trusty'!
Warning: database 'trusty|main|source' was modified but no index file was exported.
Changes will only be visible after the next 'export'!
There have been errors!
"""
Any hint would be appreciated.
D.