-
Notifications
You must be signed in to change notification settings - Fork 71
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
Create script for Quickstart package #534
Comments
parsec-cli-tests.sh can be included into the archive and be mentioned in the Quickstart guide |
@anta5010 I wonder if we can modify the packaged parsec-cli-tests.sh. more precisely this line
The reason is, that in the release package parsec uses the socket path ./parsec.sock and I think unifying the default socket path would enhance the OOB experience. |
Sorry, I don't understand what you mean by "the release package parsec uses the socket path ./parsec.sock". Parsec service built from sources uses parsec/src/front/domain_socket.rs Line 23 in 87852b7
And the same parameter value is used by default in the default Parsec config file. See Line 52 in 87852b7
So, most likely you're using a Parsec config file where
|
You have the freedom to alter the |
@mohamedasaker-arm I still don't understand your issue. Could you explain it for me. And please-please do not change the script. I don't want to have two different versions of the same scripts in different repos. It will be a nightmare to support and sync. |
Let's first tackle this question
The current quickstart package uses a non-default path to avoid those steps @ionut-arm correct me, please! Regarding this statement "I don't want to have two different versions of the same scripts in different repos. It will be a nightmare to support and sync." I don't think the If the script is packaged as it is, then before using the script user has to set the environment variable |
By changing the script I didn't mean changing the variable. I meant that when we update the script with some new functionality in Yes, the last paragraph is correct. If you use a non-default environment you just need to include |
Fixes: parallaxsecond#534 Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>
Fixes: parallaxsecond#534 Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>
Fixes: parallaxsecond#534 Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>
Official Github releases of the service contain a tar gzip file used for quickstart testing. The contents and steps are described in the Quickstart guide. The process of generating the
.tar.gz
is currently manual, but a script could be included for easier processing in the future.If we're confident enough, we could even make use of Github Actions to completely automate it.
The text was updated successfully, but these errors were encountered: