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

fix: Maintain backward compatibility with older bench versions #31542

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

adityahase
Copy link
Member

Older versions of bench depend on name in setup.py

Setting it to frappe causes some weird behavior like moving apps/erpnext to apps/frappe

And thanks to our error reporting

bench get-app erpnext

fails passes without any error message

Getting erpnext
$ git clone https://github.com/frappe/erpnext  --depth 1 --origin upstream
Cloning into 'erpnext'...
INFO: A newer version of bench is available: 5.2.1 → 5.12.1

Older versions of bench depend on `name` in setup.py

Setting it to `frappe` causes some weird behavior like moving `apps/erpnext` to `apps/frappe`
@ankush ankush merged commit 7053bb9 into frappe:develop Jul 6, 2022
gavindsouza pushed a commit to gavindsouza/erpnext that referenced this pull request Jul 25, 2022
…e#31542)

Older versions of bench depend on `name` in setup.py

Setting it to `frappe` causes some weird behavior like moving `apps/erpnext` to `apps/frappe`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants