-
Notifications
You must be signed in to change notification settings - Fork 45
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
Packaging improvements #416
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#346 Fix hypervisor disconnection issue.
Add app API docs
…ed in terms of not-yet-ready client
Fix a problem with the app names in the manager
…sums.txt during build.
…nto feature/allow-visor-to-start-without-tp-disc-and-addr-resolver
Add package directive to Makefile
Added German Language
Add a copy button in the visor list
…hout-tp-disc-and-addr-resolver Allow visor to start in case of address resolver or tp disc failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Did you run
make format && make check
?no
Fixes #
Changes:
postinst
script which is automatically executed upon package instalation to accomplish configuration of hypervisor and visor.readonlycache
Notes:
hypervisorconfig
package is installedhypervsorconfig
package is created in thepostinst
script when the hypervisor is configured, but it is not installed on the hypervisor. It is added to the hypervisor's apt repo in /var/cache/apt/repoThis should be done either manually by the user in a ssh session or via a functionality which can be added to skyimager. Example:
Substituiting in the above command the debian codename which is listed in
/etc/os-release
Issues:
This does not happen with the master branch, only with develop.
Conflicts:
The extent of the configuration which is accomplished by the postinst script may cause difficulty when it is installed in a chroot in skybian.
How to test this PR:
go to 127.0.0.1:8000
hypervisor is running, visor would be running if not for the aforementioned errors.