Skip to content
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

Issue with Package Release and Missing Path Field #25188

Closed
alexandresouza opened this issue Mar 1, 2024 · 3 comments · Fixed by #26688
Closed

Issue with Package Release and Missing Path Field #25188

alexandresouza opened this issue Mar 1, 2024 · 3 comments · Fixed by #26688

Comments

@alexandresouza
Copy link

Description of the issue

We are encountering issues with the usage of Packages. According to the documentation, when generating a Package Release, a tar.gz file is created and its name and location are supposed to be stored in a field within this doctype called Path. However, when using version 14.23.0, and updated to 14.66.3, the Path field is not appearing. Additionally, I conducted a recursive search throughout the frappe/sites directory, but no tar.gz file is found.

Context information (for bug reports)

Output of bench version
custom 0.0.1
frappe 14.66.3

Steps to reproduce the issue

  1. Create any Package, with all its fields filled in.
  2. Create a vinculated Package Release, select Publish and click Save

Observed result

image

Expected result

image

Stacktrace / full error message

N/A

Additional information

Ubuntu 22.04 Server
Manual Installation
Upgrated from version 14.23.0

@akhilnarang
Copy link
Member

Does the package show up in the attachments on the left sidebar for you?

That seems to show here, as well as it being present in the public/files/ directory of the site, with the name format {package_name}-{version}.tar.gz

The path displaying was broken, I've created a PR to resolve that.
image

@frappe-pr-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 15.29.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@frappe-pr-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 14.76.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants