-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Ubuntu comand-not-found (CNF) indices #419
Comments
From: @quba42 (quba42) It looks like As such, this ticket is essentially a feature request, and I have reformulated it as such! Note: I have found the following statement regarding this feature: "Starting with Ubuntu Focal (20.04), the APT client expects APT sources to provide command-not-found (cnf) metadata files." |
From: ajsween (ajsween) There are three different meta data types not being sync’d as of Ubuntu 20.04:
I included how to work around if you are okay with forgoing apt install recommendations with cnf, translation files with i11n, and App Store installs with appstream. |
From: @quba42 (quba42) There is a open issue for translation files: https://pulp.plan.io/issues/8734 I will have a look at the other type you mentioned. |
From: ajsween (ajsween) appstream is the “DEP-11” folder in main for Ubuntu Focal Fossa. |
From: mgoddard (mgoddard) Also hitting this issue. Is there a timeframe for implementation? |
From: @quba42 (quba42) mgoddard wrote:
No timeframe as of yet I am afraid. I will throw this ticket into our internal triage and see what happens. As I understand this is just a Warning, so the workaround is to ignore the issue and carry on without CNF indices. |
The issue with language files (i18n) is usually a warning, but is blocking when doing a fresh installation, as the debian/ubuntu installer fails when there are issues with apt update. A workaround for this is:
|
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! |
this is still an issue:
This makes the mirror completely un useable since the pulp repo is flagged as failed. pulp os: Ubuntu 20.04 Version |
This issue is no longer marked for closure. |
any chance of some traction on this issue? it would be nice if pulp-deb fully supported the newer versions of ubuntu (>= 20.04). |
@jgrammen-agilitypr Not really. This is just not a use case my employer is currently pursuing, and we have a gazillion other issues to work on, so unless there is a community contribution I don't see this feature happening any time soon. |
Author: wilful (wilful)
Redmine Issue: 9239, https://pulp.plan.io/issues/9239
Hi! I trying create mirror for official ubuntu repository: http://archive.ubuntu.com/ubuntu/
After creation on my test Ubuntu server i see error:
It content (CNF) have in source but not in my repository
I use verbatim publisher, on_demand policy
Can i add it is cnf folder?
The text was updated successfully, but these errors were encountered: