-
Notifications
You must be signed in to change notification settings - Fork 6
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
RFE: packagize the metaconfiguration script #97
Labels
enhancement
New feature or request
Comments
TBH a simple wrapper script I could put in ~/bin/ would suffice for me, as long as I can cd ~/src/zopefoundation/something and run zope-meta --help |
So I tried a wrapper like this:
and running |
mgedmin
added a commit
that referenced
this issue
Jun 16, 2021
mgedmin
added a commit
to mgedmin/scripts
that referenced
this issue
Jun 16, 2021
This is the zopefoundation maintainer helper tool, see zopefoundation/meta#97. It needs zopefoundation/meta#110 to be useful.
This will be fixed by #282. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every now and then I want to run the script to update a package, and then I realize that I can't just cd zope.sendmail && run something, I have to juggle two working directories somehow, and then I give up.
I'd like to be able to
pipx install -e ~/src/zopefoundation/meta
and have a runnablezope-meta
(better name suggestions welcome) script in my PATH.The text was updated successfully, but these errors were encountered: