-
Notifications
You must be signed in to change notification settings - Fork 26
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
deb rpm: add helper script to generate install script #679
base: master
Are you sure you want to change the base?
Conversation
Expected to be used with:
|
917344b
to
84e3d14
Compare
3, 4, and 5 was supported. |
251b8b0
to
fd81b86
Compare
2, 2.5 was supported. |
c02b3b3
to
e6fa548
Compare
It might better to refactor more. |
And need to archive current install script. |
06a671b
to
86e231d
Compare
Supported to make installation scripts archive. |
86e231d
to
0289bd2
Compare
Still 2.5 target is broken. |
0289bd2
to
bcf5151
Compare
bcf5151
to
1d5f568
Compare
How to verify
it creates installation script backup under toolbelt/*
It checks installation script under PATH_TO_REPOSITORY and verify it with https://toolbelt.treasuredata.com
It checks installation script under PATH_TO_REPOSITORY and verify it with locally backup installation script. |
Currently, fluent-package install script is hosted on https://toolbelt.treasuredata.com and maintained under private repository. It rely on deploying commercial cloud service and if we lost access to that private repository, can't manage them anymore. As a workaround, support to generate similar install script and upload it as static file. Signed-off-by: Kentaro Hayashi <[email protected]>
These scripts were generated with make-install-script.rb -b PATH_TO_REPOSITORY Signed-off-by: Kentaro Hayashi <[email protected]>
1d5f568
to
2db8162
Compare
rebased with recent master. |
Currently, fluent-package install script is hosted on
https://toolbelt.treasuredata.com and maintained under private
repository.
It rely on deploying commercial cloud service and if we lost access to
that private repository, can't manage them anymore. As a workaround,
support to generate similar install script and upload it as static
file.