Learn more about these different git repos.
Other Git URLs
fedpkg does not preserve archive mtime on upload
That breaks other automation and make people unhappy.
Cf the last messages in https://pagure.io/packaging-committee/issue/719
Unfortunately this is how HTTP file upload works. The mtime is not send to the server, so it can not be preserved. To make this work, the dist-git cgi script that accepts the upload would have to be modified to accept the mtime and set it explicitly. Only then can fedpkg actually do something.
That feature should be requested here: https://github.com/release-engineering/dist-git/issues
Metadata Update from @lsedlar: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
Metadata Update from @nim: - Issue status updated to: Open (was: Closed)
@lsedlar
And the nice dist-git upstream did as you requested (kuddos to @clime) https://github.com/release-engineering/dist-git/issues/21
dist-git
Please confirm him the proposed change works for fedpkg and that it can preserve source mtimes by default now.
fedpkg
This should get fedpkg to send the value: rpkg#395
The fix should go out in the next release of python-rpkg (the library under fedpkg that does the heavy lifting).
Metadata Update from @lsedlar: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @onosek: - Issue set to the milestone: 1.37
Log in to comment on this ticket.