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

Improve contrib experience with magefiles #42

Closed
khaosdoctor opened this issue Feb 4, 2021 · 1 comment · Fixed by #89
Closed

Improve contrib experience with magefiles #42

khaosdoctor opened this issue Feb 4, 2021 · 1 comment · Fixed by #89
Labels
enhancement New feature or request
Milestone

Comments

@khaosdoctor
Copy link
Contributor

khaosdoctor commented Feb 4, 2021

Today there are a lot of makefiles to run scripts in the project, they're fine but take a while. The docker-push-all task runs all the builds sequentially while they could be running in parallel, this is just an example.

I propose to replace makefiles for magefiles as @arschles pointed out in one of our discussions and port the scripts to these files. This will allow us to have a better handling of files and allow us to do more complex tasks in the dev environment.

Plus, to improve contribex we can also version and ship the mage binary along with the repository to make the usage easier.

@arschles arschles added the enhancement New feature or request label Feb 9, 2021
@khaosdoctor khaosdoctor mentioned this issue Feb 9, 2021
2 tasks
@khaosdoctor
Copy link
Contributor Author

Doing it on #56

@arschles arschles added this to the Alpha 2 milestone Feb 24, 2021
This was referenced Mar 2, 2021
kingdonb pushed a commit to kingdonb/http-add-on that referenced this issue Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants