1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Improve doc for development test script setup

* Add a commented out hint how to clone a special branch
   in the calling example of docs/scripts/Readme.md.
This commit is contained in:
Bernhard Reiter 2022-07-21 12:44:03 +02:00
parent 16ff06180c
commit 7965917168
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -16,7 +16,7 @@ Calling example (as root):
curl --fail -O https://raw.githubusercontent.com/csaf-poc/csaf_distribution/main/docs/scripts/prepareUbuntuInstanceForITests.sh curl --fail -O https://raw.githubusercontent.com/csaf-poc/csaf_distribution/main/docs/scripts/prepareUbuntuInstanceForITests.sh
bash prepareUbuntuInstanceForITests.sh bash prepareUbuntuInstanceForITests.sh
git clone https://github.com/csaf-poc/csaf_distribution.git git clone https://github.com/csaf-poc/csaf_distribution.git # --branch <name>
pushd csaf_distribution/docs/scripts/ pushd csaf_distribution/docs/scripts/
export FOLDERNAME=devca1 ORGANAME="CSAF Tools Development (internal)" export FOLDERNAME=devca1 ORGANAME="CSAF Tools Development (internal)"