dnf.ts is deprecated #1

Open
opened 2020-05-08 17:51:47 +00:00 by samwwwblack · 0 comments

Updated Fedora 23 and 24 prints the following error when running sponson image build;

The 'ts' function is not a part of DNF API and will be removed in the upcoming DNF release. Please use only officially supported API functions. DNF API documentation is available at https://dnf.readthedocs.org/en/latest/api.html.

This is likely from

sponson/image/dnf.py 149: self.dnf_builder.ts.ts.initDB()

Replace the ts call to initialize the RPM DB.

Updated Fedora 23 and 24 prints the following error when running `sponson image build`; `The 'ts' function is not a part of DNF API and will be removed in the upcoming DNF release. Please use only officially supported API functions. DNF API documentation is available at https://dnf.readthedocs.org/en/latest/api.html.` This is likely from `sponson/image/dnf.py 149: self.dnf_builder.ts.ts.initDB() ` Replace the `ts` call to initialize the RPM DB.
samwwwblack added this to the 0.6.0 milestone 2020-05-08 17:52:23 +00:00
samwwwblack added the
bug
label 2020-05-08 17:52:26 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: devops/sponson#1
There is no content yet.