Open
Conversation
Contributor
|
Obrigado, Tarcísio.
Abraços, Nelson
…On Wed, 19 Apr 2023 at 09:17, Tarcisio Coutinho ***@***.***> wrote:
Cria Dockerfile e executável 'run-docker' para criar e executar uma shell
go com o projeto.
*Ao adicionar o container, tive que modificar o arquivo shared.go as
propriedades do base paths dos plugins.*
De:
selfadaptive/shared/shared.go
<https://github.com/gfads/selfadaptive/blob/4492e93c477acc03b97bdd3d716863d30c9f168f/shared/shared.go#L54-L55>
Lines 54 to 55 in 4492e93
<http:///gfads/selfadaptive/commit/4492e93c477acc03b97bdd3d716863d30c9f168f>
const SourcesDir = "/Volumes/GoogleDrive/Meu
Drive/go/selfadaptive/example-plugin/envrnment/plugins/source"
const ExecutablesDir = "/Volumes/GoogleDrive/Meu
Drive/go/selfadaptive/example-plugin/envrnment/plugins/executable"
Por:
const SourcesDir = "/go/selfadaptive/example-plugin/envrnment/plugins/source"const ExecutablesDir = "/go/selfadaptive/example-plugin/envrnment/plugins/executable"
------------------------------
You can view, comment on, or merge this pull request online at:
#1
Commit Summary
- 87381dc
<87381dc>
docker config selfadaptive
File Changes
(4 files <https://github.com/gfads/selfadaptive/pull/1/files>)
- *A* .dockerignore
<https://github.com/gfads/selfadaptive/pull/1/files#diff-2f754321d62f08ba8392b9b168b83e24ea2852bb5d815d63e767f6c3d23c6ac5>
(2)
- *A* Dockerfile
<https://github.com/gfads/selfadaptive/pull/1/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557>
(14)
- *A* run-docker
<https://github.com/gfads/selfadaptive/pull/1/files#diff-26eefc48b17b858cecd14f0aac34bd45d13afc26eca5975e3dfde104e155ed7b>
(17)
- *M* shared/shared.go
<https://github.com/gfads/selfadaptive/pull/1/files#diff-d91ca413c7d6f4df6418cb0aae824e68d601a9db207c721b4d685f203dd89618>
(4)
Patch Links:
- https://github.com/gfads/selfadaptive/pull/1.patch
- https://github.com/gfads/selfadaptive/pull/1.diff
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWL6WHWJCKEZPAAAC5FI2LXB7JWVANCNFSM6AAAAAAXD7OBM4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Nelson Souto Rosa, Full Professor
gfads.cin.ufpe.br
|
This file contains hidden or 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
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.
Cria Dockerfile e executável 'run-docker' para criar e executar uma shell go com o projeto.
Ao adicionar o container, tive que modificar o arquivo shared.go as propriedades do base paths dos plugins.
De:
selfadaptive/shared/shared.go
Lines 54 to 55 in 4492e93
Por: