-
Notifications
You must be signed in to change notification settings - Fork 2
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
Minimal bootstrapped version. #1
Comments
Info on creating a composer custom installer, which if I'm reading correctly, would have to be its own repo: https://getcomposer.org/doc/articles/custom-installers.md |
I'm going to see what I can do with the first half of this list today since shell scripting is kind of up my alley. |
The scraper script is largely complete now, and will auto-tag new minor versions. Currently the pushing back to We're about ready for a composer installer that knows what to do with our |
The only thing hold us up from scheduling the scraper to run regularly on our testing server is #3. We need that clone of this repo to auto-update itself before it fetches a new puphpet release and tries to push it back to the remote (GitHub). |
Write a shell script that:
1.0.x
) greater than the largest in the repo.Additional work:
ROOT/vendor/loadsys/puphpet-release/release/Vagrantfile
toROOT/Vagrantfile
ROOT/vendor/loadsys/puphpet-release/release/puphpet/
toROOT/puphpet/
.ROOT/puphpet/config.yaml
(that comes with our composer package) with the (customized) version fromROOT/puphpet.yaml
(???), if present.Final steps:
exec-*
scripts, for example.)What am I forgetting?
The text was updated successfully, but these errors were encountered: