We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's the big one! But we got to do it... :-)
I'll set up a feature branch for this in the mainline repo and also get Python 3/Fabric 2 installed on a staging server so we can start tackling this.
The text was updated successfully, but these errors were encountered:
Useful resources:
Sorry, something went wrong.
Note, all functions in Fabric 2 need to have the first argument reserved for context, e.g.
def generate_magento_cron(repo, buildtype, site_link):
Becomes:
def generate_magento_cron(c, repo, buildtype, site_link):
You still call it with just repo, buildtype and site_link though. See FAQ.
repo
buildtype
site_link
Superseded by #241.
gregharvey
No branches or pull requests
It's the big one! But we got to do it... :-)
I'll set up a feature branch for this in the mainline repo and also get Python 3/Fabric 2 installed on a staging server so we can start tackling this.
The text was updated successfully, but these errors were encountered: